General :: How To Find / Dev Description For Device
Jul 11, 2011
I have a microphone that I connected via USB. When I do dmesg it shows [37830.040274] usb 5-1: new full speed USB device using uhci_hcd and address 4 How do I find out what /dev/??? identifier has been associated with the device? I want to record something using XVidCap and need to set the microphone for it to work.
View 5 Replies
ADVERTISEMENT
Feb 19, 2010
I'm wondering where I can find description of mpstat output?.. I'm talking about the output of all available counters presented by mpstat. For instance:
Code:
$ mpstat -Au
Linux 2.6.31-19-generic (lenovo-S102) 02/19/10 _i686_(2 CPU)
17:32:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle
17:32:15 all 36.00 0.18 10.39 0.73 0.08 0.03 0.00 0.00 52.60
17:32:15 0 36.81 0.15 11.58 1.14 0.16 0.04 0.00 0.00 50.11
17:32:15 1 35.26 0.22 9.31 0.34 0.00 0.02 0.00 0.00 54.86
[Code]...
View 4 Replies
View Related
Aug 14, 2010
where I can to find mapping between man section number and it's description in standalone mashine.In other words, where I can to find description of some man section when I have not connection to Internet? For example:
1 -> User commands
2, 3 -> Linux programmer's manual
and so on..
View 1 Replies
View Related
Aug 28, 2010
Is there some file in Linux that enumerates and describes mount options for file systems like /etc/services describes ports?
View 2 Replies
View Related
May 10, 2011
How can I know what number descriptor is used by my usb device indicate via libusb_device_handle structure ? I can't find declaration of libusb_device_handle structure. I need this information to use poll() function where I need decripttion number of device.
View 1 Replies
View Related
May 10, 2011
How can I know what number descriptor is used by my usb device indicate via libusb_device_handle structure ? I can't find declaration of libusb_device_handle structure. I need this information to use poll() function where I need decripttion number of device.
View 4 Replies
View Related
Aug 23, 2011
I've bought an X10 Home Automation USB interface: the CM15.
This is the information lsusb gives:
skerit@KIP-DU-SKER:~$ lsusb Bus 008 Device 002: ID 0bc7:0001 X10 Wireless Technology, Inc. ActiveHome (ACPI-compliant)
But this tells me nothing about where the device file is! How can I find that, or create one myself?
View 1 Replies
View Related
Oct 11, 2010
I'm very happy with 10.04 but want to take a look at 10.10. I can't seem to find a list & description of all the new features.
View 6 Replies
View Related
Jun 29, 2010
I have searched all over. I cannot find any info on the description of the Fedora mirror release directory structure and the reason for having a "Fedora" and "Everything" directory? Yes I looked at [URL] I mostly work with the Red Hat 5.x. The Fedora release software is kept on a mirror and the DVD release as, (using i386 release):
[Code]....
View 3 Replies
View Related
Mar 17, 2011
I just compiled my first own kernel (I'm using Arch Linux), following the tutorial on the german site. Now I tried to boot it, I ended up failing with this message: Code: Waiting 10 seconds for device /dev/sda1 ... Root device '/dev/sda1' doesn't exist, Attempting to create it. ERROR: Unable to determine major/minor number of root device '/dev/sda1' Here is the important part of my menu.lst:
[Code]....
I simply copy&pasted the Arch-entry, i.e. I also had the disk by uuid there. The failure message was the same, just the root device name was the different name Also, at first I did not have the initrd line in my menu.lst (as written in my tutorial that I may not need it). In this case I had this error message:
[Code]....
View 10 Replies
View Related
Dec 19, 2008
I am unable to find a description of alsa's programing language, this sort of stuff:
[Code]...
I need to know what, for example, 'ttable' means and what is its syntax. This seems to be a state secret.
View 2 Replies
View Related
May 23, 2011
How can I find which /dev/? device to mount my USB hard drive on redhat 3 taroon, I've been googling a lot and checked log files and still no clue. I'm trying my last chance with you experts, # /sbin/fdisk -lgives nothing about the USB drive
# lsusb -vv
Bus 004 Device 005: ID 059f:0951 LaCie, Ltd
Device Descriptor:
[code]....
View 4 Replies
View Related
May 15, 2011
Recently, I created a device sc0 through device mapper. The divice could be found in /dev/mapper/sc0. My problem is that the device doesn't exist in /dev/partitions which will block my following test.BTW, I found dm-0 in /dev/partitions. Is it the same as /dev/mapper/sc0? But the device /dev/dm-0 doesn't exist!
View 2 Replies
View Related
Jan 20, 2011
I am using Cron for nightly backups to a usb device. I was just wondering in my script for the backup, how do I find the location of my usb device.
View 2 Replies
View Related
Jun 23, 2010
How do you find the device (e.g. /dev/*) for a mounted USB drive in Linux (Ubuntu 10.04)? I'm trying to format a Cruzer USB flash drive, and when I plug it in, the icon for the mounted filesystem appears on my desktop. However, when I open GParted, it doesn't list the filesystem as an option to partition.
The recommendations I've found through Google include monitoring tail -f /var/log/messages, which they claim should list the device name when the drive is mounted, but this never happens for me. I've also read that the USB drive would usually be linked to /dev/sdb, but this appears as a broken link on my filesystem. How else would I find the device?
View 3 Replies
View Related
Jun 19, 2010
Found the below from RedHat Knowledgebase
The Completely Fair Queuing (cfq) scheduler in Red Hat Enterprise Linux 5appears to have worse I/O read performance than in version 4. It appears as though the Completely Fair Queuing I/O scheduler (cfq) has a regression and thus exhibits reduced read-side throughput which can affect performance for both local and NFS mounted file systems.
One way to mitigate this is to set the cfq's slice_idle parameter to zero. To change this value, execute the following command echo 0 > slice_idle in the /sys/block directory appropriate for your situation, as shown below:
echo 0 > /sys/block/hda/queue/iosched/slice_idle
We are using NFS file systems in RHEL 5.3. I would like to know how to find which /dev/Device is being used by the NFS file systems, so that I could try setting the slice_idle to '0' to see if there is any difference in performance? In /etc/fstab I only see the actual NAS volumes for the NFS file systems.
View 2 Replies
View Related
May 25, 2011
How can I see a description of a program or read its man pages before doing apt-get install program?
View 2 Replies
View Related
Aug 20, 2009
I did an adduser to create a new account, but i forgot to add a description to the account, so it just looks like this when i look at the passwd file. how can i go back and add one? all my other accounts have descriptions after the two numbers.
testuser:x:512:512::/home/testuser:/bin/bash
View 5 Replies
View Related
Jun 1, 2011
Displays ONLY the description text for the RPM package
how can you do it , ive read online that
"# rpm -qi " gets you all the information how can i just get description ?
View 3 Replies
View Related
May 19, 2010
i am looking for a detailed description of the login process for both root and normal user , also locally and remotely.i read some sentences that the files .bashrc and bash_profile are needed for this process. But that was very concise.
View 9 Replies
View Related
Jun 23, 2011
is it possible disabling a crontab job without deleting the crontab description entry (by crontab -e)?I could also accept to change the entry itself. Now it's:0 0 * * 0-6 /home/me/cron/script.csh
View 4 Replies
View Related
Feb 11, 2010
I've been trying to configure my tablet's screen rotation. I can get the screen to rotate, but not the wacom rotation.
Code:
$ xsetwacom set "STYLUS" Rotate ccw
Cannot find device 'STYLUS'.
[code]...
View 2 Replies
View Related
Jul 28, 2011
What command do I need to use to find the device name of drives , in particular an inserted USB drive that is not mounted yet ?Everywhere I search tell me to do this:
Code:
tail -f /var/log/messages
But that file doesn't exist
View 3 Replies
View Related
Sep 1, 2010
what would be the simplest way to find out device IP address? I don't know its factory set address, so my plan is to connect laptop directly to it with ethernet. it should respond to ping.
View 7 Replies
View Related
Jan 29, 2010
I have the 64 bit 13.0 version installed. I have an hp f4440 all-in-one printer installed and connected via usb. I downloaded and installed the new hplip 3.9.12 after removing the older hplip 3.9.4 version. I used CUPS to install and setup the printer. No problems, I let it search and it found the printer right away. When I ran XSane it could not find the device. I clicked help and it gave some steps. The first being to try as root. I opened a root terminal and entered xsane, it found and opened after a warning about running it as root. I checked and my user name and root are entered in the scan group.
View 5 Replies
View Related
Jan 17, 2011
out in finding root device of fedora 14. I've windows XP and fedora 14 installed on. this is the output for blkid
/dev/sda1: UUID="962C8EA82C8E834B" TYPE="ntfs"
/dev/sda5: UUID="262C06BF2C068A4F" TYPE="ntfs"
/dev/sda6: UUID="cbcf539a-dee1-4f2f-b68c-ce315ae76e0f" TYPE="ext4"
[code]...
View 2 Replies
View Related
Apr 27, 2011
There are so many system information tools i figure that this one would be in the set. I just can't seen to find it.
View 9 Replies
View Related
Feb 24, 2010
I had grub trouble with a hardware change and have been trying to solve this. I think I have done more harm then good. I can not boot into Ubuntu or Windows 7. Here is the boot info script and other info on my problem. Can someone please help me with this,
Code:
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
ubuntu@ubuntu:~$ sudo os-prober
/dev/sda1:Windows 7 (loader):Windows:chain
[Code]....
View 9 Replies
View Related
Jan 16, 2011
I have this software I want to use to extract data from a Polar heart rate monitor. Everything related to sound is working flawlessly. I just need to know the device name of the front microphone ("microphone" 2" in sound properties) so that I can insert it in the following cli command for a script: "rs200_decode -m /dev/XXX -b -o /home/user/dumb.bin"
I checked the forums but I only see references to /dev/dsp, /dev/audio, etc. I don't have any of those but rather /dev/snd/controlC0, hwC0D2, pcmC0D0c, pcmC0D0p, pcmC0D1p and pcmC0D2c.
I'm using Ubuntu 10.10 32-bit. The sound card is a generic HDA Intel audio chip. Lspci outputs: Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller.
View 1 Replies
View Related
Apr 9, 2011
How do I find the device that a usb stick is tied to (eg. /dev/sdc)
View 3 Replies
View Related