Ticket #541 (closed defect: upstream)
MoFi disables usb0 permanently
| Reported by: | rainglasz | Owned by: | ainulindale |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SHR Image | Version: | SHR-testing |
| Keywords: | Cc: |
Description
When mofi is used, the usb0 device is shut down permanently (until reboot or manual restart)
To fix temporarily, just comment out the 'ifconfig usb0 down'
and use the '-i' parameter for 'udhcpc',
thus /etc/mofi/connect.sh should read:
#!/bin/sh
# script to init the wifi connection
rm /var/run/wpa_supplicant/eth0
# ifconfig usb0 down
ifconfig eth0 up
wpa_supplicant -ieth0 -c/etc/mofi/mofi_wpa_supplicant.conf -B
sleep 10
udhcpc -i eth0
#iwconfig eth0
#ifconfig -a eth0
Has also been added as a ticket in mofi
Change History
Note: See
TracTickets for help on using
tickets.

Project MoFi euthanasia has started (i.e we are dropping it from shr), furthermore, as you stated, it's an upstream issue. :)