LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-02-2003, 01:52 PM   #16
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30

if the nic driver is installed then ping 127.0.0.1 should have given you replies - I believe.

research the spec for your board on their site and find out which nic is installed - then you can get the driver. You may have to call the oem and ask their tech support if you can't find out - otherwise it should be on their site.
 
Old 10-02-2003, 04:33 PM   #17
dbkluck
Member
 
Registered: Jun 2003
Location: Washington DC
Distribution: debian sid
Posts: 78

Rep: Reputation: 15
hmm... it's unlikely that the card is installed right if pinging loopback isn't doing anything. strange that mandrake's autodetection didn't pick up any of your hardware... oh well. now that i think about it, probably since there are a range of hardware problems you're having, you should
a) open a terminal and su to root.
b) type "lsmod"
c) hopefully a whole list of stuff will appear. just copy and paste that whole list and post it to this forum. that's a list of all the modules (for simplicity's sake, think modules=drivers) running on the machine. linux module names are not always immediately obvious, so they might not mean much to a newbie, but it would help us all enormously to get an idea of at least what hardware your kernel thinks is on the machine so we have somewhere to start when telling it what really is there.
 
Old 10-02-2003, 05:20 PM   #18
The_Bug
Member
 
Registered: Sep 2003
Location: Tuscaloosa,AL
Distribution: openSUSE , Ubuntu, OpenSolaris
Posts: 70

Original Poster
Rep: Reputation: 15
here it is ... sorrry if it's jumbled ....

[the_bug@localhost the_bug]$ su root
Password:
[root@localhost the_bug]# lsmod
Module Size Used by Not tainted
appletalk 25700 1 (autoclean)
ipx 21252 1 (autoclean)
nls_cp850 4316 1 (autoclean)
vfat 11820 1 (autoclean)
fat 37944 0 (autoclean) [vfat]
isofs 27988 1 (autoclean)
zlib_inflate 21156 0 (autoclean) [isofs]
nls_iso8859-1 3516 2 (autoclean)
udf 90464 0 (autoclean)
soundcore 6276 0 (autoclean)
lp 8096 0 (autoclean)
parport 34176 0 (autoclean) [lp]
nfsd 74256 0 (autoclean)
af_packet 14952 2 (autoclean)
ide-cd 33856 1 (autoclean)
cdrom 31648 0 (autoclean) [ide-cd]
floppy 55132 2
tulip 44032 1 (autoclean)
supermount 15296 2 (autoclean)
usbmouse 2936 0 (unused)
keybdev 2720 0 (unused)
mousedev 5268 1
hid 20900 0 (unused)
input 5664 0 [usbmouse keybdev mousedev hid]
usb-uhci 24652 0 (unused)
usbcore 72992 1 [usbmouse hid usb-uhci]
rtc 8060 0 (autoclean)
ext3 59916 2
jbd 38972 2 [ext3]
[root@localhost the_bug]#
 
Old 10-02-2003, 09:37 PM   #19
dbkluck
Member
 
Registered: Jun 2003
Location: Washington DC
Distribution: debian sid
Posts: 78

Rep: Reputation: 15
yeah, i don't immediately recognize a network or a sound card driver on that list (though it's entirely possible you're just using one i haven't worked with before...) very weird that it figured out that you need appletalk and ipx but didn't bother to load a nic driver--did you specifically tell it about your network protocols at install? it doesn't really matter, i was just curious.

at this point, a good and diligent person would go to whatever lengths necessary to research his machine and figure out what chipset the nic and the sound card on the motherboard are using.

however.... you might be able to get by with being impatient/lazy and just start modprobing a bunch of common modules and seeing if any work (i confess that i usually do do this...) . likely suspects for the nic are "3c59x" and "3c509" (this is an onboard nic, right? most of them use 3com chipsets, i've found, though that might be a dell-specific thing, as dell is all we have at work.) for an onboard soundcard, "i810_audio" is pretty common. to try to load them, type (for example) "modprobe 3c59x" at a command prompt. if it works, it'll pause for a minute and then look like nothing happened, but the new module will show up next time you run lsmod. it should bitch and refuse to load the module if it can't find the hardware to go with it. if none of these modules work, i guess you could keep trying others, but to be honest, you might be stuck having to do some research... hope this helps.

incidentally, to any other readers out there, i am actually a newbie in disguise, and i'm really stretching the limits of my knowledge here, just doing stuff that's worked for me in the past. i have no idea if any of this is the proper way to go about it, and i encourage anyone to jump vigorously down my throat if i'm giving bad advice.
 
Old 10-02-2003, 09:47 PM   #20
dbkluck
Member
 
Registered: Jun 2003
Location: Washington DC
Distribution: debian sid
Posts: 78

Rep: Reputation: 15
[slapping forehead] wait, is your trident sound card still physically in the pci slot? if so, i think the motherboard will ignore the onboard and assume you want to use the pci card. try typing "modprobe trident" and see what happens. you might not even have to use the onboard at all.
 
Old 10-02-2003, 11:10 PM   #21
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
I'm sure the tulip 44032 1 (autoclean) is a generic linux nic driver.

You have an apple Macintosh?
 
Old 10-03-2003, 07:44 AM   #22
The_Bug
Member
 
Registered: Sep 2003
Location: Tuscaloosa,AL
Distribution: openSUSE , Ubuntu, OpenSolaris
Posts: 70

Original Poster
Rep: Reputation: 15
I've got an old Mac SE/30 I keep for nostalgic purposes ... but my cut of Linux went on an old Compaq 4814

My Graphics card works great now ... I used the Trident over the S3 on-board... so that part has been taken care of. I'm trying to get my sound and network setup up properly now ... I'm sorry I must not have mentioned the graphics card fix before .... my apoligies. the Trident works perfectly ... Does Linux handle grpahic differently than let's say a windows machine? I noticed it looks nice a crisp on my system way better than on my ViewSonic which is hooked up to my Sony Vaio WinXP Pro machine. I am not sure if it's a better monitor on the Linux Box or just better?

I think it did detect the netowrk card though ... but configuring it has me lost

Last edited by The_Bug; 10-03-2003 at 07:49 AM.
 
Old 10-03-2003, 10:40 AM   #23
The_Bug
Member
 
Registered: Sep 2003
Location: Tuscaloosa,AL
Distribution: openSUSE , Ubuntu, OpenSolaris
Posts: 70

Original Poster
Rep: Reputation: 15
got the ping loop back!!!!!!!!!!!!! but still no internet/network yet!
 
Old 10-03-2003, 04:26 PM   #24
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
try:
ifdown eth0
if up eth0
then try to ping your router's gateway.
 
Old 10-03-2003, 04:27 PM   #25
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
ps you miught get more hits if you post a new thread for seperate issues.
 
Old 10-03-2003, 08:43 PM   #26
The_Bug
Member
 
Registered: Sep 2003
Location: Tuscaloosa,AL
Distribution: openSUSE , Ubuntu, OpenSolaris
Posts: 70

Original Poster
Rep: Reputation: 15
I'll try posting with a new topic in networking but I feel I'm so close I don't want to ruin my groove. If you tire of my newbieisms I'll understand I just hate having to retype all this... lol anyhow I managed to get this for you... it's a lspci and a result of the ifdown and ifup commands .... (my router's i.p. had been changed for obvious reasons)

