To get your newly purchased Sierra AirCard 880E on your Ubuntu Hardy, you should follow these simple steps:
- Make sure you have GCC on your computer: ‘sudo apt-get install gcc‘
- Make sure you have kernel sources installed on your computer: ‘sudo apt-get install linux-headers-2.6.24-19-generic‘
- Download the driver from Sierra Wireless site
- Extract and compile (‘make‘, ‘sudo make install‘)
- Add to /etc/modprobe.d/blacklist-modem the line: ‘blacklist ehci_hcd’
- Insert the device into the laptop. When everything is OK, you should see that a USB device is registered using ‘dmesg‘ shortly afterwards, or ‘lsusb‘
- Configure /etc/wvdial.conf using the attached config file wvdial.conf
- Add to /etc/ppp/peers the file wvdial
Done. To connect, you need to run ‘sudo wvdial &‘
I will add in the future a nice gksudo with a nice-looking connect/disconnect script