Networking Forums

Networking Forums > Computer Networking > Linux Networking > Clueless n00b: usb adsl modem to work? Help needed

Reply
Thread Tools Display Modes

Clueless n00b: usb adsl modem to work? Help needed

 
 
Janne Hakala
Guest
Posts: n/a

 
      10-11-2003, 06:57 AM
Hi

I'm getting desperate here. I just installed RedHat 9 to see what kind of
system this Linux is. Installation went ok, except the network. Here's the
situation:
- I have Telewell TW-EA100B_2 adsl usb modem (version 2 modem)
- I have vendor's RH9 drivers + installation instructions
- After installing RPM and try to "insmod e2.o" , RH loads the module with
warnings of "no license"
- When trying "ifconfig hsb0 up" , occurs RH error: "hsb0: unknown
interface: No such device"

I called to vendor and they said that this error comes because dhcpd (?) is
not loaded, I need to have it loaded before the installation of the drivers.
OK, but now comes the tricky part; how can I load dhcp without having a NIC?
I tried to install a fake ethernet connection without any ethernet card, but
RH won't activate it because no cards found.
So now I'm in deadlock situation; Can't install the driver, beacuse no dhcp
client up and can't get dhcp client up beacuse no NIC.

I see two possible ways to get this work:
1. Load dhcp client up without any connections to any NIC
2. Activate the fake ethernet connection, but RH shouldn't initialize any
card, just activate it.

If you have any ideas, please help!!!

Many thanks in advance

Regards
Janne Hakala


 
Reply With Quote
 
 
 
 
Paul Lutus
Guest
Posts: n/a

 
      10-11-2003, 07:01 AM
Janne Hakala wrote:

> Hi
>
> I'm getting desperate here. I just installed RedHat 9 to see what kind of
> system this Linux is. Installation went ok, except the network. Here's the
> situation:
> - I have Telewell TW-EA100B_2 adsl usb modem (version 2 modem)
> - I have vendor's RH9 drivers + installation instructions
> - After installing RPM and try to "insmod e2.o" , RH loads the module with
> warnings of "no license"
> - When trying "ifconfig hsb0 up" , occurs RH error: "hsb0: unknown
> interface: No such device"
>
> I called to vendor and they said that this error comes because dhcpd (?)
> is not loaded, I need to have it loaded before the installation of the
> drivers.


No, you don't. The dhcpd daemon doesn't need a working network in order to
run. Just start it.

> OK, but now comes the tricky part; how can I load dhcp without
> having a NIC? I tried to install a fake ethernet connection without any
> ethernet card, but RH won't activate it because no cards found.


Do it yourself. Don't wait for RH to start it for you.

# service dhcpd start

--
Paul Lutus
http://www.arachnoid.com

 
Reply With Quote
 
Janne Hakala
Guest
Posts: n/a

 
      10-11-2003, 07:15 AM
Hi Paul
that was pretty prompt reply, thanks!

I went to RH and tried "service dhcpd start" and RH gave error "unrecognize
service".
So I think now we are getting to the root of this problem. I don't have DHCP
installed in my RH?
On installation, there's this "SERVER" -package, but I didn't install it
because I thought I should install it in order to make a server. Should I
install that?


Janne


"Paul Lutus" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Janne Hakala wrote:
>
> > Hi
> >
> > I'm getting desperate here. I just installed RedHat 9 to see what kind

of
> > system this Linux is. Installation went ok, except the network. Here's

the
> > situation:
> > - I have Telewell TW-EA100B_2 adsl usb modem (version 2 modem)
> > - I have vendor's RH9 drivers + installation instructions
> > - After installing RPM and try to "insmod e2.o" , RH loads the module

with
> > warnings of "no license"
> > - When trying "ifconfig hsb0 up" , occurs RH error: "hsb0: unknown
> > interface: No such device"
> >
> > I called to vendor and they said that this error comes because dhcpd (?)
> > is not loaded, I need to have it loaded before the installation of the
> > drivers.

>
> No, you don't. The dhcpd daemon doesn't need a working network in order to
> run. Just start it.
>
> > OK, but now comes the tricky part; how can I load dhcp without
> > having a NIC? I tried to install a fake ethernet connection without any
> > ethernet card, but RH won't activate it because no cards found.

>
> Do it yourself. Don't wait for RH to start it for you.
>
> # service dhcpd start
>
> --
> Paul Lutus
> http://www.arachnoid.com
>



 
Reply With Quote
 
Janne Hakala
Guest
Posts: n/a

 
      10-11-2003, 09:16 AM
Ok now I have dhcpd running, obviously I didn't install any server apps
during the installation, anyway but I still get error "hsb0: unknown
interface: No such device".

Any other ideas?

Thanks

Janne


"Janne Hakala" <(E-Mail Removed)> wrote in message
news:bm8am8$q0q$(E-Mail Removed)...
> Hi Paul
> that was pretty prompt reply, thanks!
>
> I went to RH and tried "service dhcpd start" and RH gave error

"unrecognize
> service".
> So I think now we are getting to the root of this problem. I don't have

DHCP
> installed in my RH?
> On installation, there's this "SERVER" -package, but I didn't install it
> because I thought I should install it in order to make a server. Should I
> install that?
>
>
> Janne
>
>
> "Paul Lutus" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Janne Hakala wrote:
> >
> > > Hi
> > >
> > > I'm getting desperate here. I just installed RedHat 9 to see what kind

> of
> > > system this Linux is. Installation went ok, except the network. Here's

> the
> > > situation:
> > > - I have Telewell TW-EA100B_2 adsl usb modem (version 2 modem)
> > > - I have vendor's RH9 drivers + installation instructions
> > > - After installing RPM and try to "insmod e2.o" , RH loads the module

> with
> > > warnings of "no license"
> > > - When trying "ifconfig hsb0 up" , occurs RH error: "hsb0: unknown
> > > interface: No such device"
> > >
> > > I called to vendor and they said that this error comes because dhcpd

(?)
> > > is not loaded, I need to have it loaded before the installation of the
> > > drivers.

> >
> > No, you don't. The dhcpd daemon doesn't need a working network in order

to
> > run. Just start it.
> >
> > > OK, but now comes the tricky part; how can I load dhcp without
> > > having a NIC? I tried to install a fake ethernet connection without

any
> > > ethernet card, but RH won't activate it because no cards found.

> >
> > Do it yourself. Don't wait for RH to start it for you.
> >
> > # service dhcpd start
> >
> > --
> > Paul Lutus
> > http://www.arachnoid.com
> >

>
>



 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      10-11-2003, 06:40 PM

"Janne Hakala" <(E-Mail Removed)> wrote in message
news:bm89lo$mpf$(E-Mail Removed)...
> Hi
>
> I'm getting desperate here. I just installed RedHat 9 to see what kind of
> system this Linux is. Installation went ok, except the network. Here's the
> situation:
> - I have Telewell TW-EA100B_2 adsl usb modem (version 2 modem)
> - I have vendor's RH9 drivers + installation instructions
> - After installing RPM and try to "insmod e2.o" , RH loads the module with
> warnings of "no license"
> - When trying "ifconfig hsb0 up" , occurs RH error: "hsb0: unknown
> interface: No such device"


ifconfig -a

shows all network devices on system, regardless whether they are up.

> I called to vendor and they said that this error comes because dhcpd (?)

is
> not loaded, I need to have it loaded before the installation of the

drivers.

It seems that there is a mix-up here: dhcpd is the DHCP server, and dhcpcd
is a client.

HTH

Tauno Voipio
tauno voipio @ iki fi




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help needed installing Belkin ADSL Modem with Wireless-G Router wombleeater Wireless Internet 2 07-13-2007 05:19 PM
Would a UK ADSL modem work in the US? guv Broadband 5 02-16-2007 03:38 PM
ADSL Modem Does not work when connected from USB Interface =?Utf-8?B?cmdhbmdhcmE=?= Broadband Hardware 1 12-16-2005 02:49 PM
Will a UK ADSL modem work in France ? Dave Broadband 2 04-30-2004 06:38 PM
does USB ADSL MODEM can't work with NAT sync Windows Networking 0 01-15-2004 05:11 PM



1 2 3 4 5 6 7 8 9 10 11