Reliance netconnect on x86_64

0 views
Skip to first unread message

zix

unread,
Nov 2, 2009, 5:45:01 AM11/2/09
to VGLUG
Hi Everybody,
I am struggling to get my reliance netconnect to
work on x86_64. I know that there is a driver for i386, but is there
any driver for x86_64. I am seeing dmesg identifies this as usb mass
storage device not as modem device.
If anybody has any idea/suggestion, can you please share?

Thanks and Regards,
zix

Nirmal Pathak

unread,
Nov 2, 2009, 6:04:36 AM11/2/09
to vg...@googlegroups.com
2009/11/2 zix <zix...@gmail.com>:

What's the kernel version running on the system? Output of following would help.

#uname -a
#lsusb

Have FuN!
--
Nirmal D Pathak.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What I want is freedom, not life, nor pleasure, nor good!

FLOSS gives that.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Moz

unread,
Nov 2, 2009, 6:17:14 AM11/2/09
to vg...@googlegroups.com
Hi Zix

Most of the times these  USB devices will work with your kernel (in case the usbserial module is not loaded automatically) with:

modprobe usbserial product=yourproductid vendor=yourvendorid

the product id and vendor id can be found with lsusb -v.

If this still does not work send us output of lsusb -v and we'll see what can be done.

Moz

zix

unread,
Nov 2, 2009, 11:10:20 PM11/2/09
to VGLUG
uname output:
Linux localhost.localdomain 2.6.25-14.fc9.x86_64 #1 SMP Thu May 1
06:06:21 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux



lsusb -v:
Bus 003 Device 006: ID 19d2:fff6
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x19d2
idProduct 0xfff6
bcdDevice 0.00
iManufacturer 1 ZTE, Incorporated
iProduct 2 USB Storage
iSerial 3 000000000002
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0




I think its recognising as storage device, not as a modem. Thanks for
any help

zix

unread,
Nov 3, 2009, 8:36:47 AM11/3/09
to VGLUG
any idea/help/suggestions?

Pratik Vyas

unread,
Nov 3, 2009, 8:56:52 AM11/3/09
to vg...@googlegroups.com
Do you actually see the usb drive (like in files in it)?
The ZTEs that ship with Vodafone connect are also like that, they first show up as mass storage device with all M$ drivers.
When drivers are loaded, the device is flip flopped to a modem.
I've not been successful is getting to the modem stage.
if this is not the case, then modprobe should work like a charm in your case.


--
--
Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

ElectroMech

unread,
Nov 3, 2009, 8:58:48 PM11/3/09
to vg...@googlegroups.com
Hi,


On Tue, Nov 3, 2009 at 7:06 PM, zix <zix...@gmail.com> wrote:

any idea/help/suggestions?

FC9 doesn't support outouf box. You need to configure it manually.

FC11 out of the box support wireless broad band.

 






--
--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
404, Maulik arcade, Above Karnavati Pagarakha Bazar,
Nr. Mansi cross Road,
Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info

Viral Sachde

unread,
Nov 3, 2009, 1:36:16 PM11/3/09
to vg...@googlegroups.com
On Tue, Nov 3, 2009 at 7:06 PM, zix <zix...@gmail.com> wrote:
>
> any idea/help/suggestions?
>
>

Follow this :
Boot PC:
1. Get in super user mode (cmd: #su - )
2. #dmesg -c (clear old log)
3. Connect device
4. #dmesg
5. It might say device is connect as SCSI Read only Disk. This will
also mention node they created. Typically sr# and sg#
6. eject -s /dev/sr#
7. lsusb again. You might see change in product id, while vendor id
will remain same
8. time to insert usbserial. modprobe usbserial vendor=$(vendorid)
product=$(product)
9. dmesg again to check whether any ttyUSB# ports are created or not.

You can later configure usbswitch[1] to do this automatically.

rgrds, Viral

[1] http://www.draisberghof.de/usb_modeswitch/

zix

unread,
Nov 30, 2009, 12:29:44 AM11/30/09
to VGLUG


On Nov 3, 11:36 pm, Viral Sachde <viralsac...@gmail.com> wrote:
Hi everybody,
I got this working. For the people who are stuck in
this, my earlier kernel version was 6.25. When I updated it to 6.30,
it worked for me. So, if anybody still cant make it work, pls see if
ur kernel is updated above 2.6.30. The modem got detected by productid
fff1. Till the productis is detected as fff1, u wont get it work(no
proof for this, only saw that it doesnt work for any other productid's
for couple of other people).

Then issue the command modprobe usbserial vendor=<vendorid>
product=0xfff1. U will find all the devicenodes ttyUSB0, ttyUSB1 etc
getting created.

Hope this info helps

zix
Reply all
Reply to author
Forward
0 new messages