General :: Lsusb / Lspci List Devices For Which System Has No Drivers?
Jul 20, 2010
I have been administering linux systems for years now, but usually they are commodity boxes and as a result I rarely have driver problems, short of needing to install some "restricted" or "proprietary" driver package, or manually installing the nvidia binary drivers back in the day. However, one question to which I have never picked up a straight answer regards common troubleshooting practice. Will lsusb and lspci list device for which a system has no drivers (kernel modules)? I am trying to install a webcam on a SiS-chipset laptop and though I can see a physical webcam, neither lsusb or lspci are showing me that any webcam-like device exists. What I want to know is if it would show anything, or if it needs drivers in order to show a device?
View 4 Replies
ADVERTISEMENT
Mar 15, 2011
Is there any way to list all PCI devices apart from the obvious lspci command? In other words what is an alternative to lspci....
View 1 Replies
View Related
Mar 7, 2010
what is the lsusb equivalent of lspci -k?
View 1 Replies
View Related
Jun 23, 2010
I a m using a logitech c250 and it works perfectly on ekiga when i use ekiga i get video and the little green indicator turns on but I really want to use the webcam for stickam and the minute i turn Ekiga off the indicator goes grey and it stopps working i've used to codes, lsusb and lspci to detect my webcam and it they worked but my problem still isnt fixed.
View 4 Replies
View Related
Jan 21, 2010
why 'lsusb' doesn't list anything, Puppy 4.3.1
View 3 Replies
View Related
Sep 28, 2010
I would like to display hardware devices and their drivers in Debian. Sth similar to windows 'Device Manager' not necessarily must be in gui version. What kind of cmds I should use to be able to display hardware detected by HAL and their drivers ?
View 3 Replies
View Related
May 10, 2010
How can I get a list of what X video drivers are on my system? Preferably not using a package manager (since I'm not sure I trust it to not miss stuff like the nvidia driver). Googling didn't give anything useful .
View 2 Replies
View Related
Sep 5, 2009
When I connect my Treo 650 with a USB cable it works sometimes and not others. A little investigation showed
that it always works when I see the Palm device listed in the output of lsusb. While trying to diagnose why it appears sometimes and not others, I discovered that it sometimes appears in /proc/bus/usb/devices and not
in lsusb. I didn't think that was possible!
I've tried running kudzu (the Red Hat hardware discovery tool) and killing and restarting udevd.
View 2 Replies
View Related
Sep 1, 2011
I can get the command program to work, but not the desktop program to work. Windows Wireless Driver was working, but now every time I try to start it, it won't load, and will just be an empty window. This happened after I tried to installed a driver (which was the wrong one), and I restarted the computer. After this happened, I tried to reinstall the program, but to no avail.
The command program works, but I can't use the command lsusb, because it just pauses and doesn't do anything. Do I have to wait for it to kick in. I'm pretty sure that this is not it, because when I try the lspci, this works fine (but it's not the one I need). Please help, and don't make any stupid replies.
View 3 Replies
View Related
Aug 10, 2010
I have tried several times to get Ubuntu to work on my SX3, and I gave it a serious attempt today to see if I could get things working, I'm getting a new hard drive so this is Ubuntu's last chance - for a while at least.
I've gotten past all the minor inconveniences and has it set up like I want it, but my problem is drivers. If I go to System - Drivers I get a grand list of 0 drivers on my system. Things like the touchpad, bluetooth and WLAN are working, but any function keys, brightness control keys etc are useless. In addition it either doesn't have, or is running on really bad drivers for my screen and graphic card. My screen comes up as "unknown" - though it's usable. Scrolling is not a matter of scrolling, but "jumping", and the computer is generally kinda sluggish (which is odd since it's running quite fine on Windows 7) and attempting to play any video file, on any media player - or even ..... - gives you a fps of about 0.1. (sound's working perfectly though)
I noticed some thread about laptops that are incompatible with Ubuntu somewhere, Is there anything that can be done about this or should I just give up and go back to Windows 7? Kohjinsha has drivers for XP, Vista, and 7, as a side-note, if it matters.
View 1 Replies
View Related
May 21, 2011
I want to know that is there any command by which i can check which type of hardware devices are installed in my Linux box like SVGA,Sound Card,LAN Card.
View 4 Replies
View Related
Apr 3, 2010
When you download linux drivers for devices such as wireless dongles, you'll get a folder full of random files that I'm assuming oyu need to compile? How do you install a wireless driver in linux?
View 3 Replies
View Related
Mar 27, 2011
I recently installed suse 11.4 x64 onto my hp tx2000 tablet. everything has been working great including the wifi card. It's a broadcom 4328 a/b/g/n/bluetooth card and it was using the broadcom-wl driver. Earlier today i plugged in an usb wifi adapter to test whether it worked on suse plug and play. Well after plugging in and using this wireless adapter, my internal wifi card is no longer visible to the system. I've tried lspci and its not displayed. I booted into a different suse install and it wont work there. My bios does not seem to have a disable feature and the killswitch is in the correct position. The bluetooth is working but the wifi is not. In lspci i used to see "hp integrated (wireless+bluetooth)" and "broadcom 4328..." but now only the former.
View 9 Replies
View Related
Apr 27, 2011
I need eight (8) raw devices for use with Oracle 11g. I am having a time trying to get these configured and persistent? Anyone have a post. I'm sure someone has figured out how to do this in version 5.
View 10 Replies
View Related
Mar 2, 2010
Not long ago I lost all sound, but I got it back eventually-the system wasnt snesing my usb speakers.
Now its stopped recognising them again and I cant remember how I got it back before.
How do I find a list of USB devices?
View 7 Replies
View Related
Jul 27, 2010
I would like to ping all my virtual hosts in virtual machine server with a oneliner. For example like this:
Code:
for i in $(seq 1 20); do if [[ $(ping host$i.virtualhostserver.com -c 2 2>/dev/null | grep "2 received") == "2 packets transmitted" ]]; then echo $i; fi; done
The problem is, that I'm afraid my if-sentence is somewhat wrong because it never gets a match even if I know, that host is up.
View 5 Replies
View Related
May 11, 2010
I get ubuntu 10.04 LTS installed on my PC and laptop , and I tried ubuntu one.It worked and I want to have a test, so I removed the two devices that already subscribed to my ubuntu one account, after that, I found I can't get them subscribed back.Everytime I start ubuntu one preference , I'll get the error message: got empty result for devices list.How can I add my two devices back to my ubuntu one account (I googled a lot and found that someone pointed that delete the ubuntu one's key will work, so if this is the right solution, how to delete it?
View 5 Replies
View Related
Feb 24, 2010
Find external and internal devices attached to a system in Linux
How can i find through terminal that which devices are external and which are internal.
By external i mean devices attached to USB port. For Example, USB Drive, Portable USB HardDrive etc
By internal i mean devices attached internally. For Example, SATA Harddisk etc.
View 4 Replies
View Related
Mar 24, 2011
Here's what I a running dell n series Inspiron 910 ubuntu hardy heron the following codes read :
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC268 Digital [ALC268 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
aplay -L
default:CARD=Intel
HDA Intel, ALC268 Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, ALC268 Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC268 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC268 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC268 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC268 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC268 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
null
Discard all samples (playback) or generate zero samples (capture) .....
I've tried finding other drivers nothing came up.
View 1 Replies
View Related
May 7, 2011
Is there a terminal command or application to browse attached firewire devices in the likes of lspci and lsusb? I'd like to view elementary device information such as the ID, manufacturer, and the like.
View 1 Replies
View Related
Jan 16, 2011
This is probably me looking but not seeing an option somewhere. I re-installed 10.10 over 10.04 by formatting the root partition but keeping the home partition the same, to save me a lot of work. (64 bit) However, now when I mount a CD, DVD or USB stick, they don't appear in Dophin's "Places" window. What have I missed please?
View 2 Replies
View Related
Sep 23, 2010
After I installed my ati grapics driver (the ati driver from the ati website) my ubuntu has this weird problem. When loading there is a line that cought my attention:
Running DKMS auto installation service for kernel 2.6.34: fglrx (8.543)...Failed
I think that has something todo with the other error I get which is:
Primary device is not PCI
(EE No devices detected)
Fatal server error
no screens found
giving up.
I have an ATI 5650 Radeon mobile grapics card By the way.
View 9 Replies
View Related
Feb 24, 2010
How can i find through terminal that which devices are external and which are internal.
By external i mean devices attached to USB port. For Example, USB Drive, Portable USB HardDrive etc.
By internal i mean devices attached internally. For Example, SATA Harddisk etc.
View 2 Replies
View Related
Nov 17, 2010
As the title says the machine name is not showing up in the attached devices list on my router. Is there a file where I need to add the name? Or is this an issue with the router? The router finds all the other machine names on the network except my 3 servers.
Ubuntu Server 10.04 Lts
Ubuntu Server 10.10 Lts
View 3 Replies
View Related
Jan 4, 2010
Joined the Linux community last week with a clean install of Ubuntu 9.10 and the Edubuntu overlay onto my wiped Dell Inspiron 8000 with 512MB RAM (max allowed) and nVidia GEForce2 GO video card. <<lspci: 00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 02)
[code]....
View 3 Replies
View Related
Jun 6, 2011
I'm having issues getting the nvidia-current drivers working with a GeForce 8400 graphics card on Ubuntu 10.10 (x64). After running nvidia-xconfig and restarting, X fails to start with an error: No devices detected.
Here is my xorg.conf:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 04:59:45 PDT 2010
Section "ServerLayout"
[code]....
View 3 Replies
View Related
Nov 5, 2010
How to generate a list of all available man pages on a system?
View 4 Replies
View Related
May 8, 2010
I know i know, some will say "eww Proprietary Drivers" but hey, ubunt is all about having more control of the OS. Is there an easy way to install Proprietary Drivers thats not through the hardware drivers option on system?
View 2 Replies
View Related
May 19, 2010
Perhaps it is not proper to post on this forum. Sorry for any inconvenience.
I have finally make up my mind to use Linux (Ubuntu 10.04) as the SOLE operating system on my notebook. The last obstacle is that where to find proper drivers for my devices? Such as code...
Could someone give me some advices on where to find these drivers?
View 3 Replies
View Related
Feb 7, 2011
Would someone be able to point me in the direction to find a list of update releases for Redhat Linux v5?
View 1 Replies
View Related