LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-12-2005, 02:39 AM   #1
novmcgrady
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Rep: Reputation: 0
it's happened when i install red hat linux 9,which i cann't figure out


when boot the os,it appears that "determining ip information for eth 0....failed;no link present .check cable [failed]",nevertherless i have
the ethernet card installed.
what can i do now?
 
Old 03-12-2005, 03:28 AM   #2
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
checklist:
1. check that you have support for your eth card in your kernel / as a module and that the module gets loaded
2. reattach the cable, does that help? (just trying to fish out the obvious)
3. does the cable itself work? try another cable / test the cable on some other comp / with a cable tester
4. and lastly, if you try to make the connection _after_ boot, does it fail also? If it works then, it say its point 1. case 2..
 
Old 03-12-2005, 07:00 AM   #3
novmcgrady
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
thanks ,i have reslove the problem that i forgot configure
ip address and other preferences,it can work after done it.

but i got another problem which is i cann't access to my
usb storage under the platform of VMware Workstation.
i also cann't find the path of the storage.
how can i find the device's path and access to it.
 
Old 03-12-2005, 07:05 AM   #4
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
do you have linux installed on vmware, or some other OS on a vmware that is installed on linux? Hmm.. thjats a tad confusing.. What I mean is, which chain describes better:
your hardware comp - linux - vmware - some other OS
or
your hardware comp - some other OS - vmware - linux
?
 
Old 03-12-2005, 08:38 AM   #5
novmcgrady
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
thanks in advance for your reply.
it's comp - winxp - vmware - linux
 
Old 03-12-2005, 08:48 AM   #6
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
okies.. Heres a quick walkthtu on usb mass memory devices under linux, it should work the same way on vmware:
1. Plug the thing in
2. fire up a console (command line)
3. use
Code:
dmesg
to see what the kernel said when you attatched it, if all looks well, well, in any case realy, move on to the next pointer
4. try to mount the device. IF you dont have any other usb devices connected, the correct dev oughta be /dev/sda1 but it could be sda2 etc etc depending on your usb configuration, and how vmware implements it.
Code:
mkdir -p /mnt/usb
mount /dev/sda1 /mnt/usb
5. if the last command comes back with no errors, it worked and all is well.. (; So, just head on over to /mnt/usb/ and you should see the contents of the usb storage device..

This procedure works with most usb memory sticks, digital cameras, mp3 players and similar dvices.. Every one of em ive tried with infact..
 
Old 03-12-2005, 10:34 PM   #7
novmcgrady
LQ Newbie
 
Registered: Mar 2005
Posts: 5

Original Poster
Rep: Reputation: 0
i have done it following what you said,there is no error prompt but use which command that i can see the storage data
 
Old 03-13-2005, 01:24 AM   #8
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
Well, thats totally up to you.. What do you usually use to browse directories? Some favour Konqueror, some use Nautilus under gnome, I myself use Rox because its very lightweight..

Once the usb device is mounted, you can use the mountpoint like a normal directory... Same thing with anything you mount.

edit:
just wanted to remind you, that once your finished with the usb thingy, remember to umount it. So:
Code:
umount /mnt/usb
This will deattach it from the system, and in some cases the data changes are now written to the thingy.. So wait patiently untill the umount command has finished before taking the thing out.

Last edited by Artanicus; 03-13-2005 at 01:26 AM.
 
Old 03-28-2005, 12:05 PM   #9
Ru_e
LQ Newbie
 
Registered: Mar 2005
Location: Portugal
Distribution: Red Hat 9, Fedora Core 3
Posts: 9

Rep: Reputation: 0
Hello
I also have a problem mounting my usb flash on my Red Hat 9, it's running on my laptop (ASUS A4000D with AMD64) my kernel is 2.4.20-8(I think) and the flash drive is an A-Data/Myflash, 512MB.
After I plug it in and running dmesg I see

hub.c: new USB device 00:02.2-6, assigned address 3
usb.c: USB device not accepting new address=3 (error=-71)
hub.c: new USB device 00:02.2-6, assigned address 4
usb.c: USB device not accepting new address=3 (error=-71)

I also have a USB to serial RS232 converter connected on /dev/ttyUSB0 that I use to interface with some circuits I have to use at the university and I need it connected.
Please help on understanding and correcting the error because I don't know what's the damn error-71.

Oh, one more thing, since I have a 64bit processor is there an upgrade or something better suited for my hardware?
Thanks in advance for any replies.
 
  


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
During Red Hat Linux 9 install: error "No devices found to install Red Hat Linux" rbradtx Linux - Newbie 11 06-25-2010 04:55 PM
any software cann't be installed in red hat linux 9.0 wucheng Linux - Newbie 3 06-28-2005 05:22 AM
install Red Hat Linux 9 diegouribe Linux - Software 3 03-01-2005 06:47 PM
How to install Red Hat Linux 9 joe chonk Linux - Newbie 4 10-13-2004 12:59 PM
Can't figure out how to share internet connection in Red Hat 7.3 N52 Linux - Newbie 7 06-06-2003 02:29 PM

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

All times are GMT -5. The time now is 12:34 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