Discuss EVDO PC Cards, ExpressCards, EVDO USB, PDAs, Phones, Coverage and Mobile Broadband Cards. Discuss Verizon and Sprint Coverage. CradlePoint CTR350 / PHS300/ MBR1000 & Kyocera KR1 / KR2 & LinkSys WRT54G3G-ST Forums!
EVDOforums.com
Discussion forum for EVDO users
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Our sites Include: EVDO Info :: EVDO Forums :: EVDO Maps :: EVDO Blog :: 3Gstore.com

To purchase your EVDO Card / Antenna / Amplifier / Router from the EVDO Experts, just contact us!

Linux Setup Guide And Documentation For Sprint EVDO

Goto page Previous  1, 2  
Post new topic   Reply to topic    EVDOforums.com Forum Index -> EVDO Developers & Technical
View previous topic :: View next topic  
Author Message
j33433
EVDO Fledgling


Joined: 18 Jul 2007
Posts: 15

PostPosted: Sun Jan 06, 2008 4:34 pm    Post subject: Reply with quote

You can bypass make by doing its job by hand. As root, from the sierra.v.1.0.6 folder:
Code:
install -m 644 sierra.ko /lib/modules/$(shell uname -r)/kernel/drivers/usb/serial
depmod -a
modprobe sierra

Then do the dmesg thing again with the sierra plugged in and the palm unplugged. We must get to the point were you see something like this before the next steps can happen:
Code:
sierra 3-2.2:1.0: Sierra USB modem (3 port) converter detected
usb 3-2.2: Sierra USB modem (3 port) converter now attached to ttyUSB0
usb 3-2.2: Sierra USB modem (3 port) converter now attached to ttyUSB1
usb 3-2.2: Sierra USB modem (3 port) converter now attached to ttyUSB2

I now see that the eee has a pretty small solid state drive and it makes sense for tools like 'make' to be missing. I will be back online tomorrow...
Back to top
View user's profile Send private message
michelle
EVDO User


Joined: 26 Mar 2006
Posts: 52

PostPosted: Sun Jan 06, 2008 7:17 pm    Post subject: Reply with quote

j, thanks for all your help today! i am determined to make this work!

as for the code:
Code:
install -m 644 sierra.ko /lib/modules/$(shell uname -r)/kernel/drivers/usb/serial
depmod -a
modprobe sierra


are these four separate commands? i am a bit unsure of what to enter after "modules/$..." is it /modules/$ (shell michellee -r)... or is "-r..." the next line item?
Back to top
View user's profile Send private message
j33433
EVDO Fledgling


Joined: 18 Jul 2007
Posts: 15

PostPosted: Mon Jan 07, 2008 12:08 pm    Post subject: Reply with quote

There are 3 lines. You should be able to paste them into a shell window, one line at a time. I hope it doesn't say "install: command not found" Wink
Back to top
View user's profile Send private message
michelle
EVDO User


Joined: 26 Mar 2006
Posts: 52

PostPosted: Mon Jan 07, 2008 12:54 pm    Post subject: Reply with quote

will i need to enter the first line command verbatim (and not replace it with my own username, etc.)?

entering this line
Code:
install -m 644 sierra.ko /lib/modules/$(shell uname -r)/kernel/drivers/usb/serial

gives me:
bash: shell: command not found
install: cannot create regular file 'lib/modules/kernel/drivers/usb/serial': No such file or directory.

argh!
Back to top
View user's profile Send private message
j33433
EVDO Fledgling


Joined: 18 Jul 2007
Posts: 15

PostPosted: Mon Jan 07, 2008 1:02 pm    Post subject: Reply with quote

I just noticed a problem. Remove the word "shell" since we aren't using make. It's verbatim, as root, from the sierra.v.1.0.6 folder:

Code:
install -m 644 sierra.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial
depmod -a
modprobe sierra
Back to top
View user's profile Send private message
michelle
EVDO User


Joined: 26 Mar 2006
Posts: 52

