On Thu, 2012-11-29 at 11:10 -0500, Adam Tauno Williams wrote:
On Sat, 2012-11-24 at 17:42 +0100, Jan Ritzerfeld wrote:
Am Samstag, 24. November 2012, 08:58:42 schrieb Adam Tauno Williams:
On Sat, 2012-11-24 at 12:50 +0100, Jan Ritzerfeld wrote: [...]
In your other mail you said that if you install the old SSD and, thus, the old OS, it will work. Which OS is the old OS? Linux? Windows? The SSD is an openSUSE 12.2 x86_64 installation. I mounted it on another workstation an I can't find any trace of gobi_loader of firmware on that drive. But it does initialize the device to three USB tty ports (I see that in the recorded /var/log/messages from that drive). There must be the firmware and the gobi_loader. I thought so to, but I can't find any evidence of it. BUT it is a x86_32 installation, rather than an x86_64. When I talked to the previous user he said that when he had it installed as x86_64 it did not work - but when he reinstalled as an x86_32 it worked right away. I found the .mbn files, and their checksums match those provided @ <http://opensuseadventures.blogspot.com/2011/11/gobi-loader-and-mobile-broadband.html> $ find . -name *.mbn ... e4d8d4dbd0a10d17f01f7f3bbd2ea734 ./1/UQCN.mbn 06f76ed398458dad7b91c2d99a85a0a7 ./1/amss.mbn 88a60ed745d75fb1b92c539574ecc972 ./1/apps.mbn ...
On Mon, 2012-11-26 at 13:31 -0500, Adam Tauno Williams wrote: pc02813:/lib/firmware/gobi # ls -l total 9672 -rw-r--r-- 1 root root 6733876 Nov 29 10:39 amss.mbn -rw-r--r-- 1 root root 3141676 Nov 29 10:39 apps.mbn -rw-r--r-- 1 root root 17260 Nov 29 10:39 UQCN.mbn Rebooted. Still no joy. Nov 29 10:56:17 pc02813 dbus-daemon[634]: modem-manager[678]: <info> (ttyUSB0) closing serial port... Nov 29 10:56:17 pc02813 modem-manager[678]: <info> (ttyUSB0) closing serial port... Nov 29 10:56:17 pc02813 modem-manager[678]: <info> (ttyUSB0) serial port closed Nov 29 10:56:17 pc02813 dbus-daemon[634]: modem-manager[678]: <info> (ttyUSB0) serial port closed Nov 29 10:56:23 pc02813 udevd[388]: timeout: killing 'gobi_loader -2000 /dev/ttyUSB0 /lib/firmware/gobi' [523] Nov 29 10:56:23 pc02813 udevd[388]: 'gobi_loader -2000 /dev/ttyUSB0 /lib/firmware/gobi' [523] terminated by signal 9 (Killed)
Running the gobi_loader manually [as root] just seems to hang.. $ /lib/udev/gobi_loader -2000 /dev/ttyUSB0 /lib/firmware/gobi Stracing that it looks like the ttyUSB device is unresponsive to the write operation: open("/dev/ttyUSB0", O_RDWR) = 3 chdir("/lib/firmware/gobi") = 0 open("amss.mbn", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=6733876, ...}) = 0 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B9600 -opost -isig -icanon -echo ...}) = 0 ioctl(3, SNDCTL_TMR_START or SNDRV_TIMER_IOCTL_TREAD or TCSETS, {B9600 -opost -isig -icanon -echo ...}) = 0 write(3, "~", 1) = 1 write(3, "\1QCOM high speed protocol hst\0\0\0"..., 38) = 38 write(3, "~", 1) = 1 write(3, "~", 1) = 1 write(3, "%\5,\300f\0\1\0\0\0\4\0\0xS", 15 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org