View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#5
Originally Posted by mpy View Post
Thanks for your answer! I'll give the MOSLO kernel another try. Today I was not sure, what to expect. Should the device boot into some kind of command line or is this "Warning you modified your device" screen the final state?

The README says you should do "sudo ifconfig usb0 192.168.2.14" -- do you remember, if one needs a special kernel module? The default debian kernel does not offer a network device usb0...
When you boot the device with the MOSLO rescue kernel, it does 2 things, firstly it exports all your partitions like the Fix-MALF kernel, and additionally it allows you to telnet into the device via USB.

If the correct module is as Hurrian says the rndis or cdc-acm module, both are available on latest stable:

Code:
juice@neumi:~$ 
juice@neumi:~$ cat /etc/debian_version 
6.0.6
juice@neumi:~$ 
juice@neumi:~$ uname -a
Linux neumi 3.2.0-0.bpo.2-686-pae #1 SMP Sat Jun 30 08:29:17 UTC 2012 i686 GNU/Linux
juice@neumi:~$ 
juice@neumi:~$ find /lib/modules/3.2.0-0.bpo.2-686-pae | grep -e cdc-acm -e ndis
/lib/modules/3.2.0-0.bpo.2-686-pae/kernel/drivers/net/usb/rndis_host.ko
/lib/modules/3.2.0-0.bpo.2-686-pae/kernel/drivers/net/wireless/rndis_wlan.ko
/lib/modules/3.2.0-0.bpo.2-686-pae/kernel/drivers/usb/class/cdc-acm.ko
juice@neumi:~$
 

The Following User Says Thank You to juiceme For This Useful Post: