
Code: Select all
ifconfig eth0 192.168.0.1
I`ll get the followingUrbanus wrote:What happens if you enteras root? Did you take a look at dmesg if the chip is recognized?Code: Select all
ifconfig eth0 192.168.0.1
I am using a 2.6.7 kernel with a Sis900 lan chip without any problems
I`ve configured the driver in the kernel as module, this doesn`t work I tried also to configure the driver as built into the kernel, this giving also problems, I tried the command lsmod normally you see what modules are configured into the kernel, if I type the command the driver table appears but no kernel module isn`t installed so the table is empty.Tun wrote:I'm not near a gentoo box at present, so this is from memory (and is possible inaccurate)
devfs is in 2.6, but it's marked as obsolete. Have look in File systems then Pseudo filesystems.
When you say loaded the drivers, do you mean built into the kernel (*) or as a module (M) ? If it's a module, is it getting loaded ? (try lsmod)
Is the network card being recognised ? (lspci should list it)

OK, for lspci to work you have to emerge pciutils. For the card problem: you are sure that it is a Sis 900 chip? Notebooks often have the chip from Realtek built in (rtl8139) I guess. So first step is to emerge pciutils, run lspci and see if there is the Sis chip detected (should be). Here on my work box (with gentoo) lspci gives the following:Anthony_winters wrote:Also I tried the command lspci this is command is not recognize.
If someone have a good idea then it`s very welcome![]()
Code: Select all
bash-2.05b# lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8605 [ProSavage PM133] (rev 81)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8605 [PM133 AGP]
0000:00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
0000:00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10)
0000:00:04.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 10)
0000:00:04.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 10)
0000:00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:10.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
TryAnthony_winters wrote: If I take a good look at this error then I see that the kernel is trying to use drivers of this kernel 2.4.26-gentoo-r8 this is not the kernel that I`m using the kernel that I`m using is 2-4.26-gentoo-r8, so mine conclusion is that somewhere in my configuratie is a spelling error, but can someone tell me where?
Code: Select all
uname -aCode: Select all
bash-2.05b# uname -a
Linux mentha 2.6.7 #1 Thu Jul 29 14:01:52 CEST 2004 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux

