You are not logged in.
This is the my device:
$ lsusb | grep Gobi
Bus 001 Device 077: ID 03f0:1f1d Hewlett-Packard un2400 Gobi Wireless Modem
sometimes another result:
$ lsusb | grep Gobi
Bus 001 Device 020: ID 03f0:201d Hewlett-Packard un2400 Gobi Wireless Modem (QDL mode)
I have installed in my netbook with these steps:
1. Install network manager: networkmanager, network-manager-applet. Then systemctl enable, start NetworkManager.service
Run "sudo NetworkManager".
2. Install BCM4312 and Hp un2400 gobi firmwares: b43-fwcutter. And b43-firmware, gobi-loader, gobi-firmware from AUR
Here is my /lib/udev/rules.d/60-gobi.rules, i have added the red line:
# udev rules for firmware loading on qualcomm gobi devices
ACTION=="add", SUBSYSTEM=="tty" KERNEL=="ttyUSB*" GOTO="gobi_rules"
GOTO="gobi_rules_end"
LABEL="gobi_rules"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9211", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="201d", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1f1d", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="04da", ATTRS{idProduct}=="250c", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8171", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1410", ATTRS{idProduct}=="a008", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1774", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="fff2", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1557", ATTRS{idProduct}=="0a80", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9201", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9221", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9231", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1f45", ATTRS{idProduct}=="0001", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="16d8", ATTRS{idProduct}=="8001", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9000", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="241d", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9204", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9214", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9224", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9234", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9244", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9264", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9274", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8185", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"LABEL="gobi_rules_end"
3. Install wireless: wpa_supplicant, wireless_tools, gnome-keyring.
Then systemctl enable and start wpa_supplicant.service
4. Install modem manager: usbutils, usb_modeswitch, modemmanager, mobile-broadband-provider-info
Then systemctl enable and start ModemManager
After reboot, i get this log keep being repeat forever:
$ dmesg | grep ttyUSB
[ 8.783499] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[ 13.924825] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 13.925166] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 13.925490] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 13.925813] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 13.926887] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[ 15.560838] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[ 15.562758] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
[ 17.869672] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.869883] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.870123] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.870366] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.872845] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.873762] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[ 17.874305] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.874560] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.874813] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 17.875605] qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
[ 18.845277] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[ 22.616332] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 22.616698] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 22.617055] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 22.617385] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[ 22.618447] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[ 23.560845] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[ 23.562771] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
Am i missing any configuration or installation?
Last edited by princenguyen (2014-06-19 06:30:17)
Offline
Hello,
Did you find a solution because I am having the same issue with my Sony Vaio SA. It has a Gobi 2000 and works perfectly on Ubuntu 14.04 and all other distributions I have tried so i know the hardware is fine.
I dont get the message repeating although I can get it like that by using the firmware from the AUR. If I use the firmware I got from my previous Windows installation then the error only occurs when turning the device on. This is so annoying
I get the following:
NetworkManager[1787]: <info> (wwp0s26u1u4): DHCPv4 state changed nbi -> preinit
Jul 08 23:40:11 Raspberry dhcpcd[5345]: wwp0s26u1u4: soliciting an IPv6 router
Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: soliciting a DHCP lease
Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0: nonzero urb status received: -71
Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0: wdm_int_callback - 0 bytes
Jul 08 23:40:12 Raspberry kernel: usb 1-1.4: USB disconnect, device number 9
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry dhcpcd[3049]: if_managelink: No such device or address
Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: dhcp if_readrawpacket: Network is down
Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0 wwp0s26u1u4: unregister 'qmi_wwan' usb-0000:00:1a.0-1.4, WWAN/QMI device
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (net/wwp0s26u1u4): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry dhcpcd[5345]: if_managelink: No such device or address
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (usbmisc/cdc-wdm1): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB1): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB2): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB0): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'wds' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'wds' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'pds' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'pds' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'wms' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'wms' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'nas' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'nas' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'dms' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'dms' client with ID '1'
Jul 08 23:40:12 Raspberry NetworkManager[1787]: <info> (cdc-wdm1): device state change: ip-config -> unmanaged (reason 'removed') [70 10 36]
Jul 08 23:40:12 Raspberry NetworkManager[1787]: <info> (cdc-wdm1): deactivating device (reason 'removed') [36]
Jul 08 23:40:12 Raspberry dhcpcd[5345]: received signal TERM from PID 1787, stopping
Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: removing interface
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.1: device disconnected
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.2: device disconnected
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB2: Qualcomm USB modem converter now disconnected from ttyUSB2
Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.3: device disconnected
Jul 08 23:40:13 Raspberry dhcpcd[5345]: exited
Offline