View previous topic :: View next topic |
Author |
Message |
gentoofailure n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Apr 2004 Posts: 30
|
Posted: Sun Apr 18, 2004 9:24 pm Post subject: I'm bloody thick skulled eth0 help |
|
|
I'm using kernel 2.4.24
I have a etherfast usb network adapter
when I compiled the kernel I enabled pegasus support (driver I needed)
I set it up as a module as well
ok on bootup I'm getting a error
*Bringing eth0 up
*Failed to bring eth0 up
when I run lsmod I get the following
pegasus 16256 0 (unused)
I really can't figure out what's wrong
it worked during the live cd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
misterLu Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Austin_Powers/Austin_Powers_-_Dr_Evil.gif)
Joined: 14 Sep 2003 Posts: 430 Location: Poland
|
Posted: Sun Apr 18, 2004 9:32 pm Post subject: |
|
|
How about manual (ifconfig) starting network ?
What do you have in your /etc/conf.d/net ?
PS : nice nick ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoofailure n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Apr 2004 Posts: 30
|
Posted: Sun Apr 18, 2004 9:51 pm Post subject: |
|
|
when I type ifconfig it only shows lo
my conf.d/net config is
Btw I'm behind a router which my main pc is set as
192.168.1.100 I'm just trying to get my laptop working on gentoo
Code: | #/etc/conf.d/net
# This is basically the ifconfig argument without the ifconfig $iface
#
#iface_eth0="192.168.1.101 broadcast 192.168.1.255 netmask 255.255.255.0
#iface_eth1="207.170.82.202 broadcast 207.0..255.255 netmask 255.255.255.0
#For Dhcp set iface_eth? to "dhcp"
#For passiong options to dhcpcd use dhcpcd_eth?
iface_eth0="dhcp"
#dhcpcd_eth0="..."
#For adding aliases to a interface
#
#alias_eth0=""
#NB: The next is only used for aliases
#
#To add a custom netmask/broadcast address to created aliases,
#uncomment and change accordingly. Leave commented to assign
#defaults for that interface.
#
#brodcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"
#For setting the default gateway
#
#gateway="eth0.192.168.1.1 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
misterLu Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Austin_Powers/Austin_Powers_-_Dr_Evil.gif)
Joined: 14 Sep 2003 Posts: 430 Location: Poland
|
Posted: Sun Apr 18, 2004 9:58 pm Post subject: |
|
|
and when you type
ifconfig -a
can you see eth0 ?
If not, boot from liveCD and check what modules where used !
Send also your USB-part of .config file. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoofailure n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Apr 2004 Posts: 30
|
Posted: Sun Apr 18, 2004 10:17 pm Post subject: |
|
|
I don't see it using ifconfig -a
when I boot from the live cd
lsmod
Code: |
Module Size Used by Not tainted
pegasus 14236 1
flopppy 47484 0 (autoclean)
serial 48932 0 (autoclean)
isa-pnp 27856 0 (autoclean) [serial]
usb-storage 60672 0 (unused)
hid 19620 0 (unused)
usb-ohci 17448 0 (unused)
usbcore 56076 0 [pegasus usb-storage hid usb-ohci]
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoofailure n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Apr 2004 Posts: 30
|
Posted: Mon Apr 19, 2004 10:34 am Post subject: |
|
|
Yeah, well the usbcore module |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoofailure n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Apr 2004 Posts: 30
|
Posted: Mon Apr 19, 2004 4:09 pm Post subject: |
|
|
Thank you that just did the trick
forgot to modprobe those modules after recompiling the kernel earlier
thanks for the all the help guys |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|