LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-21-2009, 07:01 PM   #1
googlez
LQ Newbie
 
Registered: Jul 2009
Posts: 13

Rep: Reputation: 0
Want to turn to Ubuntu, but ........


I want to turn to Ubuntu, but when I install it using Ubuntu CD,
It is found that Ubuntu can not identify my netcard (Intel Pro 10/100),
Can not identify by sound card, Even it can not identify my video card.
Anyone has a simple introduction on how to install these hardware drivers?
 
Old 07-21-2009, 07:05 PM   #2
chigurh8
Member
 
Registered: Jul 2009
Distribution: Ubuntu, Gentoo
Posts: 102

Rep: Reputation: 18
What hardware are you using?
 
Old 07-21-2009, 07:10 PM   #3
googlez
LQ Newbie
 
Registered: Jul 2009
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by chigurh8 View Post
What hardware are you using?
My netcard Intel Pro 10/100
My video card GEFORCE MMX400
 
Old 07-22-2009, 06:09 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Can you be more specific about the problem? What exactly do you mean when you say that your devices aren't identified? Can you post the output of running "/sbin/lspci" and "lsmod" (no quotes) in a terminal please?

Also, please use descriptive thread titles in future, i.e. ones that say something about the problem you're having.
 
Old 07-22-2009, 06:17 AM   #5
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
That's kinda strange
I have the vary same video card
and ultimate 2.2, which is ubuntu-9.04
had no problems with my Vcard and installed the drivers right away

you are using Ubuntu 9.04?
 
Old 07-22-2009, 06:18 AM   #6
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Yeah it would be good if you could be more specific. And also if you could tell the version of the Ubuntu you used. Jaunty 9.04 is the latest.
Intel Pro 10/100 is this wireless card?
Output of lspci and lsmod commands would also give information on your hardware and what modules are loaded.
 
Old 07-22-2009, 06:23 AM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
For reference, here's mine
Note this is just about the nVidia card

Code:
bz@bz-desktop:~$ /sbin/lspci
bash: /sbin/lspci: No such file or directory
bz@bz-desktop:~$ lsmod
Module                  Size  Used by
binfmt_misc            16776  1 
kqemu                 137892  0 
lp                     17156  0 
snd_intel8x0           37532  3 
snd_ac97_codec        112292  1 snd_intel8x0
ac97_bus                9856  1 snd_ac97_codec
snd_pcm_oss            46336  0 
snd_mixer_oss          22656  1 snd_pcm_oss
snd_pcm                82948  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy          10756  0 
snd_seq_oss            37760  0 
ppdev                  15620  0 
snd_seq_midi           14336  0 
snd_rawmidi            29696  1 snd_seq_midi
snd_seq_midi_event     15104  2 snd_seq_oss,snd_seq_midi
snd_seq                56880  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              29704  2 snd_pcm,snd_seq
snd_seq_device         14988  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
psmouse                61972  0 
pcspkr                 10496  0 
nvidia               4712596  22 
serio_raw              13316  0 
snd                    62628  16 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              15200  1 snd
shpchp                 40212  0 
snd_page_alloc         16904  2 snd_intel8x0,snd_pcm
nvidia_agp             14492  1 
i2c_nforce2            14980  0 
parport_pc             40100  1 
parport                42220  3 lp,ppdev,parport_pc
agpgart                42696  2 nvidia,nvidia_agp
forcedeth              61712  0 
floppy                 64324  0 
fbcon                  46112  0 
tileblit               10752  1 fbcon
font                   16384  1 fbcon
bitblit                13824  1 fbcon
softcursor              9984  1 bitblit
compcache              12876  1 
lzo_decompress         10880  1 compcache
lzo_compress           10880  1 compcache
tlsf                   14092  1 compcache
why didn't /sbin/lspci work for me?
 
Old 07-22-2009, 06:43 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by linus72 View Post
why didn't /sbin/lspci work for me?
Maybe some distros put it in a different place. Try running lspci as root.
 
Old 07-22-2009, 06:51 AM   #9
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Of course
duh

Code:
bz@bz-desktop:~$ sudo su
[sudo] password for bz: 
root@bz-desktop:/home/bz# lspci
00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:07.0 Communication controller: Rockwell International HCF 56k Data/Fax Modem (rev 01)
02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 4000] (rev c1)
root@bz-desktop:/home/bz#
 
Old 07-22-2009, 07:22 AM   #10
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by linus72 View Post
why didn't /sbin/lspci work for me?
Code:
c@CW8:~$ type lspci
lspci is /usr/bin/lspci
 
Old 08-02-2009, 07:40 AM   #11
googlez
LQ Newbie
 
Registered: Jul 2009
Posts: 13

Original Poster
Rep: Reputation: 0
lspci resole my problems, thank you all, you are great!
 
  


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
n00b: How to turn on wireless, ubuntu? nesrail Linux - Networking 19 08-22-2013 01:09 PM
kubuntu turn to ubuntu temo Linux - Desktop 1 06-02-2009 01:53 PM
Turn an Ubuntu LiveCD into an Ubuntu LiveDVD flouran Linux - Software 1 09-02-2008 02:24 PM
turn server unit into pc using Ubuntu kc0mjp Linux - Newbie 2 08-23-2007 09:08 AM
Turn off Tooltips- Ubuntu RevenantSeraph Linux - Newbie 1 03-10-2007 03:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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