Miten modeswitchin toiminnan voi tarkistaa / korjata ? Osaisiko joku auttaa...
edittiä:
Täältä löytyi jotain aiheeseen liittyvää:
http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=796&highlight=e353After inserting the USB dongle you should see something like the following in your kernel log at the end:
# dmesg
...
usb 1-1: new high speed USB device number 2 using ar71xx-ehci
scsi0 : usb-storage 1-1:1.0
usb 1-1: usbfs: process 1183 (usb_modeswitch) did not claim interface 0 before use
usb 1-1: USB disconnect, device number 2
usb 1-1: new high speed USB device number 3 using ar71xx-ehci
cdc_ether 1-1:1.0: eth2: register 'cdc_ether' at usb-ar71xx-ehci-1, CDC Ethernet Device, 58:2c:80:13:92:63
Line 1-2: The USB dongle is detected an announces a SCSI inteface for mass storage. If you dont see this then USB is not working, Check that you have the proper driver for you USB interface in the router. (echi, ochi, uchi....)
Line 3: The modeswitch program runs and switches modes. If you don't see this the the USB modeswitch program is not installed or is not running as it should.
Line 4: The USB dongle disconnects the SCSI interface. If you don't see this then the modeswitch settings that is working for me is not workiong for you
Line 4-5: The USB dongle announces an ethernet interface that the cdc-ether driver takes care of an registers as "eth2" with MAC "58:2c:80:13:92:63" on my system. If you don't see this then the cdc ether driver is not picking up the new USB interface.
Ja tässä pätkä dmesg -tulosteesta:
ouid=0
[ 9526.548347] usb 1-7: USB disconnect, device number 2
[ 9630.848023] usb 1-7: new high speed USB device number 3 using ehci_hcd
[ 9630.982291] scsi3 : usb-storage 1-7:1.0
[ 9631.980813] scsi 3:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[ 9631.999177] sr1: scsi-1 drive
[ 9632.001698] sr 3:0:0:0: Attached scsi CD-ROM sr1
[ 9632.001961] sr 3:0:0:0: Attached scsi generic sg2 type 5
[ 9633.027189] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 9633.042562] ISOFS: changing to secondary root
[11214.642229] usb 1-7: USB disconnect, device number 3
[11394.972021] usb 1-7: new high speed USB device number 4 using ehci_hcd
[11395.106452] scsi4 : usb-storage 1-7:1.0
[11396.104704] scsi 4:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[11396.130321] sr1: scsi-1 drive
[11396.131976] sr 4:0:0:0: Attached scsi CD-ROM sr1
Tikku näkyy siis vain ROM-muistina...? Mitenhän tämä korjataan?