Using a windows mobile cell phone to provide internet access via wifi
Posted by: dhubbard in Computers, LinuxI figured I would do a quick post to explain how I managed to get my eeePc running kubuntu connecting to the internet with my Windows mobile phone running WMWifiRouter.
The main issue in getting this to work is that the madwifi-ng atheros driver needs special configuration to connect using the ad-hoc mode that WMWifiRouter uses. I found that the sequence of commands below made it work.
/etc/dbus-1/event.d/25NetworkManager stop
ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode ad-hoc
iwconfig ath1 channel 1
iwconfig ath1 essid WMWifiRouter
ifconfig ath1 up
dhclient ath1
Entries (RSS)