Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No such device ?! [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Dreadfull
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2005
Posts: 139

PostPosted: Fri Apr 22, 2005 12:54 pm    Post subject: No such device ?! [Solved] Reply with quote

hi, i'm having some *BIG* problems
can't start net.eth0 .. no such device
can't start netmount .. no such device
the errors shown are something like:
SIOCSFIADDR: No such device
eth0: unknown interface: no such device
SIOCSFIFBRDADDR: No such device
eth0: No such device
SIOCSFINETMASK: No such device

any help please ?


seems that it doesn't find /usr/lib/init.d/softlevel too ..
and i did "locate softlevel"
.. it is true .. dosn't exist.
_________________
CPU: AMD Athlon 64 3200+
RAM: 2 GB DDR 400 Dual channel
HDD: 2x200 GB WDC SATA
OS: Gentoo 2005.1
Compiler: GCC 3.4.5
kernel: 2.6.14-hardened-r5


Last edited by Dreadfull on Sat Apr 23, 2005 11:28 am; edited 1 time in total
Back to top
View user's profile Send private message
keli
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 210
Location: TgMures, RO

PostPosted: Fri Apr 22, 2005 1:06 pm    Post subject: Reply with quote

can you 'see' your hardware? check it with
Code:
lspci
(you might need to emerge pciutils for this)
are your network card's drivers (kernel modules) compiled & loaded?
Code:
lsmod

etc. some more details could be helpful.
_________________
"The future masters of technology will have to be lighthearted and intelligent. The machine easily masters the grim and the dumb."
Marshall McLuhan, 1969
Back to top
View user's profile Send private message
Dreadfull
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2005
Posts: 139

PostPosted: Fri Apr 22, 2005 1:15 pm    Post subject: Reply with quote

all was working till a power down :(
now the file or directory 'softlevel' dissapeared and netmount can or net.eth0 can't recognise the card anymore
lspci: command not found
_________________
CPU: AMD Athlon 64 3200+
RAM: 2 GB DDR 400 Dual channel
HDD: 2x200 GB WDC SATA
OS: Gentoo 2005.1
Compiler: GCC 3.4.5
kernel: 2.6.14-hardened-r5
Back to top
View user's profile Send private message
Dreadfull
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2005
Posts: 139

PostPosted: Fri Apr 22, 2005 1:15 pm    Post subject: Reply with quote

the module (tulip) isn't loaded
can't emerge as i don't have network :D
_________________
CPU: AMD Athlon 64 3200+
RAM: 2 GB DDR 400 Dual channel
HDD: 2x200 GB WDC SATA
OS: Gentoo 2005.1
Compiler: GCC 3.4.5
kernel: 2.6.14-hardened-r5
Back to top
View user's profile Send private message
Dreadfull
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2005
Posts: 139

PostPosted: Fri Apr 22, 2005 1:17 pm    Post subject: Reply with quote

but something would be useful
emerge -e pciutils
started recompiling
maybe i could get in to something good.
_________________
CPU: AMD Athlon 64 3200+
RAM: 2 GB DDR 400 Dual channel
HDD: 2x200 GB WDC SATA
OS: Gentoo 2005.1
Compiler: GCC 3.4.5
kernel: 2.6.14-hardened-r5
Back to top
View user's profile Send private message
jdgill0
Veteran
Veteran


Joined: 25 Mar 2003
Posts: 1366
Location: Lexington, Ky -- USA

PostPosted: Fri Apr 22, 2005 1:57 pm    Post subject: Reply with quote

I have a /var/lib/init.d/softlevel as opposed to /usr/lib/init.d/softlevel.

Quote:
... all was working till a power down ...

A normal power down or a crash? Also, I am curious as to what filesystem you are using, ext3, reiserfs, etc... ?


Quote:
... the module (tulip) isn't loaded
can't emerge as i don't have network ...

Have you tried rebuilding your kernel or kernel modules, since you imply knowing what nic module you need? You don't need network for that.
_________________
Vim has excellent syntax highlighting for configuration files: emerge gentoo-syntax
Learn how to use Vim: vimtutor
Back to top
View user's profile Send private message
Dreadfull
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2005
Posts: 139

PostPosted: Fri Apr 22, 2005 2:00 pm    Post subject: Reply with quote

normal power down
using reiserfs
_________________
CPU: AMD Athlon 64 3200+
RAM: 2 GB DDR 400 Dual channel
HDD: 2x200 GB WDC SATA
OS: Gentoo 2005.1
Compiler: GCC 3.4.5
kernel: 2.6.14-hardened-r5
Back to top
View user's profile Send private message
keli
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 210
Location: TgMures, RO

PostPosted: Fri Apr 22, 2005 2:09 pm    Post subject: Reply with quote

you usually don't need to emerge kernel modules (especially not for tulip cards) if the module's compiled (at kernel compilation time)
Code:
modprobe tulip
should do the trick.
_________________
"The future masters of technology will have to be lighthearted and intelligent. The machine easily masters the grim and the dumb."
Marshall McLuhan, 1969
Back to top
View user's profile Send private message
Dreadfull
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2005
Posts: 139

PostPosted: Sat Apr 23, 2005 9:20 am    Post subject: Reply with quote

thanks ! worked hehe
_________________
CPU: AMD Athlon 64 3200+
RAM: 2 GB DDR 400 Dual channel
HDD: 2x200 GB WDC SATA
OS: Gentoo 2005.1
Compiler: GCC 3.4.5
kernel: 2.6.14-hardened-r5
Back to top
View user's profile Send private message
jdgill0
Veteran
Veteran


Joined: 25 Mar 2003
Posts: 1366
Location: Lexington, Ky -- USA

PostPosted: Sat Apr 23, 2005 11:04 am    Post subject: Reply with quote

Dreadfull wrote:
thanks ! worked hehe


Please mark the thread as [Solved].

Thanks.
_________________
Vim has excellent syntax highlighting for configuration files: emerge gentoo-syntax
Learn how to use Vim: vimtutor
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
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