[the_bug@localhost the_bug]$ su root
Password:
[root@localhost the_bug]# fdown eth0
bash: fdown: command not found
[root@localhost the_bug]# ifdown eth0
[root@localhost the_bug]# ping [ my router ip here ]
connect: Network is unreachable
[root@localhost the_bug]# ifup eth0
Determining IP information for eth0... done.
/sbin/ifup: line 433: 9859 Hangup /etc/init.d/tmdns reload >/d ev/null 2>&1
[root@localhost the_bug]# ping [ my router ip here ]
connect: Network is unreachable
[root@localhost the_bug]# lspci
00:00.0 Host bridge: Intel Corp. 430TX - 82439TX MTXC (rev 01)
00:01.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 01)
00:01.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:01.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:01.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 01)
00:02.0 VGA compatible controller: S3 Inc. 86c775/86c785 [Trio 64V2/DX or /GX] (
00:03.0 Ethernet controller: Digital Equipment Corporation DECchip 21041 [Tulip
00:05.0 VGA compatible controller: Trident Microsystems 3DImage 9750 (rev f3)
 
Old 10-04-2003, 10:55 AM   #27
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
well the logic behind posting a new topi with "nic installation problem" [or something like that] is that more people who know about networking etc will see it and prolly respond.

anyway - we should be able to crack it -

when you if down and then if up - check to see if it's pulling an ip from the router [I presume it's set to dhcp] by typing:
ifconfig
what ip are you getting?
do you have any firewalls installed? if so - shut 'em dune thar.
do you have the cable plugged in [sorry to ask but you never know!] - if so are the lights on the router and nic on?
 
Old 10-04-2003, 10:45 PM   #28
The_Bug
Member
 
Registered: Sep 2003
Location: Tuscaloosa,AL
Distribution: openSUSE , Ubuntu, OpenSolaris
Posts: 70

Original Poster
Rep: Reputation: 15
[the_bug@localhost the_bug]$ su
Password:
[root@localhost the_bug]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:80:C8:35:5D:5F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:5729 dropped:0 overruns:0 carrier:11458
collisions:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

eth0:9 Link encap:Ethernet HWaddr 00:80:C8:35:5D:5F
inet addr:169.254.76.216 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:48225 errors:0 dropped:0 overruns:0 frame:0
TX packets:48225 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:3425858 (3.2 Mb) TX bytes:3425858 (3.2 Mb)

[root@localhost the_bug]#
 
Old 10-04-2003, 10:47 PM   #29
The_Bug
Member
 
Registered: Sep 2003
Location: Tuscaloosa,AL
Distribution: openSUSE , Ubuntu, OpenSolaris
Posts: 70

Original Poster
Rep: Reputation: 15
P.S. cables hooked up -- lights on .... I think we're very close ... not knowing anything bout Linux and looking at the ifconfig ... I presume it sees some type of network?
 
Old 10-04-2003, 11:04 PM   #30
dbkluck
Member
 
Registered: Jun 2003
Location: Washington DC
Distribution: debian sid
Posts: 78

Rep: Reputation: 15
alas, no, a 169 ip address is an error message. i really don't know what is causing it. however, at work, (and we use exclusively windows boxes for everything but the servers) 169's are usually the result of broken jacks or invalid mac addresses submitted to the dhcp. what's your router setup? is it set to give an ip to any card that asks, or just to approved mac's?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
sound card help ESS1978 Sound Card - maestro driver fatrandy13 Linux - Hardware 1 05-03-2005 01:43 AM
Sound Card Driver Install Problem. daf0x Linux - Software 1 06-30-2004 07:23 PM
What driver to use for my sound card? mcube Linux - Hardware 2 03-01-2004 05:35 AM
How to install a sound card driver chaokaiching Linux - Hardware 8 01-19-2003 09:36 AM
install new sound card driver chaokaiching Linux - Software 3 01-05-2003 01:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:29 AM.

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