You are not logged in.
Pages: 1
In terminal i fix usb modem problem:
# lsusb
Bus 001 Device 003: ID 12d1:1d35 Huawei Technologies Co., Ltd.
With this command you will be able to find out vendor id and the product id of the modem. Now just
open the /etc/modules file and put in a new line there
usbserial vendor=0x12d1 product=0x1d35
Save and Quit the file and simply reboot the machine.
source: http://www.geekride.com/huawei-e173-on-ubuntu
How can I solve this problem arch linux
on top. There is no /etc/module file?
On Linux is not currently running in one of the more all usb
modems.
I like that can be manually. Interesting that this problem has occurred on all distros.
-pc-
Offline
Use /etc/modprobe.d/*.conf - see modprobe.d(5) for details.
Offline
Pages: 1