LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-19-2003, 12:37 PM   #1
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Rep: Reputation: 15
Network Module (gentoo install) help


Output of lspci:
Quote:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 740 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 (rev 25)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] SiS7001 USB Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] SiS7001 USB Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] SiS7002 USB 2.0
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 90)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS650/651/M650/740 PCI/AGP VGA Display Adapter
Output of lsmod:
Quote:
Module Size Used by Not tainted
i810_audio 21160 0 (unused)
ac97_codec 9512 0 [i810_audio]
soundcore 3332 2 [i810_audio]
usb-ohci 18856 0 (unused)
ehci-hcd 14632 0 (unused)
usbcore 58144 1 [usb-ohci ehci-hcd]
pcmcia_core 38112 0
ide-scsi 8048 0
sis900 13484 1
I am trying to install gentoo linux from stage one, and am required to load the network module myself. I don't know which module to load, and the nic is onboard with no mention of what chipset in the manual. Any suggestions?
 
Old 07-19-2003, 12:56 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
If im not mistaken, you need the sis900 and it looks as if you already do have it loaded.
 
Old 07-19-2003, 01:06 PM   #3
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
Fancy - That is from a knoppix boot. I try to load sis900 (both modprobe sis900 and insmod sis900.o) and I get errors.

Slackware determined I needed sis900, so I tried that. When it didn't work, I posted here.
 
Old 07-19-2003, 01:11 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You can install from the knoppix boot or slackware, btw.

"it didn't work" "I get errors" is too vague for help. Specifics and exact errors get better responses.

How to get good answers with your questions about Linux

Last edited by fancypiper; 07-19-2003 at 01:13 PM.
 
Old 07-19-2003, 01:42 PM   #5
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
Yeah I had slackware installed, and currently have it installed on an identical machine.

I realize "I get errors" isn't helpful, sorry about that. I was in the middle of something else on that machine and wasn't able to go back to the gentoo install. I was hoping you had other suggestions hidden up your sleeves.

Anyway:

#modprobe sis900
/lib/modules/2.4.19-gentoo-r7/kernel/drivers/net/sis900.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.19-gentoo-r7/kernel/drivers/net/sis900.o: insmod /lib/modules/2.4.19-gentoo-r7/kernel/drivers/net/sis900.o failed
/lib/modules/2.4.19-gentoo-r7/kernel/drivers/net/sis900.o: insmod sis900 failed
#

Any suggestions?


--- Edit: Typo... I'm on dvorak, still learning ---
 
Old 07-19-2003, 01:55 PM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I still don't know what conditions you issued those under. I would choose a system that does the module loading properly and chroot from that environment and proceed with the install.

Of course, you could always order the Gentoo Essentials (3 CD Set), build your system and when you compile your kernel, you will know you have all the modules needed.

Got to get ready for a gig.
 
Old 07-19-2003, 02:00 PM   #7
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
gentoo-ix86-1.2.iso

Boot directly to that image. Hit enter at the boot: prompt, and enter again to activate the shell after the pci probing. Gentoo tells me to set up the network with modprobe and ifconfig, so thats what I attempted to do.

Do you have any links on the chroot suggestion? I have not heard of doing it this way.
 
Old 07-19-2003, 02:14 PM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I just followed the install instructions.

From my Redhat I did this:

mount /dev/hda3 /mnt/gentoo
mount /dev/hda2 /mnt/gentoo/boot
mount /dev/hdc1 /mnt/gentoo/pub
mount -t proc proc /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
cd /usr/portage
scripts/bootstrap.sh
emerge system
ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime
emerge -u ppp wvdial gentoo-sources gentoo sysklogd dcron reiserfsprogs mc links fluxbox
rc-update add sysklogd default
crontab /etc/crontab
rc-update add dcron default
rc-update add gpm default
cd /usr/src/linux
make menuconfig

Compiled my kernel and I was off and running.
 
Old 07-19-2003, 02:15 PM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
BTW, the /pub is where I keep all my downloaded stuff such as what goes in /usr/portage and /usr/portage/distfiles.
 
Old 07-19-2003, 02:17 PM   #10
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I may have missed an emerge rsync in my list, but I just followed the install instructions. That's the main gist of my proceedure.
 
Old 07-19-2003, 07:22 PM   #11
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
Thank you very much for your help. I will try that
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
9.2 FTP Install - Network Module Parameters? yoshiah_ap SUSE / openSUSE 2 03-17-2005 02:35 AM
help install gentoo (network issues) alchemist2 Linux - Newbie 1 12-08-2004 03:27 PM
NIC module fails to load in new Gentoo install pyrocrickett Linux - Networking 4 02-20-2004 02:18 PM
Bridge Network to another box to install Gentoo?? kierl Linux - General 3 07-15-2003 12:43 AM
which module should I install for this network card??? blas Linux - Networking 3 05-07-2003 11:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration