Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.