Ubuntu :: How To Obtain System Details
Jan 1, 2011
I am running UBUNTU / Windows Dual Boot on a HP Pavillion computer. My problem is that on the windows side I have lost sound and internet ( Via Ethernet ). Everything works fine in UBUNTU. So I guess I need to reinstall Ethernet and Sound drivers. Problem is how do I establish what drivers I need - Ethernet card , and Sound card.
View 2 Replies
ADVERTISEMENT
May 23, 2011
I accidentally deleted my .config for my kernel configuration on Linux, and seem to remember there was a way to retrieve the kernel configuration via the proc filesystem somehow. Is this still possible, and if so how would I do it?
View 1 Replies
View Related
Sep 26, 2010
Let assume that we have the following situation: we have a sound in the speaker systems or in earphones, maybe we play an audio CD, some mp3's or maybe a movie, etc.
All I know is that the sound goes through sound card to speaker system or in earphones, no matter the source.
How can I obtain the audio stream that I hear in speaker system or in earphones?
I would like to write an application that record and analyze the audio stream that I hear in my speaker system or in earphones. My OS is Ubuntu 10.04.
If you have a recommendation like "try to use ALSA", please provide more details like "in alsa-utils you have a class Class_Name, with the following function Funcation1, etc. Try to use the Function5 as in the following example".
View 1 Replies
View Related
Sep 1, 2010
how do you obtain system info like the CPU cache sizes and core speeds from the shell?
View 2 Replies
View Related
Jun 8, 2011
went through the tutorial on FedoraSolved for securing ssh. I installed denyhosts with yum and then tried to run it with the command line command"sudo /etc/init.d/denyhosts start" but I got the message"Job Failed. See system logs and 'systemctl status' for details [FAILED]"and in the application "services" in the applications menu,t shows an exclamation warning and says that "This unit has failed"
View 1 Replies
View Related
Sep 23, 2010
Is there a way to see details for a packet before updating it?
Like, if you do:
It will give you a list of packets that can be updated, but you don't know to what version and why.
How can I fund out, before updating, what is the version that the new packet will have.
Here I am talking about updates made from the command line.
On a Desktop system, you have that nice list in update manager, and if you click on an item you can see the new version and some details (what will fix, links..)
How can I find these info in cli?
View 3 Replies
View Related
Jan 7, 2010
I'm trying to set up my Evolution mail & calendar but I don't know what to put in the server box under Configuration in the setup wizard.
View 2 Replies
View Related
May 2, 2011
I would like to convert all my mp3 to ogg file. I got a script by googling. Script is
Code:
for fic in *.mp3
do
ffmpeg -i $fic -acodec vorbis -aq 60 ogg/${fic%.mp3}.ogg;
mv $fic mp3/
done
But the problem is the ogg doesn't contains the details like title artist, album art etc. Ogggconvert help me to do that but there is no cli for that. Is there any script to copy details of mp3 to ogg
View 9 Replies
View Related
Nov 30, 2010
I have a binary file which display a lot of message when I run that binary. This binary file is statically linked with many files which are unknown to me. Is there any way to know from which file (obj or static lib) does these printf come from?
There is a way to get to know about the source of a symbol, but I am interested about the source of a string.
View 6 Replies
View Related
Jan 6, 2010
i used to edit the mp3 song details such as artist, title, song number details and the album art in windows, i edited the same in UBUNTU using the "easy tag" but the album art is not visible when i transfer the song to my NOKIA phone as well as the artist details are not available when i am playing the songs in windows machine.
program to edit the sing details in UBUNTU so the edited details are visible in phone as well as windows machine.
View 1 Replies
View Related
Apr 2, 2010
i have cent os 5.2 64bit
i want to know my hdd details when i type
hdparm -I /dev/sda it shoiwng following error:
/dev/sda: HDIO_DRIVE_CMD(identify) failed: Invalid argument
whts the meaning behind this error.
View 1 Replies
View Related
Apr 23, 2010
I'm trying to get 9.10 to work nicely on a Thinkpad Edge 14".Everything is working fine, except that I have issues with the intel graphics drivers.The monitor's native resolution is 1366x768 and I have Intel HD graphics card on it.I have changed my xorg.conf to use driver = "vesa", but now I get only a resolution of 1024x768.I tried to use xrandr to fix this, by adding a new mode etcetera, but this does not work - I believe because the driver is the issue.Also, doing Ctrl+Alt+F[1-6] gives me a blank screen rather than a console.
How do I find out the details about my graphics chip? Intel Corporation Arrandale Integrated Graphics Controller (rev 12)Maybe I should go more bleeding edge for my drivers? How do I do that?
View 4 Replies
View Related
Oct 17, 2010
Just set up Ubuntu 10.4 AMD64 on an old machine. We have an existing Ubuntu machine acting as a SAMBA file sharer. The other machines, windows and ubuntu have no problem in accessing files on the server. This machine reports that it can see the server on the network but instead of the expected data we see what is on the local machine. I admit I am out of my depth with SAMBA.
View 1 Replies
View Related
Jan 8, 2011
Is there a way in ubuntu software center to see details while installing (like update manager that shows a terminal with apt command output)?
View 1 Replies
View Related
Jan 26, 2010
I have an Ubuntu server running behind a router and I generally manage it from a remote location. I ran into a problem today when I changed the subdomain that the router is on and in turn changed all of the ip addresses for everything on the local network. After restarting the router, I can no longer access the Ubuntu server.
I made sure that I changed the port forwarding settings to reflect the changes in ip addresses. Also the router does not even show the Ubuntu server as having an ip address issued to it. So from that I guess that the server never requested for a new ip after the router restarted. I think I've had this problem before and I ended up restarting the entire server manually. I know that if I restart it, everything should be back to normal. That's what I'll have to end up doing, but I wanted to avoid having this problem in the future, so I was wondering if there is any way to set up the server so that it requests for a new ip address automatically.
View 7 Replies
View Related
Dec 7, 2010
how we can obtain cache hit ratio? I have tried using "sar -b" but couldn't find the info there.
View 7 Replies
View Related
Jun 7, 2011
Where can I obtain the source code for Ubuntu 10.04.1 LTS?
View 1 Replies
View Related
May 15, 2011
Is it possible to see what are build-in, in a package?
In example, freeradius lacks det TLS support, or exactly it lacks the EAP/PEAP support, which is requring TLS.
aptitude show freeradius gives this, and there are some required ssl packages, but is this the way to do it?code...
View 2 Replies
View Related
Jul 29, 2011
How do I get the details of the last 10 or 5 mount times for my linux system. Which also includes the times it was mounted from a foreign system running in ram like puppy linux or by another OS on the same hard disk.
View 3 Replies
View Related
Feb 26, 2010
can someone give me some details for ssh passthrough from ssh version1 to ssh version 2. ssh version1 to version1 and version 2 to version 2 works wel, but version 1 to version 2 is asking for a password ...
View 1 Replies
View Related
Jul 30, 2010
Using redhat linux 4 update 5 find out the raid details of a server. I have a machine which is a t remote site. i thing all the disk slots are populated but only two disks are used. I can see those two disks presented as a volume to my operating system. I would like to confirm if the other disks are there or not
View 4 Replies
View Related
May 6, 2010
I need to enter credentials for a system wide proxy, on a fresh install of Kubuntu 10.04. Everything hunky dory, but: Network Settings->Proxy->Authorization has 'username:' and 'password' grayed out all the time; even at 'Manually specify ...'. The only 'alternative' (not to chose from) is 'Prompt as needed'. But I don't get any prompt, and so I'm out of luck. To me, this looks like a bug. Because one should be able to enter a username and a password there, for good.
View 9 Replies
View Related
May 13, 2010
excuse if this is incorrect section, not entirely sure where it would belong. I rarely find myself posting as i rarely have any issues. But this is persistently annoying, tho not a deal-breaker. Currently running latest Ubuntu 10.04, fully updated. Everything works fine, even better than any previous releases. No problems worth mentioning. But this is annoying, so anyway, here I am.
Installed Miro, loads up and runs fine, can download no probs. The section at the top where it says "account", and you sit over it and it drops down a window for your login details (username, password) so as to recall your personal settings, preferences, etc, but it's not working. By this, I mean the drop-down appears, but clicking the mouse in the window on the lines does not seem to register with it, you can't enter anything. Annoying, slightly frustrating. Has anyone had any experience with this,
View 9 Replies
View Related
May 17, 2011
My first installation of RedHat was in 1996 , version 3, then I switched to Mandrake because they supported the hardware I had at that time. Now I am a little worried about the direction Mandriva has taken lately so need to reconsider RedHat. I was hoping to buy the distribution on a disk medium but the main site seems to be addressed to the business community not home users like me. Downloading is not attractive so I wondered if it was possible to buy a boxed set of Fedora or RedHat for a home user.
View 3 Replies
View Related
Feb 7, 2010
I have a home WiFi network that has been working fine for ages, which currently supports two Windows-based laptops and a WM5 smartphone. They all connect to the WiFi router (Linksys WRT54G) which in turn connects to the ADSL modem (Huawei MT882). The router is configured with a WEP key, the SSID is not being broadcast, and all MAC addresses must be whitelisted. I try to follow good wireless network security practice. I also have NAT running between the router and the modem.
Everything is working fine for the Windows clients, and now I am trying to add my Linux box to the mix. I am setting up an older HP Pavilion 510a desktop with Ubuntu v8.04LTS, using a Realtek RTL8185 WLAN card. The machine has an onboard RTL8139 LAN adaptor also, which works fine when I plug it in directly to an ethernet port on the wireless router. The WLAN, however, does not seem to be getting a DHCP packet, and keeps on autoconfiguring with a 169.254.x.x address. When I try giving it a static IP address it doesn't connect either.
As you can see from the screenshots below, the WLAN is working fine. I have it installed using the ndiswrapper and Windows drivers. I've been through the Comprehensive ndiswrapper troubleshooting guide but that did not resolve my problem.
I configured the network myself, and it works perfectly for my Windows machines. It is just my lack of experience with Linux which is preventing me from getting the wireless to work under Linux. I can get a HDCP packet in Linux when I am connected to the LAN using the RTL8139 adaptor, but not on the WLAN using the RTL8185 adaptor.
View 9 Replies
View Related
Feb 9, 2010
I just got a AWUS036H Alfa Network Adapter but there's like 10 folders on teh CD that it comes with, and there's read me's in about all 10 of'em, i have no damn idea which one to install. I went ahead and just did ifconfig wlan1 up and brought the interface up, went to wicd network manager and added wlan1 to wireless adapter
when i try connecting to my wireless router, it says resetting Ip ddress, something else with the configuration file, then obtaining IP address... it just hangs there for about 2-3 minutes and gives me an error... anyone else know how to set up this adapter?
View 1 Replies
View Related
Aug 20, 2010
Where can i obtain a full command list?
View 8 Replies
View Related
Feb 25, 2011
I am unable to obtain a blank CD-R to burn the ISO. I have it installed through WUBI but due to the size restriction to 30Gig it makes it completely useless to me. I gave my CD away that I got free from shipit and they wont let me get a new one. I have an external HD formatted to NTFS with files on it that I can't lose, they are very important. I might buy a disk later but right now my funds are tight due to bills and such. I use Ubuntu more than Windows, actually Windows is pretty much never used on this machine and due to issues with it I am unable to use it.
View 3 Replies
View Related
Jun 9, 2011
Code:
I have just inserted a new battery. However, there is no settings that show the capacity and current charge time, etc.
When I click the battery icon. All I get is the current percentage.
Is there anything that will give me more details about my battery i.e. capacity, charge rate, time to full charge, etc?
View 3 Replies
View Related
Sep 14, 2011
Problem connecting to a software sourceThere was a(possibly temporary) problem connecting to a software source.Please check the detailed error for further detailsWhen i click on Details a new window appear with this messageDownload (curl) error forError code: Connection failed
Error message: Couldn't resolve proxy 'HTTP_PROXY'Excep this no other warning messages appeared, everything work OK, downloads, updates, torrents, etc.This message do not appear again, until next startup.
View 6 Replies
View Related