Find the answer to your Linux question:
Results 1 to 5 of 5
when i type : $aplay -l $ no soundcards found.... how to repair the driver of sound the same prob with network, it can't detect wifi neither ethernet pleaz help ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2

    Exclamation problem of detecting the wifi and sound



    when i type :
    $aplay -l
    $ no soundcards found....

    how to repair the driver of sound

    the same prob with network, it can't detect wifi neither ethernet


    pleaz help me
    Last edited by khaloula; 12-10-2009 at 02:56 PM. Reason: explain more

  2. #2
    Just Joined!
    Join Date
    Dec 2008
    Posts
    35
    For your wireless, run your terminal and type
    iwconfig
    and if you get lines that print "No wireless extensions." then your wireless card may either not be enabled or configured.
    If, on the off-chance, that it's disabled, type in the terminal
    sudo ifconfig wlan0 up
    and try iwconfig again and see if that works.

  3. #3
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2

    Question

    when i type iwconfig i got :

    l0 no wireless extensions.

    eth0 no wireless extensions.

    wmaster no wireless extensions.

    wlan0 IEEE 802.11abg ESSID: "AR7WRD"
    mode:managed frequency:2.412 Ghz Point: 00:1E:E3:9C:81:BE
    Bit Rate=54 Mb/s
    ...

    pan0 no wireless extensions.


    what i Understand wlan0 works well but why The icon does not appear in the menu bar

  4. #4
    Just Joined!
    Join Date
    Dec 2008
    Posts
    35
    Have you run the following command at all?
    iwconfig wlan0 mode monitor

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Is your user a member of the audio group? You need to be a member of the audio group for alsa to work. You can check this using the command groups. If you are a member of the audio group, you need to find out if the device is detected with the command lspci | grep -i audio.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •