Hardware :: How To Identify DVDinfo
Sep 16, 2010I can access the contents of a DVD but before accessing I want to know how can DVD information is obtained?
View 2 RepliesI can access the contents of a DVD but before accessing I want to know how can DVD information is obtained?
View 2 RepliesI am using my laptop with a built-in web-cam, but i just wonder what interface it is connectied to,i.e. is it dc1394 or usb or any others.
View 9 Replies View RelatedAre there any identifiers on an HDD that can be either seen physically on a "sticker" on the HDD, and the same number/identifier could be read with software solutions?
I mean if I see with e.g.: S.M.A.R.T. that an HDD (in RAID) is failing, then I give out the command:
SOMEMAGIC
then I get an OUTPUT, e.g.: 9835923759237489
and then are ther any stickers on the HDD that has a label: 9835923759237489 ? so the hdd that has to be changed could be identified.
How do I identify a webcam in ubuntu? I forgot what model I'm using... It's USB of course, I know its at bus 2 device 2 (From lsusb) but I can't seem to find anything more than that...
View 2 Replies View RelatedWhen I mount an usb device, I want to get the information contained in the structure usb_device. This information tally with the device which is being mounted now (dev_name). So I want to get, for example, the path where the device will be mounted (/dev/sda) before it is mounted naturally.
View 1 Replies View RelatedI have a Red Hat Linux system that does not boot. The boot partition is damaged and files cannot be recovered.
I would like to know how to find out which version of Red Hat was installed from the program/data partition which is undamaged and accessible from Fedora Live CD. I assume this is available in a configuration file somewhere.
On my 64 bit Linux box, i have many processes which are 32 bit and some are 64 bit, how to identify which process is 32 bit and which is 64 bit?
View 2 Replies View RelatedStarting here on the assumption that this is a browser function.Firefox 3.5.3 on ArchLinuxI just tried downloading a free trial of Acrobat 9 to see if I can get it going on CrossOver. The Adobe site will not download because it sees I am not using Windows.I searched in the detailed about:config file and found nothing that looked relevant.So: How does FF (or any broswer) tell a site what OS is being used?
View 8 Replies View RelatedHow to identify DVD media recording format, I mean is it +R or -R media under Debian?
View 7 Replies View RelatedThe way to identify CAT 5 and CAT 6 cable?What are the differences between these two cables..?
View 8 Replies View Relatedi'v 2 unmounted partitions /dev/sda8 , /dev/sda9 ... i do the following:
#assume sudo where applicable
mkdir /media/myMtPt
#mount sda8
mount /dev/sda8 /media/myMtPt
[Code]....
if i write anything to /media/myMtPt it'll go to /dev/sda9..but both /dev/sda8 and /dev/sda9 show same mount point /media/myMtPt.. so if somebody else has to find out (without checking the history) to which one will the o/p go if written to /media/myMtPt then what is the way out?
Is there anyway of identifying which modules and drivers are being used on my machine? A log or app? I have a minimal install and what to install another, this time with only the hardware drivers/modules my machine needs (for instance, I don't need software for Xeon processors as I don't have one, therefore don't want that stuff hanging around serving no purpose).
View 8 Replies View RelatedIn windows one could identify the drive by letter..easy...but in merrkat I need to identify and augment a file that allows the start up location of information for a program in either of my 2 cd drives. One is the internal cd floppy and I have a second that is usb connected a cd/dvd. I would like either one to be "seen " as the possible source for the necessary information". How do i write that into a file?? The sample file I am changing is below..... All;
d:caycedatindx;d:caycedat ext;d:caycedatgrd ;d:caycedat
ept Background;d:caycedat grd Index;d:caycedatindx Reports;dcaycedat
ept Text;dcaycedat ext
how to identify the icmp packets & marking. this below icmp packets marking is not working.
iptables -t mangle -A PREROUTING -p icmp -j MARK --set-mark 0x5
iptables -t mangle -A PREROUTING -p icmp -j RETURN
with the help of port no or any other how can i identify the icmp packet ?... This below two is working fine
iptables -t mangle -A PREROUTING -p tcp -j MARK --set-mark 0x2
iptables -t mangle -A PREROUTING -p tcp -j RETURN
iptables -t mangle -A PREROUTING -p udp -j MARK --set-mark 0x3
iptables -t mangle -A PREROUTING -p udp -j RETURN
To see if an application is using all the cores in a system, I wanted to identify which process is running on a core at a given time. Is there any way to get that information?
View 3 Replies View RelatedTo an old Acer Veriton 7500 I have transferred master and slave HDs (as well as a Realtek network card, a scsi card, and a usb2 card) from a died old machine, Debian Linux squeeze i386. Everything works, except problems with the CDs, as noticed on boot. Check:
francesco@deb32:~$ dmesg | grep -i hdc
[ 3.472184] hdc: CD-ROM 52X/AKH, ATAPI CD/DVD-ROM drive
[ 3.808070] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 3.808175] hdc: bad DMA info in identify block
[code]....
I want to get the count of host reboot and host crash per day.Host reboot - i use last command and make sure the count.How to catch the System Crash ?.
View 3 Replies View RelatedI just 0 & 1'd a pen drive, and now I dont see it in 'blkid' output. Is there a way to know where the device is on the system, so that I can format it with a filesystem?
View 3 Replies View Relatedhow to identify freshly installed linux o/s
View 7 Replies View RelatedI know about syslog and /var/log/* log files but I don't know what kind of events means particular problem.
E.g.
- hardware issues (?)
- security problem (/var/log/security)
[code]....
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?
View 11 Replies View RelatedFor the last four days, I have been getting HIDS alerts like these:
Code:
152.2.x.x - - [15/Feb/2011:04:28:59 -0500] "PROPFIND /C%24.co HTTP/1.1" 405 231
152.2.x.x - - [15/Feb/2011:04:28:59 -0500] "PROPFIND /C%24.com HTTP/1.1" 405 232
[code]....
I want to grep for $_POST['whatever']. I've done enough googling and trying different things (and failing) to where I felt it appropriate to post here. How do I identify the single quotes as literals? slashes don't seem to do it.
View 1 Replies View RelatedI noticed when running "ps -ef" that there are a bunch of processes listed with brackets. ie "[process]". Some of them appear to be daemons and others look more like kernel modules? I haven't found a program directly associated with them and was hoping somebody could clarify this for me?
Also, if I run a search of the file system with sudo or as root, there is a directory in my home that returns a permission denied. I understand permissions but shouldn't operations as root be able to do/access anything on the system?
I have a HP Pavilion dv2000 and can not figure out what chipset I have.
/sbin/lspci brings up the following
bunnyman@linux-bqo4:~> /sbin/lspci
00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Controller (rev 0c)
[Code]....
where I can get the .inf file from? I took windows completely off of the computer and dont want to reinstall it just to get the driver.
I need to replicate my Ubuntu laptop as a VirtualBox guest. To replicate in the guest the packages currently installed in my laptop, I plan to follow the recipe given here:[URL]What I need now is a way to identify all the packages that have customizations (e.g. changes to config files, etc.)What's the best way to do this? Can dpkg figure this information out and report it?
View 2 Replies View RelatedI have a 4 disk software RAID array made up of Seagate drives. Let's name them sda, sdb, sdc, sdd. And let's say SDC is failing. Big question. How do i find out which of the 4 physical drives it is? They all look the same to me when i open up the PC case. Maybe some utility which will load up heavy usage on just one drive and i will try to put my finger on them and figure out which one is vibrating? Or maybe there is a smarter way?
View 1 Replies View RelatedI'm currently running 9.10 and am anticipating upgrading to 10.04 when it is released next week. I am however, running several packages from PPA's that were simply not working well at the versions included with 9.10 (I know specifically the 64-bit version of Flash and Wine are setup this way).
Since these installs are out of the scope of the official Ubuntu sources, how are these handled when I upgrade? More importantly, since some of these packages were just installed as a temporary fix until 10.04 came out, for some of them I'd like to remove the PPA version and reinstall the default version (since for several of them the 10.04 version has caught up to where it needs to be). Is there any way to identify all packages installed from PPA's on the system?
I'm using the FortiClient SSL VPN free version provided by my University. I can't get tech support from the university OR Fortigate. I have it running on one system, but I have no idea what the sequence of libraries I installed was. I need it to run on a second machine. pstree is only telling me that the FortiClient ssl daemon depends on pppd. I need to know how to find out what else it's using: LibPKCS and the like.
View 1 Replies View Relatedi have a server which was halt on last Thursday(may be halt by some one). using Oracle Enterprise Linux 5.3.
View 2 Replies View Related