LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Trouble with DHCP and Sound (https://www.linuxquestions.org/questions/linux-hardware-18/trouble-with-dhcp-and-sound-42791/)

drzigman 01-25-2003 06:38 PM

Trouble with DHCP and Sound
 
Hey guys, I'm kinda out of ideas on how to configure my DHCP and my sound. One thing at a time thought so I'll start with DHCP
I'm using Slackware 8.1 both the shell and jumping into X. Trying to use Lisa (I believe is the name of the automatic network setup) I get the error that I don't have a card installed. I'm thinking perhabs this is because it is built onto my motherboard but I'm fresh out of ideas on where to go, what to do next. My system is a VPR Matrix model ft5110PE. I would appreciate any help with onboard lan cards and configuration of DHCP. Thanks guys!
-Robert

MasterC 01-25-2003 07:31 PM

Do you have the module loaded? Usually a lspci -vv will show you which card you've got. I've read around a bit, seems alot of the integrated ones are realteks, so if you are impatient you could try:
modprobe 8139too
dhcpcd eth0
ifconfig

And then hope it works. However, I'd suggest lspci -vv hunt through it, find the type you've got, find out which module is needed, modprobe it, then start dhcpcd on eth0.

Cool

MasterC 01-25-2003 07:32 PM

For sound, post the output from above:
lspci -vv (LSPCI -VV lowercase)

Cool

Aussie 01-25-2003 09:10 PM

Open a terminal, su to root and do "netconfig", see if it can auto detect your card.

drzigman 01-25-2003 09:27 PM

unforutently I can't auto-detect. The main problem is that I just can't get linux to recogonize I have a LAN card

Aussie 01-25-2003 09:44 PM

Ok, the output od "lspci -vv" will have info on the network chip, your looking for something like this,
Code:

00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C (rev 10)
        Subsystem: Acer Incorporated [ALI] ALN-325
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR+
        Latency: 32 (8000ns min, 16000ns max)
        Interrupt: pin A routed to IRQ 11
        Region 0: I/O ports at e400 [size=256]
        Region 1: Memory at e2100000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-


drzigman 01-25-2003 10:27 PM

That is what I keep reading, but the output I get is Intel Corp. Unknown device.


All times are GMT -5. The time now is 10:38 PM.