USB modem support on a FreeBSD box

2009-10-19 Thread Henry Olyer
I know about all the drivers being for windoz.  And how we're pretty much
left out in the cold.  Does any solution exist?  For example, if I access my
USB modem via the Wine emulator, will that work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USB modem support?

2004-02-23 Thread hay
you can try this link
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoa.html
- Original Message -
From: Daniela [EMAIL PROTECTED]
To: Tony Frank [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, February 22, 2004 10:23 PM
Subject: Re: USB modem support?


 On Saturday 21 February 2004 10:11, Tony Frank wrote:
  Hi,
 
  On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote:
   I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It
is
   recognized at boot time, but when I try to connect, it tells me that
the
   modem is busy.
   I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up
in
   the boot messages) and directed the kppp utility to use /dev/cuaa3. I
   entered all the information it asked me for, and then I got the error
   message: Modem is busy. My ISP told me to f*** off and get Windoze.
   Anything else is unsupported.
  
   Is it a hardware problem or a classical case of a dumb user?
   I'm not unexperienced with Ethernet connections, and I have a great
   knowledge of the TCP/IP standard, but I have never done anything with
   modems, so I can't even imagine how this stuff works.
 
  Have you tried:
 
  FreeBSD Handbook:
  http://marvin.home.local/doc/en_US.ISO8859-1/books/handbook/pppoa.html

 Thank you, that's great but the link above is broken.
 Well, I installed that program and followed the instructions it gives me.
 Now the tun0 interface is open, but it has no IP associated. I'm stuck
here.
 Do I have to use the DHCP client? (Tried it, but it configures the tunnel
 from IP 0.0.0.0 to 255.255.255.255)
 I have no clue what to do next.


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB modem support?

2004-02-22 Thread Daniela
On Saturday 21 February 2004 10:11, Tony Frank wrote:
 Hi,

 On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote:
  I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is
  recognized at boot time, but when I try to connect, it tells me that the
  modem is busy.
  I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up in
  the boot messages) and directed the kppp utility to use /dev/cuaa3. I
  entered all the information it asked me for, and then I got the error
  message: Modem is busy. My ISP told me to f*** off and get Windoze.
  Anything else is unsupported.
 
  Is it a hardware problem or a classical case of a dumb user?
  I'm not unexperienced with Ethernet connections, and I have a great
  knowledge of the TCP/IP standard, but I have never done anything with
  modems, so I can't even imagine how this stuff works.

 Have you tried:

 FreeBSD Handbook:
 http://marvin.home.local/doc/en_US.ISO8859-1/books/handbook/pppoa.html

Thank you, that's great but the link above is broken.
Well, I installed that program and followed the instructions it gives me.
Now the tun0 interface is open, but it has no IP associated. I'm stuck here. 
Do I have to use the DHCP client? (Tried it, but it configures the tunnel 
from IP 0.0.0.0 to 255.255.255.255)
I have no clue what to do next.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB modem support?

2004-02-21 Thread Tony Frank
Hi,

On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote:
 I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is 
 recognized at boot time, but when I try to connect, it tells me that the 
 modem is busy.
 I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up in the 
 boot messages) and directed the kppp utility to use /dev/cuaa3. I entered all 
 the information it asked me for, and then I got the error message: Modem is 
 busy. My ISP told me to f*** off and get Windoze. Anything else is 
 unsupported.
 
 Is it a hardware problem or a classical case of a dumb user?
 I'm not unexperienced with Ethernet connections, and I have a great knowledge 
 of the TCP/IP standard, but I have never done anything with modems, so I 
 can't even imagine how this stuff works.

Have you tried:

FreeBSD Handbook:
http://marvin.home.local/doc/en_US.ISO8859-1/books/handbook/pppoa.html

Or ports collection:

http://www.freebsd.org/cgi/ports.cgi?query=speedtouchstype=all

Port:   pppoa-1.2b3,1
Path:   /usr/ports/net/pppoa
Info:   Run PPP over Alcatel's USB Speedtouch device
Maint:  [EMAIL PROTECTED]
Index:  net
B-deps:
R-deps:

Regards,

Tony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB modem support?

2004-02-20 Thread Daniela
I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is 
recognized at boot time, but when I try to connect, it tells me that the 
modem is busy.
I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up in the 
boot messages) and directed the kppp utility to use /dev/cuaa3. I entered all 
the information it asked me for, and then I got the error message: Modem is 
busy. My ISP told me to f*** off and get Windoze. Anything else is 
unsupported.

Is it a hardware problem or a classical case of a dumb user?
I'm not unexperienced with Ethernet connections, and I have a great knowledge 
of the TCP/IP standard, but I have never done anything with modems, so I 
can't even imagine how this stuff works.

Regards,
Daniela


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]