Hi Floppy,
I know it's been a few weeks since this post was last alive but I'm finally trying again to get this working.
So far still no luck
I don't get usb-serial on modprobe or lsmod? I've installed usb-serial and the sg3 tcz as :
/dev/loop48 568K 568K 0 100% /tmp/tcloop/sg3-utils
/dev/loop49 256K 256K 0 100% /tmp/tcloop/usb-serial-3.13.3-piCore+
/dev/loop50 28K 28K 0 100% /tmp/tcloop/libusb
/dev/loop51 432K 432K 0 100% /tmp/tcloop/usbutils
/dev/loop52 248K 248K 0 100% /tmp/tcloop/usb-serial-3.12.7-piCore+
When I run dmesg I see this :
[ 2.810441] smsc95xx v1.0.4
[ 2.875389] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:39:27:b9
[ 3.116938] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[ 3.343697] usb 1-1.3: New USB device found, idVendor=12d1, idProduct=1f01
[ 3.343729] usb 1-1.3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 3.343747] usb 1-1.3: Product: HUAWEI Mobile
[ 3.343761] usb 1-1.3: Manufacturer: HUAWEI
[ 3.366418] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 3.367450] scsi0 : usb-storage 1-1.3:1.0
[ 5.091620] scsi 0:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
So I assume the dongle has been seen as when I run "lsusb" I also get :
snb@snb:~$ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. SMC9512/9514 USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 004: ID 12d1:1f01 Huawei Technologies Co., Ltd.
But now stuck with actually getting the system to use the modem. IOW, create the eth1 interface. I added the line :
sudo ifconfig eth1 192.168.1.1 netmask 255.255.255.0 up
To my boot but this doesn't seem to help.
Lastly, the "modeswitch" as outlined in the Raspbian ticket doesn't seem to work as the ID's I guess differ even if I update the path to /usr/local/bin/ as :
snb@snb:~$ sudo /usr/local/bin/sg_raw /dev/sr0 11 06 20 00 00 00 00 00 01 00
/dev/sr0: No such device or address
snb@snb:~$
Any more ideas on how I can solve this?
Really hope you can help & BIG Thanks!
Chat when you can - Bye for now.
Dean