12.04版本,3G模块的驱动——高通gobi1000
发表于 : 2014-02-02 23:13
各位大侠,在12.04下,笔记本thinkpad X200,高通gobi1000模块的驱动如何解决呀?
lsusb的截图如下
lsusb的截图如下
HP Elitebook WWAN Gobi 1000 3G Modem with Ubuntu 12.04 Precise Pangolin
30/10/2012
1 Comment
Picture
This is about the standard 3g modem card - un2400 – for an Elitebook. I found setting this up surprisingly simple, after I found the right information on the blogosphere of course!
1、Install the package gobi-loader
2、mkdir /lib/firmware/gobi
3、copy these 2 files from the Windows 7 install of the modem software into the gobi directory above:
c:/QUALCOMM/QDLService/Packages/6/amss.mbn
c:/QUALCOMM/QDLService/Packages/6/apps.mbn
4、 give this command a go and hopefully you will get something in the network connections drop down:
/lib/udev/gobi_loader /dev/ttyUSB0 /lib/firmware/gobi[/list]
5、Whether that last command worked or not, reboot the machine and all should work. The gobi drivers are picked up by udevd so are started automatically at bootup.
6、You might need to run the Windows 7 connect utility, check that it’s not set to power off the device when the connect program terminates, so that it is switched on at boot, looks to me though that the Linux software handles this well enough.