asimov-solensan
Very Active Member
- Joined
- Jan 8, 2010
- Messages
- 741
The device is a huawei k3765. It works on my linux laptop with the module "option".
On the pandora the module is not loaded automatically but if I force with modprobe.
Can't see anything strange in dmesg
Still the network manager says that can't find any mobile broadband device.
The topics I have found about this in the forum talk about other modems and are a bit old. Someone suggests to install modem-manager but this is included in this image (superzaxxon 1.52) or at least it appears as a command.
Just found this when running modem-manager --debug
Don't know what to try now, any ideas? Thanks in advance.
On the pandora the module is not loaded automatically but if I force with modprobe.
Code:
pandora:/home/asimov# lsmod|grep option
option 16294 0
usb_wwan 8385 1 option
usbserial 25397 2 option,usb_wwan
pandora:/home/asimov#
Can't see anything strange in dmesg
Code:
[ 122.499084] usbcore: registered new interface driver usbserial
[ 122.499206] USB Serial support registered for generic
[ 122.501159] usbcore: registered new interface driver usbserial_generic
[ 122.501190] usbserial: USB Serial Driver core
[ 122.519592] USB Serial support registered for GSM modem (1-port)
[ 122.521484] usbcore: registered new interface driver option
[ 122.521514] option: v0.7.2:USB Driver for GSM modems
Still the network manager says that can't find any mobile broadband device.
The topics I have found about this in the forum talk about other modems and are a bit old. Someone suggests to install modem-manager but this is included in this image (superzaxxon 1.52) or at least it appears as a command.
Just found this when running modem-manager --debug
Code:
pandora:/home/asimov# modem-manager --debug
** Message: ModemManager (version 0.4) starting...
** (modem-manager:2864): WARNING **: Could not acquire the org.freedesktop.ModemManager service as it is already taken. Return: 3
Don't know what to try now, any ideas? Thanks in advance.