PostPosted: Mon Jan 07, 2008 2:10 pm    Post subject: Reply with quote

can this get any more frustrating.

i issued the command again but this time i got:
Code:
install: cannot create regular file 'lib/modules/2.6.21.4-eeepc/kernel/drivers/usb/serial': No such file or directory.


does that mean i need to create a folder in that path first or...?

also, now that i've done this a few times, there are several sierra.v.1.0.6 folders on my desktop and i can't delete them because:

Quote:
Access denied to /home/user/Desktop/sierra.v.1.0.6/Makefile.
Back to top
View user's profile Send private message
mjwalfredo
EVDO Newbie


Joined: 07 Oct 2007
Posts: 7
Location: Blythewood, SC

PostPosted: Fri Feb 15, 2008 10:03 am    Post subject: Reply with quote

j33433 wrote:
The Sierra devices will work with most linux kernels but will be much faster with kernels 2.6.22 and later. Use the "sierra" module, not the "usbserial" module.
At the time of this post, most distros don't have 2.6.22+, so you will have to build your own kernel. I get 2.5Mb/s with the 595U.


Do you actually have to roll your own 2.6.22 kernel or can you compile the driver and just load the module for pre 2.6.22 kernels?
Back to top
View user's profile Send private message
icis
EVDO Newbie


Joined: 22 Feb 2008
Posts: 1

PostPosted: Fri Feb 22, 2008 4:04 pm    Post subject: Reply with quote

j33433 wrote:
No problem.
I didn't know about the EEE before today. Looks there there are some EEE specific distros. Are you using eeeXubuntu, Kubuntu, Debian Lenny or something else?
It looks like you machine is looking at the CD for packages when we need it to look at your distro's repository through the internet. Also check the distro's website for configuring your /etc/apt/sources.list.



I have an EEE and I am trying to do the same thing in the coming week.

You can find your version by catting /etc/*release* and uname -a

It appears to be debian 4.0 based on 2.6.21.4.
Back to top
View user's profile Send private message
jbougeno
EVDO Newbie


Joined: 11 Jul 2007
Posts: 4

PostPosted: Sun Mar 23, 2008 8:00 pm    Post subject: OpenSuse 10.3 Linux and Blackberry 8830 EVDO Reply with quote

Does anybody know if it's possible yet to use a Blackberry 8830 (Sprint) phone as a tethered modem with OpenSUSE 10.3? I've managed to successfully follow the instructions for setting up the Novatel U720 modem on the same machine and same OS but I've since put that on a CTR350 router for the family. I need to be able to use my phone as a modem when I'm away from home with my laptop. Otherwise, I have to boot into Windows and use that for surfing the Web.

As a side note for those of you that might be interested: Just for the fun of it, I hooked up my Novatel U720 to the laptop while it was in Linux. I had VMWare running Windows XP and was able to pick up the Novatel in Windows. Linux was not using the Novatel but I was able to initiate a connection and use the Internet from within Windows, no problems. Of course, I was also able to hook the Novatel to Linux and simply have Windows access the Internet from the Linux connection thus I was able to have both OS's access the web at the same time. If you hook the Novatel only to Windows in VMWare, then Linux won't see the Internet. I haven't tried doing the VMWare thing yet with the Blackberry (no time) but it might work, might not.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    EVDOforums.com Forum Index -> EVDO Developers & Technical All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum








Sprint Rev A USB: Compass 597



Sprint Rev A ExpressCard: Merlin EX720


Purchase an V740 Rev A ExpressCard


Sprint U727


CTR350 Router


CradlePoint PHS300


Purchase a MBR1000


Purchase an EVDO Booster Antenna

Purchase a LinkSys 3G Router



Purchase an EVDO Amplifier


Your Mac EVDO Experts









EVDO Antenna Booster





Digg Us :: del.icio.us :: technorati :: furl

4G :: 4G Forums :: PHS300 :: MBR1000 :: KR2