Sponsored Content
Operating Systems Linux Red Hat Sound not working in laptop model Lenovo T430 Post 302758707 by sixstrings on Sunday 20th of January 2013 02:07:11 PM
Old 01-20-2013
Your sound card isn't supported by an OS designed for server hardware. You may be able to find a driver, but I would recommend using a distro that is more focused on laptops (fedora, ubuntu, etc)
 

10 More Discussions You Might Find Interesting

1. Linux

Sound Not Working with kernel 2.6.9.11

I've got an FC3 rc1 box here. If I use the stock kernel that it came with, sound works fine using the intel i8x0 chipset (ALSA drivers). But when I boot into my own custom compiled kernel, all audio apps work as they should (XMMS' graphic "scope" displays audio playback, esd gets launched when... (1 Reply)
Discussion started by: deckard
1 Replies

2. Red Hat

sound not in fc5 but in fc 2 working

i am using toshiba laptop model a60 using xp and fedora when i use fedora 2 . sound is working, but when i upgrade to fc5 my sound is not is not working can anybody help me also i can connect to internet to dsl through my network card. and also i can connect to a win proxy pls anybody... (1 Reply)
Discussion started by: sadiquep
1 Replies

3. Solaris

installed new opensolaris but sound not working

today i installed new opensola, but sound drivers are not working properly. getting this error, i m totally new to solaris. - nilesh Getting this error...... - nilesh (1 Reply)
Discussion started by: ynilesh
1 Replies

4. Solaris

Sound not working on Solaris 10 running on Sun Virtual Box

Hello Friends, I have installed Solaris 10 on on Sun Virtual Box. I am able to browse internet on solaris 10 thru firefox, however I am not getting sound, there is cross on the tray icon of sound. Please help with this !! Regards, Sahil (3 Replies)
Discussion started by: sahilsardana
3 Replies

5. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

6. Ubuntu

Ubuntu Lenovo Thinkpad E520-1143 Laptop

Is it possible to install Ubuntu 11.04 or Ubuntu 11.10 in Lenovo Thinkpad E520-1143 Now it Powerd By windowd Xp Professional is it possible to install Ubuntu in it and supports all drivers for ma laptop such as VGA driver Sound,Wireless,Lan , fingerprint,camera pls reply r is it possible to... (0 Replies)
Discussion started by: babinlonston
0 Replies

7. UNIX for Dummies Questions & Answers

How to type ^ (caret) on Lenovo laptop?

Hi how to type " ^ " symbol in unix .. i am using a lenovo laptop ^ matches start of line (2 Replies)
Discussion started by: manjiri sawant
2 Replies

8. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies

9. Red Hat

Need to configure my laptop Thinkpad - T430 as wifi hotspot

Hi All, I have a Thinkpad - T430, which is having the wireless card as "03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205". This one i need to configure as wifi hotspot. which i believe need to configure hostapd.conf, this kind of configuration is new to me anybody done... (1 Reply)
Discussion started by: linux.amrit
1 Replies

10. Solaris

Solaris flicker on lenovo laptop x230

hi I installled Solaris 11.3 on my Lenovo X230 with Intel HD Graphics 4000, trouble is the graphic driver doesn't play well with 11.3, on the right of the screen, it blinking/flashing/shifting and no colour (grey; see pic below). I try to reduce resolution to 1024*768, I can't reduce the... (8 Replies)
Discussion started by: van12
8 Replies
Linux::Distribution(3pm)				User Contributed Perl Documentation				  Linux::Distribution(3pm)

NAME
Linux::Distribution - Perl extension to detect on which Linux distribution we are running. SYNOPSIS
use Linux::Distribution qw(distribution_name distribution_version); if(my $distro = distribution_name) { my $version = distribution_version(); print "you are running $distro, version $version "; } else { print "distribution unknown "; } Or else do it OO: use Linux::Distribution qw(distribution_name distribution_version); my $linux = Linux::Distribution->new; if(my $distro = $linux->distribution_name()) { my $version = $linux->distribution_version(); print "you are running $distro, version $version "; } else { print "distribution unknown "; } DESCRIPTION
This is a simple module that tries to guess on what linux distribution we are running by looking for release's files in /etc. It now looks for 'lsb-release' first as that should be the most correct and adds ubuntu support. Secondly, it will look for the distro specific files. It currently recognizes slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake, conectiva, immunix, tinysofa, va-linux, trustix, adamantix, yoper, arch-linux, libranet, gentoo, ubuntu, scientific, oracle enterprise linux and redflag. It has function to get the version for debian, suse, fedora, redhat, gentoo, slackware, scientific, oracle enterprise linux, redflag and ubuntu(lsb). People running unsupported distro's are greatly encouraged to submit patches :-) EXPORT None by default. TODO
Add the capability of recognize the version of the distribution for all recognized distributions. AUTHORS
Alexandr Ciornii <alexchorny@gmail.com>, <http://chorny.net> Alberto Re, <alberto@accidia.net> Judith Lebzelter, <judith@osdl.org> COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-03-18 Linux::Distribution(3pm)
All times are GMT -4. The time now is 01:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy