hello,
I am trying to use that modem with my netbook.
I made according
http://www.draisberghof.de/usb_modeswitch/device_reference.txt and diverse search
the switchicon.conf
=======
DefaultVendor= 0x0af0
DefaultProduct= 0x7a01
TargetVendor= 0x0af0
TargetProduct= 0x7a01
TargetClass= 0xff
MessageEndpoint=0x01
MessageContent="55534243123456780000000000000601000000000000000000000000000000"
ResponseEndpoint=0x81
#NoDriverLoading=1
CheckSuccess=30
NeedResponse=1
=======
it seems to switch on after "usb_modeswitch -c /pathtofile/switchicon.conf"
The /dev/ttyHS0,1,2,3 exists (I found out no ttyUSBx exists, which seems to be ok for that type of modem).
We see in that case in dmesg
=========
...
usbcore: registered new interface driver oss_usb
usb 1-1: new high speed USB device number 5 using ehci_hcd
scsi7 : usb-storage 1-1:1.0
scsi 7:0:0:0: CD-ROM ZCOption HSUPA Modem PQ: 0 ANSI: 2
sr0: scsi-1 drive
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 7:0:0:0: Attached scsi CD-ROM sr0
sr 7:0:0:0: Attached scsi generic sg4 type 5
usb 1-1: usbfs: process 4351 (usb_modeswitch) did not claim interface 0 before use
usb 1-1: USB disconnect, device number 5
usb 1-1: new high speed USB device number 6 using ehci_hcd
scsi15 : usb-storage 1-1:1.7
hso: drivers/net/usb/hso.c: Option Wireless
usbcore: registered new interface driver hso
scsi 15:0:0:0: Direct-Access SD HSUPA Modem PQ: 0 ANSI: 2
sd 15:0:0:0: Attached scsi generic sg4 type 0
sd 15:0:0:0: [sde] Attached SCSI removable disk
=========
I had another success for the same FONIC sim card (other modem); here
http://forum.tinycorelinux.net/index.php/topic,11509.msg61207.html#msg61207and it works. So, let use that new modem with my "old" FONIC SIM card from the older thread.
When I use the wvdial conf file
=========
[Dialer Defaults]
Modem = /dev/ttyHS3
Baud = 460800
PPPD Path = /usr/local/sbin/pppd
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
[Dialer Pin]
Init3 = AT+CPIN=xxxx
[Dialer Fonic]
Phone = *99#
Username = foo
Password = foo
Stupid Mode = 1
Dial Command = ATDT
Init4 = AT+CGDCONT=1,"IP","pinternet.interkom.de"
=========
sudo wvdial pin is fine. The modem change its color to green or blue which mean it is recognized.
sudo wvdial fonic dont work. It stop with ATDT*99# ERROR. see
http://imagebin.org/253013 Lets search what could be the reason.
Any idea is welcome.
(forget the file in the attachment; its from an older status and I dont know how to delete it)