LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-08-2011, 03:33 AM   #1
grahamH
LQ Newbie
 
Registered: Aug 2011
Location: perth wa australia
Distribution: ubuntu 11.04 newby
Posts: 3

Rep: Reputation: Disabled
Angry vividwireless modem on Ubuntu


How to setup/install a vividwireless USB broadband 4g modem on Ubuntu 11.04 distro?

Reply to angel115..thanks so far, here are some more details..

# lsusb... yes, the modem type is an Huawei bm358 Wimax USB stick from vividwireless vendor,it shows mac address as follows: 641f03d903e... Any wiser?

cottoned on to the blah about bogus 4g... why the lies I wonder, apparently there is no 4g in Australia!

Last edited by grahamH; 08-09-2011 at 11:08 PM.
 
Old 08-08-2011, 03:57 AM   #2
angel115
Member
 
Registered: Jul 2005
Location: France / Ireland
Distribution: Debian mainly, and Ubuntu
Posts: 542

Rep: Reputation: 79
Huuummmm, following there web site it's not supported official

when your modem is plugged in what does the command lsusb say:
Code:
# lsusb
Try to find the chipset in used in your device as well.

But my gess, it will be tuff to make it work on linux if no driver has been developed.


Best regards,
Angel.
 
Old 08-08-2011, 06:34 PM   #3
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
Quote:
Originally Posted by angel115 View Post
But my gess, it will be tuff to make it work on linux if no driver has been developed.


Best regards,
Angel.
Most 3G modems (lte is 3G, not 4G) are designed using USB to serial type chipsets.
So once we know what the device/vendor numbers are, we can try installing the usbserial module for it. :up:.
(most other chipsets are detected automatically in Ubuntu)
 
1 members found this post helpful.
Old 08-09-2011, 11:12 PM   #4
grahamH
LQ Newbie
 
Registered: Aug 2011
Location: perth wa australia
Distribution: ubuntu 11.04 newby
Posts: 3

Original Poster
Rep: Reputation: Disabled
Reply to angel115..thanks so far, here are some more details..

# lsusb... yes, the modem type is an Huawei bm358 Wimax USB stick from vividwireless vendor,it shows mac address as follows: 641f03d903e... Any wiser?

cottoned on to the blah about bogus 4g... why the lies I wonder, apparently there is no 4g in Australia!

sorry I just realised the box underneath for replies.. am using a small laptop temporarily til i fix the desktop unit

regards GrahamH
 
Old 08-09-2011, 11:24 PM   #5
grahamH
LQ Newbie
 
Registered: Aug 2011
Location: perth wa australia
Distribution: ubuntu 11.04 newby
Posts: 3

Original Poster
Rep: Reputation: Disabled
I guess better start to gen up on the language and protocols of Linux... any suggestions for a quick learning curve?
 
Old 08-11-2011, 02:58 PM   #6
angel115
Member
 
Registered: Jul 2005
Location: France / Ireland
Distribution: Debian mainly, and Ubuntu
Posts: 542

Rep: Reputation: 79
Quote:
Originally Posted by grahamH View Post
I guess better start to gen up on the language and protocols of Linux... any suggestions for a quick learning curve?
C and C++ if you want something which will speak to your hardware.
 
Old 08-11-2011, 03:25 PM   #7
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
Ok, based on my own experience, boot up the computer and give it a chance to settle.
Check the output of lsusb.
Attach the modem to a suitable USB port and check the output of lsusb and dmesg.
my lsusb is, (for example)
Code:
qlue@home:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 17af:6001  
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 064e:d101 Suyin Corp. Acer CrystalEye Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
qlue@home:~$
on most modems, a fake cdrom will open. If the dmesg output shows something like,
Code:
[    9.594014] USB Serial support registered for generic
[    9.594691] usbserial_generic 2-2:1.0: generic converter detected
[    9.596767] usb 2-2: generic converter now attached to ttyUSB0
[    9.596820] usbserial_generic 2-2:1.1: generic converter detected
[    9.599126] usb 2-2: generic converter now attached to ttyUSB1
[    9.599175] usbserial_generic 2-2:1.2: generic converter detected
[    9.603297] usb 2-2: generic converter now attached to ttyUSB2
[    9.604693] usbserial_generic 2-2:1.3: generic converter detected
[    9.606958] usb 2-2: generic converter now attached to ttyUSB3
[    9.607046] usbcore: registered new interface driver usbserial_generic
[    9.607054] usbserial: USB Serial Driver core
then the port for the modem is something like, /dev/ttyUSB0 or /dev/ttyUSB3 (you might get /dev/ttyACM0 or something different)
But chances are, this won't happen until you eject the fake cdrom.
When I eject the fake cdrom, my lsusb listing for the device changes to
Code:
Bus 002 Device 002: ID 17af:6002
But because the usbserial module must be explicitly loaded, it still doesn't register. So I then need to type;
Code:
sudo modprobe -v usbserial vendor=0x17af product=0x6002
Ubuntu handles the rest. You may need to right-click the network icon and select 'edit connections', but usually the network wizard will popup automagically at this point.
Let's see how far we can get from this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Server 9.10, ICH4 AC97 modem, sl-modem-daemon dies anon187 Ubuntu 0 03-12-2010 06:05 PM
modem in ubuntu fahadnasir Linux - Networking 1 04-13-2008 12:26 PM
modem and ubuntu angelo_maci Linux - Software 1 04-26-2006 12:45 PM
Modem under Ubuntu 5.04 Neoxeekhrobe Linux - Hardware 2 09-27-2005 02:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration