Pay As You Go Dongle?


restless1

Still Fresh
Joined
Oct 1, 2008
Messages
41
I have one of these will it work?

http://www.walmart.com/ip/Virgin-Mobile-Broadband2Go-Prepaid-3G-USB-Adapter-VMMC76NTKIT160/12718736?sourceid=1500000000000003142050&ci_src=14110944&ci_sku=12718736
 
What I am confused about is would i need certain software as it automatically installs on a XP machine..(Newbie with wireless dongle setups)
 
Restless said:
I have one of these will it work?

http://www.walmart.com/ip/Virgin-Mobile-Broadband2Go-Prepaid-3G-USB-Adapter-VMMC76NTKIT160/12718736?sourceid=1500000000000003142050&ci_src=14110944&ci_sku=12718736

I think they just use a modem protocol, so yeah it will work as if by magic.
 
Last edited by a moderator:
I suppose you have the dongle already, so download a linux livecd. I recommend Fedora as they wholeheartedly refuse to include binary blobs of any kind, and thus you won't get a false positive. Put it in, boot from it, plug in your dongle and try going online. If it works out of the box so be it, otherwise there's a small guide to get the whole thing working with a udev hack here
 
OK I'll try the by magic test first then see if not then try the live method... not like i need to use it on the Pandora it would just be nice..:)
 
they work by magic, just plug and play, no need for "custom" interfaces or weird icons in the task bar, just works.

edit: I keep posting this every few months, you should have been able to find it in search, it just shows up as a network device in the network manager, select your isp and connect, easy .

can confirm Huawei e220 and e156g modems "just work" personally, the e220 is my main internet connection (no phone line out here in the sticks), e156g is used on my netbooks, all run Linux, Huawei drivers for those modems are included in the kernel, so all Linux versions will support em.
 
While most sticks should "just work" without any additional drivers, there are two important caveats that took me a long time to discover when I set up my parents high speed stick in Ubuntu.
1) Many of the sticks, when first plugged in, operate in CD mode, where they report to the computer that they are actually a CD ROM that contains a disk which has the connection software on it. They cannot be in both CD and modem mode at the same time, so when you first plug it in, you need to send an eject to the the disk. This signals the stick to switch from CD mode to modem mode. Fortunately, linux has a command line program "eject" that does just that. Simply call "eject /dev/sr1" (or whichever device the drive has been loaded to) and it switches. The Windows software the you install does this automatically. Some sticks also have a setting which can be toggled to tell it not to start in CD mode, but not all of them. Older sticks, with drivers coming on traditional disks rather than in flash on the stick will not have this problem.
2) You need to know the access point for the init string. Without this init string, the modem doesn't know how to authenticate against your wireless's server (or something like that). The init line looks something like
Code:
AT+cgdcont=1,"IP","bell.internet.ca"
where bell.internet.ca is something unique to your carrier. If you have a cell phone with your carrier, you may be able to find it somewhere on your phone as "GPRS access point" or something like that. If you can't find it, you can call up your carrier and they may be able to help you out. Just ask what the GPRS access point is supposed to be. If they don't know, tell them you're running Linux and would like to be promoted to second tier support.
 
Thanks Stan I am copying this so when I try it I can get it right...
I was kinda worried it might not be plug and play and well wanted to be prepared... the wireless dongle thing won't bother me at all if i get this thing working...
 
Restless said:
Thanks Stan I am copying this so when I try it I can get it right...
I was kinda worried it might not be plug and play and well wanted to be prepared... the wireless dongle thing won't bother me at all if i get this thing working...
It will probably register itself as a PPP modem, so NetworkManager will automagically let you configure it with a nice little wizard. The real issue is whether a driver exists for your particular USB modem. If it's Huawei then it'll just work. You might need to add a simple udev line from what my google searches revealed, but it'll "just work" after that, if you even need to do it.

The post configuration (ie. connecting to your provider etc.) can all be done with NetworkManagers GUI, which is installed in the official image.
 
Last edited by a moderator:
zhasha said:
I suppose you have the dongle already, so download a linux livecd. I recommend Fedora as they wholeheartedly refuse to include binary blobs of any kind, and thus you won't get a false positive. Put it in, boot from it, plug in your dongle and try going online. If it works out of the box so be it, otherwise there's a small guide to get the whole thing working with a udev hack here

Out of curiosity, and I'm sorry to side-track, which distros do include binary blobs? Surely Debian won't, And Gentoo and Slack are all about the source code..... Besides comedy options like Linspire, what does that leave? Does Ubuntu include closed source software in their main distribution?

.... Or am I completely wrong and/or out of touch about those distros I mentioned not having opaque blobs in their distribution?
 
Last edited by a moderator:
VRAndy said:
zhasha said:
I suppose you have the dongle already, so download a linux livecd. I recommend Fedora as they wholeheartedly refuse to include binary blobs of any kind, and thus you won't get a false positive. Put it in, boot from it, plug in your dongle and try going online. If it works out of the box so be it, otherwise there's a small guide to get the whole thing working with a udev hack here

Out of curiosity, and I'm sorry to side-track, which distros do include binary blobs? Surely Debian won't, And Gentoo and Slack are all about the source code..... Besides comedy options like Linspire, what does that leave? Does Ubuntu include closed source software in their main distribution?

.... Or am I completely wrong and/or out of touch about those distros I mentioned not having opaque blobs in their distribution?
Ubuntu includes heaps of binary stuff in both their repos and their livecds
 
Last edited by a moderator:
I was of the impression that Ubuntu made that stuff optional by default, though. :blink:
 
Prometheus said:
I was of the impression that Ubuntu made that stuff optional by default, though. :blink:
Optional yes, but last I used ubuntu (which admittedly was a long time ago), it installed some binary drivers by default, and others (fglrx, nvidia, etc) would have to be explicitly installed. In any case, Fedora has an OMG FREE policy that extends to everything but firmware, so if you want to know if there's a free driver for your device, it's at least a good starting point.
 
Last edited by a moderator:
Gruso said:
Mithrildor said:
if its USB 2.0 high-speed: Yes if not : no
Terrible answer. Please refer to the USB link in my sig.

I love this pick from the USB Wiki..
I got to find a USB card for an 8-bit ISA slot.

Pandora.usb.slave.png
 

Attachments

  • Pandora.usb.slave.png
    Pandora.usb.slave.png
    128.9 KB · Views: 101
Last edited by a moderator:
VRAndy said:
zhasha said:
I suppose you have the dongle already, so download a linux livecd. I recommend Fedora as they wholeheartedly refuse to include binary blobs of any kind, and thus you won't get a false positive. Put it in, boot from it, plug in your dongle and try going online. If it works out of the box so be it, otherwise there's a small guide to get the whole thing working with a udev hack here

Out of curiosity, and I'm sorry to side-track, which distros do include binary blobs? Surely Debian won't, And Gentoo and Slack are all about the source code..... Besides comedy options like Linspire, what does that leave? Does Ubuntu include closed source software in their main distribution?

.... Or am I completely wrong and/or out of touch about those distros I mentioned not having opaque blobs in their distribution?

Gentoo being focused on compiling from source code I can understand but that isn't necessarily correct (you can link to a binary repo if you want to), but that doesn't mean that you can't or won't use binary blobs when wanted or needed.
 
Last edited by a moderator:
viridior said:
VRAndy said:
zhasha said:
I suppose you have the dongle already, so download a linux livecd. I recommend Fedora as they wholeheartedly refuse to include binary blobs of any kind, and thus you won't get a false positive. Put it in, boot from it, plug in your dongle and try going online. If it works out of the box so be it, otherwise there's a small guide to get the whole thing working with a udev hack here

Out of curiosity, and I'm sorry to side-track, which distros do include binary blobs? Surely Debian won't, And Gentoo and Slack are all about the source code..... Besides comedy options like Linspire, what does that leave? Does Ubuntu include closed source software in their main distribution?

.... Or am I completely wrong and/or out of touch about those distros I mentioned not having opaque blobs in their distribution?

Gentoo being focused on compiling from source code I can understand but that isn't necessarily correct (you can link to a binary repo if you want to), but that doesn't mean that you can't or won't use binary blobs when wanted or needed.
The Linux kernel itself contains binary blobs for closed-source firmwares. Case closed.
 
Last edited by a moderator:
Back
Top