| stevesr0  
 
 
 
 
 Group: Members
 Posts: 32
 Joined: July 2007
 | 
|  | Posted: Sep. 29 2007,13:25 |  |  Thanks.
 
 The output for those four commands is listed below.
 
 Note a complicating factor; I got the invalid device with the flash (pen) drive that DSL had previously copied the backup.tar.gz file onto.  Today, I realized that it was not mountable under DSL (haven't tried under other linux distros, Mac OS X or Win XP yet).  Therefore, I switched to another one and this one was mountable, and DOESN'T give an invalid drive error.  However, it still doesn't autoconfig wireless at reboot (It is plugged in before I boot and I am using  "dsl nodhcp dsl restore=sda" bootcodes.).
 
 So, perhaps the question is can I setup the backup and restore to autoconnect to my WEP secured wireless home network or even autodetect my Broadcom card (using ndiswrapper) or at this time does this require manual steps at each boot.  Is it possible to use the backup/restore tool to auto configure the relevant init or config files at boot, perhaps with a "trick" to delay the timing of one or another processes or services or... (sorry, I am nontechie).
 
 Anyway, the output you suggested I report is below (with the pen drive that DOESN't yield an invalid device error).
 
 Steve
 --------------------------------------------------------------------------------------
 [/ramdisk/home/dsl]# lsusb
 Bus 004 Device 001: ID 0000:0000
 Bus 003 Device 001: ID 0000:0000
 Bus 002 Device 001: ID 0000:0000
 Bus 001 Device 001: ID 0000:0000
 Bus 001 Device 002: ID 0781:7104 SanDisk Corp.
 
 [/ramdisk/home/dsl]# showbootcodes
 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux24 nodhcp dsl restore=sda1
 [/ramdisk/home/dsl]# lsmod | grep usb
 usb-storage            61952   1
 usb-uhci               21516   0 (unused)
 usbcore                58016   1 [ndiswrapper hid usb-storage usb-uhci ehci-hcd]
 
 [/ramdisk/home/dsl]# fdisk -l /dev/sda
 
 Disk /dev/sda: 262 MB, 262144000 bytes
 32 heads, 33 sectors/track, 484 cylinders
 Units = cylinders of 1056 * 512 = 540672 bytes
 
 Device Boot    Start       End    Blocks   Id  System
 /dev/sda1   *           1         485      255984    6  FAT16
 Partition 1 has different physical/logical beginnings (non-Linux?):
 phys=(0, 1, 1) logical=(0, 0, 33)
 Partition 1 has different physical/logical endings:
 phys=(254, 31, 33) logical=(484, 27, 5)
 |