LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-27-2006, 03:41 PM   #1
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Rep: Reputation: 15
Network card not detected (IBM T20 laptop)


I have just installed Ubuntu i think its the latest version i downloaded it yesterday!
It said during installation that it could not detect any network devices (i need it connect to broadband via router)
when i look in device manager it lists a device called
3com
3c556B cardbus [tornado]
i think this is my network/ethernet card but it lists device type as unknown.
can anyone help me sort this out?
 
Old 01-27-2006, 04:22 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
See the part about network adaptor;
http://howjay.w3.org.cn/works/articl...on-ibmt20.html
 
Old 01-27-2006, 04:28 PM   #3
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
The netcard's model in my T20 is 3COM 3C556B. It works fine when I boot with LiveCD first. But when you reboot your machine after finish the installtion of a base Gentoo system, maybe the network adapter can't work. This is a known bug with ACPI. Solutions are as follows:

Chosee the correct driver when you compile kernel: 3COM 3C59.
Disable ACPI (kernel 2.6) because the 3C556B will be conflicted with ACPI. Pass the parameter ACPI=off when start.
Load module 3C59x in /etc/module.autoload/kernel-2.6(kernel-2.4) if you compile the netcard driver as module.



thanks for response... unfortunatly i have absolutely no idea what any of this means!! Help! im so close to giving up now!!
 
Old 01-27-2006, 04:51 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Look at the part Disabling ACPI and using APM
http://www.thinkwiki.org/wiki/Instal...a_Thinkpad_X31
If you are going to give up this easily you will not make it ...
 
Old 01-27-2006, 05:08 PM   #5
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
okay, so i have to reinstall?
when do i compile the kernel?
i realise these are probably tupid questios but my knowledge of linux is very limited!
 
Old 01-27-2006, 05:35 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
No don't reinstall as root open up /boot/grub/grub.conf or /boot/grub/menu.lst
and just add acpi=off to the end of the kernel line or
http://www.linuxquestions.org/questi...d.php?t=388283
Then your network may work if not boot and
post ifconfig
I don't use ubuntu so this may answer some of your ?
http://ubuntuguide.org/
And to edit grub without editing /boot/grub/menu.lst just to see if it helps;
Code:
   2. Boot-up computer
   3. If GRUB menu is hidden, press 'Esc' to enter the GRUB menu
   4. If GRUB password is set, press 'p' to unlock the GRUB menu
   5. Select

Ubuntu, kernel 2.6.10-5-386

   6. Press 'e' to edit the commands before booting
   7. Select

kernel  /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro quiet splash 

   8. Press 'e' to edit the selected command in the boot sequence
   9. Add "ACPI=off " to the end of the arguments

grub edit> kernel  /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro quiet splash ACPI=off 

  10. Press 'b' to boot

Last edited by comprookie2000; 01-27-2006 at 05:42 PM.
 
Old 01-27-2006, 07:02 PM   #7
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
okay i wrote ACPI=off in the right place, but i'm pretty sure i read 'ACPI started ....Okay'
in the loading screen. my network card still isn't working. Sorry man i' being really dumb but what does 'boot and post ifconfig' mean?
 
Old 01-27-2006, 07:43 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
From a terminal
Code:
su 
<enter your password here then press enter>
ifconfig
and post what it says here
and don't worry we were all "dumb" and I still am ...

sorry for ubuntu they do it like
sudo ifconfig

Last edited by comprookie2000; 01-27-2006 at 07:47 PM.
 
Old 01-28-2006, 02:18 AM   #9
ollywompus
Member
 
Registered: Feb 2005
Posts: 43

Rep: Reputation: 15
Quote:
Originally Posted by comprookie2000
From a terminal
Code:
su 
<enter your password here then press enter>
ifconfig
and post what it says here
and don't worry we were all "dumb" and I still am ...

sorry for ubuntu they do it like
sudo ifconfig
For Ubuntu it will be either

"sudo ifconfig"

or

"sudo -s" to get to root, then "ifconfig"

Ubuntu doesn't use 'su'.

Just as an FYI

-olly
 
Old 01-29-2006, 10:57 AM   #10
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
it says =

lo link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 scope:host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:395 errors:0 dropped:0 overruns:0 frame:0
TX packets:395 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:33719 (32.9 KiB) TX bytes:33719 (32.9 KiB)
 
Old 01-29-2006, 11:00 AM   #11
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
also even if i type 'ACPI=off' i can still read 'ACPI modules loaded okay' and ACPI services started okay' have i messed up somewhere?
 
Old 01-29-2006, 11:08 AM   #12
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
What happens when you;
sudo modprobe 3C59x
sudo ifconfig
you need to get the interface to be seen, should show up as eth0 I would guess
 
Old 01-29-2006, 11:39 AM   #13
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
is it important to write ACPI=off in the exaxt case lettering?
 
Old 01-29-2006, 12:03 PM   #14
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
Progress!!!
 
Old 01-29-2006, 12:22 PM   #15
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15


wahey! thanks alot for you help mate, im now posting from my other laptop!! its got a network card and everything!

 
  


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
Power Management- IBM Thinkpad T20 systemparadox Linux - Laptop and Netbook 7 02-16-2006 03:47 PM
Suse 9.2 and IBM Thinkpad T20 zulfi Linux - Laptop and Netbook 1 03-12-2005 09:58 PM
USB mouse problem on IBM T20? HowJ Slackware 6 10-13-2004 02:01 AM
Ibm T20 tookey Linux - Hardware 1 03-31-2004 08:00 AM
XFree86/S3 Savage/IBM T20 swamitommi Linux - Hardware 4 12-19-2003 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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