Fedora 9 issues

From ZENotes
Jump to: navigation, search

At the moment, the more troubling fact is the sloppiness of my network connection; I can't guess if it's F9 software. ASUS hardware or a Linksys issue... This is a laptop, as such it's used in wifi; ping to my own router always returns 20/40% packet loss - the other, wired, computers on this network are fine, but if I wire this laptop, results are not necessarily better... (?) And since I live in Cambodia, browsing internet can just be PITA without my network interfering.

ASUS F9E-2P174

Intel Core 2 Duo T8100 2.1GHz, 
1GB RAM, 120GB HDD, 
VGA Intel GMA X3100, 
12.1 inch screen

[fa9@asus ~]$ uname -a

 Linux asus 2.6.25.14-108.fc9.i686 #1 SMP Mon Aug 4 14:08:11 EDT 2008 i686 i686 i386 GNU/Linux

Contents

Ugly Login Background

How to remove/change the infamous "AlienAbduction" (they call it Waves though) image that's default to F9? there are several ways, depending on your mileage/useage/ambitions:

1. Remove all, speed up boot by avoiding entirely the .xml parsing & anim stuff; put your image instead:

http://fedoraforum.org/forum/showthread.php?p=1058661#post1058661

http://live.gnome.org/GDM/2.22/Configuration

Mine looks like:

 <entry name="picture_filename" mtime="1219840700" type="schema" stype="string" owner="gnome">
   <local_schema locale="C" short_desc="Picture Filename">
     <default type="string">
     stringvalue>/home/f9/Pictures/Wallpapers/newbaby.jpeg</stringvalue>
     </default>
     <longdesc>File to use for the login background image.</longdesc>
   </local_schema>
 </entry>

AND IT HASN'T WORKED here

2. Keep it simple, no text edit: Copy/rename erase all in the folder /usr/share/backgrounds/waves/ if you keep the names but put your own image in, it will show up; that's probably the easiest way.

2.b ...or replace in /usr/share/backgrounds/waves/waves.xml the path to your own pictures instead of the "wavy" ones that was OK for me

3. Do your own anim/time-based differential: the .xmlfile in /usr/share/backgrounds/waves/ is actually quite simple to edit, be it Time or Pictures, especially if you remove all unused screen defs

autologin in F9

Since F9, there's no setting manager for the Gnome Login Manager, hence it is not possible anymore to have your account logged straight away at boot time.

(recommended on http://www.thinkdigit.com/forum/showthread.php?p=837759)

Edit /etc/X11/gdm/custom.conf (for Fedora /etc/gdm/) with the followinf addition:

[daemon]

AutomaticLoginEnable=true

AutomaticLogin=user_name

[security]

but that's not enough, whatever they say on the forums, you'd have to go for a bit more complicated way here: http://www.linuxquestions.org/questions/linux-general-1/fedora-9-auto-login-644821/ -this version, with TimedLogin set to Zero, works.

WebCam

[EDIT] had it working once briefly, I post here the terminal history for future reference

[root@F9E ~]# lsusb|grep Syntek
Bus 002 Device 002: ID 174f:6a33 Syntek 
[root@F9E ~]# rmmod stk11xx
[root@F9E ~]# modprobe stkwebcam
[root@F9E ~]# xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.25.14-108.fc9.i686)
xinerama 0: 1280x800+0+0
can't open /dev/video0: No such file or directory
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video0: No such file or directory
v4l2: open /dev/video0: No such file or directory
v4l: open /dev/video0: No such file or directory
no video grabber device available
[root@F9E ~]# rmmod stkwebcam
[root@F9E ~]# modprobe stk11xx
[root@F9E ~]# rmmod stk11xx 
[root@F9E ~]# modprobe stkwebcam
[root@F9E ~]# dmesg|tail
stk11xx: Check device return error (0x0201 = 0C) !
[]
stk11xx: Check device return error (0x0201 = 0C) !
stk11xx: usb_stk11xx_exit: Syntek USB2.0 webcam driver shutdown
usbcore: deregistering interface driver usb_stk11xx_driver
stk11xx: Syntek USB2.0 Camera disconnected
stk11xx: Syntek USB2.0 Camera release resources video device /dev/video0
usbcore: registered new interface driver stkwebcam
[root@F9E ~]# modprobe stk11xx
[root@F9E ~]# dmesg|tail
stk11xx: Check device return error (0x0201 = 0C) !
 []
stk11xx: Check device return error (0x0201 = 0C) !
[root@F9E ~]# lsmod|grep video
video                  20368  0 
output                  6656  1 video
videodev               30208  2 stk11xx,stkwebcam
v4l1_compat            15364  1 videodev
[root@F9E ~]# xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.25.14-108.fc9.i686)
xinerama 0: 1280x800+0+0
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
ioctl: VIDIOC_S_CTRL(id=9963778;value=32767): Unknown error 515
ioctl: VIDIOC_S_CTRL(id=9963776;value=32767): Unknown error 515
ioctl: VIDIOC_S_CTRL(id=9963777;value=32767): Unknown error 515
v4l2: read: rc=331776/size=442368

That's when it worked. Once.

[root@F9E ~]# camorama
[root@F9E ~]# xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.25.14-108.fc9.i686)
xinerama 0: 1280x800+0+0
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
ioctl: VIDIOC_S_CTRL(id=9963778;value=32512): Unknown error 515
ioctl: VIDIOC_S_CTRL(id=9963776;value=32512): Unknown error 515
ioctl: VIDIOC_S_CTRL(id=9963777;value=32512): Unknown error 515
v4l2: oops: select timeout
v4l2: read: rc=331776/size=442368
[root@F9E ~]# lsmod|grep video
video                  20368  0 
output                  6656  1 video
videodev               30208  2 stk11xx,stkwebcam
v4l1_compat            15364  1 videodev

[END of EDIT]

diggin'n'diggin, I found out I need the stk11xx module to be loaded and linked with /dev/video0

[It used to work with Fedora8]

Method: the method included in the syntek readme did not work; the one for ubuntu neither, I used this one which copies and modprobe rather than insmod. notice that there shouldn't be a difference.

outputs:

lsusb

 Bus 002 Device 002: ID 174f:6a33 Syntek

dmesg after loading the module stk11xx:

 stk11xx: usb_stk11xx_exit: Syntek USB2.0 webcam driver shutdown
 usbcore: deregistering interface driver usb_stk11xx_driver
 stk11xx: Syntek USB2.0 Camera disconnected
 stk11xx: Syntek USB2.0 Camera release resources video device /dev/video0
 Linux video capture interface: v2.00
 stk11xx: Syntek USB2.0 webcam driver startup
 stk11xx: Syntek USB2.0 - STK-1135 based webcam found.
 stk11xx: Syntek AVStream USB2.0 1.3M WebCam - Product ID 0x6A33.
 stk11xx: Release: 0005
 stk11xx: Number of interfaces : 1
 stk11xx: Initialize USB2.0 Syntek Camera
 stk11xx: Syntek USB2.0 Camera is ready
 stk11xx: Syntek USB2.0 Camera is now controlling video device /dev/video0
 usbcore: registered new interface driver usb_stk11xx_driver
 stk11xx: v1.3.1 : Syntek USB Video Camera
 stk11xx: Check device return error (0x0201 = 0C) !
 stk11xx: Check device return... (tons of lines like this) 

lsmod

 [root@asus ~]# lsmod |grep stk 
 stk11xx                97156  0 
 videodev               30208  1 stk11xx
 [root@asus ~]# lsmod |grep video
 videodev               30208  1 stk11xx
 video                  20368  0 
 output                  6656  1 video
 v4l1_compat            15364  1 videodev


xawtv output xawtv shows three frozen frames then blacks out,

output from launching in a terminal:

 xinerama 0: 1280x800+0+0
 /dev/video0 [v4l2]: no overlay support
 v4l-conf had some trouble, trying to continue anyway
 ioctl: VIDIOC_S_CTRL(id=9963778;value=32767): Unknown error 515
 ioctl: VIDIOC_S_CTRL(id=9963776;value=32767): Unknown error 515
 ioctl: VIDIOC_S_CTRL(id=9963777;value=32767): Unknown error 515
 v4l2: oops: select timeout

(led light next to the camera shows up fine)

dmesg after closing xawtv

&& lots of

 [root@asus ~]# xawtv
 This is xawtv-3.95, running on Linux/i686 (2.6.25.14-108.fc9.i686)stk11xx: Check device return error (0x0201 = 0C) !
 stk11xx: Check device return error (0x0201 = 0C) !
 stk11xx: Error : Register 0x0001 = 02
 stk11xx: Error : Register 0x0001 = 02
 stk11xx: Error : Register 0x0001 = 02
 stk11xx: Error : Register 0x0001 = 02
 stk11xx: Error : Register 0x0001 = 02
 stk11xx: Check device return error (0x0201 = 0C) !
 stk11xx: Check device return error (0x0201 = 0C) !

VLC complains it can't open /dev/video0

SKYPE shows black screen

/var/log just do lots of

...

Aug 23 17:10:19 asus kernel: stk11xx: Check device return error (0x0201 = 0C) !
Aug 23 17:10:19 asus kernel: stk11xx: Check device return error (0x0201 = 0C) !
Aug 23 17:10:21 asus kernel: stk11xx: Error : Register 0x0001 = 02


details

Bus 002 Device 002: ID 174f:6a33 Syntek 
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass            0 (Defined at Interface level)
 bDeviceSubClass         0 
 bDeviceProtocol         0 
 bMaxPacketSize0        64
 idVendor           0x174f Syntek
 idProduct          0x6a33 
 bcdDevice            0.05
 iManufacturer           1 
 iProduct                2 
 iSerial                10 
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength          147
   bNumInterfaces          1
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0x80
     (Bus Powered)
   MaxPower              500mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0000  1x 0 bytes
       bInterval               5
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            1
         Transfer Type            Isochronous
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0000  1x 0 bytes
       bInterval               1
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       1
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0002  1x 2 bytes
       bInterval               5
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            1
         Transfer Type            Isochronous
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0300  1x 768 bytes
       bInterval               1
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       2
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0002  1x 2 bytes
       bInterval               5
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            1
         Transfer Type            Isochronous
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x03fc  1x 1020 bytes
       bInterval               1
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       3
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0002  1x 2 bytes
       bInterval               5
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            1
         Transfer Type            Isochronous
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0400  1x 1024 bytes
       bInterval               1
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       4
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0002  1x 2 bytes
       bInterval               5
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            1
         Transfer Type            Isochronous
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0c00  2x 1024 bytes
       bInterval               1
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       5
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0002  1x 2 bytes
       bInterval               5
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            1
         Transfer Type            Isochronous
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x1400  3x 1024 bytes
       bInterval               1



??

Tap Dance

My TouchPad does Point, Click, Split-Click, ScrollDown & ScrollLateral... But it won't Tap or DoubleTap.

EDIT:SOLVED

on fedora forums: http://forums.fedoraforum.org/showpost.php?p=1068150&postcount=3

EDIT:SOLVED


[fa9@asus ~]$ cat /proc/bus/output/devices

[]
I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input2
U: Uniq=
H: Handlers=mouse1 event2 
B: EV=b
B: KEY=6420 0 70000 0 0 0 0 0 0 0 0
B: ABS=11000003
[]

Sound

EDIT:SOVED including Firefox flashplayer

To get your HD soundcard from intel to work, you have to create a file, or edit it, in the folder /etc/modprobe.d/, called alsa-base;

add the following line:

 options snd-hda-intel model=lenovo

this worked on my ASUS F9E, sound is:

 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)


to get sound to work with the official adobe rpm of flashplayer 9, you need to add libflashsupport:

sudo yum -y install libflashsupport

its only 8.5kb so you can safely go for it.

EDIT:SOVED


No sound. I got it under F8 by adding all the ALSA stuff with yumex, but it doesn't work that easy here...

┌────────────────────────────────────────────────[AlsaMixer v1.0.16 (Press Escape to quit)]─────────────────────────────────────────────────┐
│ Card: HDA Intel                                                                                                                           │
│ Chip: Generic 1095 ID 1392                                                                                                                │
│ View:  Playback  Capture [All]                                                                                                            │
│ Item: Master [dB gain=0.00]                                                                                                               │
│                                                                                                                                           │
│    ┌──┐              ┌──┐     ┌──┐     ┌──┐     ┌──┐     ┌──┐     ┌──┐     ┌──┐     ┌──┐     ┌──┐     ┌──┐                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    │▒▒│              │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │▒▒│     │  │     │  │     │▒▒│     │  │                                │
│    ├──┤     ┌──┐     └──┘     ├──┤     ├──┤     └──┘     ├──┤     ├──┤     ├──┤     └──┘     ├──┤     └──┘     ┌──┐     Line     ┌──┐     │
│    │OO│     │OO│              │OO│     │MM│              │OO│     │OO│     │MM│              │OO│              │MM│              │OO│     │
│    └──┘     └──┘              └──┘     └──┘              └──┘     └──┘     └──┘              └──┘    L    R    └──┘              └──┘     │
│                                                                                                      CAPTUR                               │
│     100             98<>98  100<>100   0<>0     0<>0   100<>100 100<>100   0<>0     0<>0   100<>100   0<>0                                │
│ < Master >Headphon   PCM     Front   Front Mi Front Mi   Line      CD      Mic    Mic Boos PC Speak Capture  Caller I Input So Off-hook   │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘


outputs:

[fa9@asus ~]$ /sbin/lspci -v|grep -i audio

 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

[root@asus ~]# lspci -v|grep snd

 Kernel modules: snd-hda-intel

That is the right driver for the right card,


[root@asus ~]# aplay -l

   **** List of PLAYBACK Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: ALC861VD Analog [ALC861VD Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
 card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
   Subdevices: 1/1
   Subdevice #0: subdevice #0

[root@asus ~]# modinfo soundcore

 filename:       /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/soundcore.ko
 alias:          char-major-14-*
 license:        GPL
 author:         Alan Cox
 description:    Core sound module
 srcversion:     548AA54AF08207316C104F8
 depends:        
 vermagic:       2.6.25.14-108.fc9.i686 SMP mod_unload 686 4KSTACKS 

[fa9@asus ~]$ amixer

Simple mixer control 'Master',0

 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
 Playback channels: Mono
 Limits: Playback 0 - 64
 Mono: Playback 64 [100%] [0.00dB] [on]

Simple mixer control 'Headphone',0

 Capabilities: pswitch
 Playback channels: Front Left - Front Right
 Mono:
 Front Left: Playback [on]
 Front Right: Playback [on]

Simple mixer control 'PCM',0

 Capabilities: pvolume
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 255
 Mono:
 Front Left: Playback 250 [98%] [-1.00dB]
 Front Right: Playback 250 [98%] [-1.00dB]

Simple mixer control 'Front',0

 Capabilities: pvolume pswitch
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 64
 Mono:
 Front Left: Playback 64 [100%] [0.00dB] [on]
 Front Right: Playback 64 [100%] [0.00dB] [on]

Simple mixer control 'Front Mic',0

 Capabilities: pvolume pswitch
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 0 [0%] [-34.50dB] [off]
 Front Right: Playback 0 [0%] [-34.50dB] [off]

Simple mixer control 'Front Mic Boost',0

 Capabilities: volume
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: 0 - 3
 Front Left: 0 [0%]
 Front Right: 0 [0%]

Simple mixer control 'Line',0

 Capabilities: pvolume pswitch
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 31 [100%] [12.00dB] [on]
 Front Right: Playback 31 [100%] [12.00dB] [on]

Simple mixer control 'CD',0

 Capabilities: pvolume pswitch
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 31 [100%] [12.00dB] [on]
 Front Right: Playback 31 [100%] [12.00dB] [on]

Simple mixer control 'Mic',0

 Capabilities: pvolume pswitch
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 0 [0%] [-34.50dB] [off]
 Front Right: Playback 0 [0%] [-34.50dB] [off]

Simple mixer control 'Mic Boost',0

 Capabilities: volume
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: 0 - 3
 Front Left: 0 [0%]
 Front Right: 0 [0%]

Simple mixer control 'PC Speaker',0

 Capabilities: pvolume pswitch
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 31 [100%] [12.00dB] [on]
 Front Right: Playback 31 [100%] [12.00dB] [on]

Simple mixer control 'Capture',0

 Capabilities: cvolume cswitch
 Capture channels: Front Left - Front Right
 Limits: Capture 0 - 31
 Front Left: Capture 0 [0%] [-13.50dB] [on]
 Front Right: Capture 0 [0%] [-13.50dB] [on]

Simple mixer control 'Caller ID',0

 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [off]

Simple mixer control 'Input Source',0

 Capabilities: cenum
 Items: 'Mic' 'Front Mic' 'Line' 'CD'
 Item0: 'Line'

Simple mixer control 'Off-hook',0

 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [on]

[root@asus ~]# find /lib/modules/2.6.25.14-108.fc9.i686|grep snd

 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/snd-mts64.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/vx/snd-vx-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/snd-dummy.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/snd-portman2x4.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/snd-mtpav.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/opl3/snd-opl3-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/opl3/snd-opl3-synth.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/mpu401/snd-mpu401.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/snd-serial-u16550.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/snd-virmidi.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/opl4/snd-opl4-synth.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/drivers/opl4/snd-opl4-lib.ko 
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/snd-es18xx.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/snd-sc6000.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/snd-opl3sa2.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/ad1848/snd-ad1848-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/snd-adlib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/sb/snd-sb16-dsp.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/sb/snd-sbawe.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/sb/snd-sb-common.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/sb/snd-sb16.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/sb/snd-emu8000-synth.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/opti9xx/snd-miro.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/cs423x/snd-cs4236-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/cs423x/snd-cs4236.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/isa/cs423x/snd-cs4231-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/usb/snd-usb-audio.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/usb/usx2y/snd-usb-usx2y.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/usb/caiaq/snd-usb-caiaq.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/usb/snd-usb-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/i2c/other/snd-pt2258.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/i2c/other/snd-ak4114.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/i2c/other/snd-tea575x-tuner.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/i2c/snd-i2c.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/i2c/snd-cs8427.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/synth/emux/snd-emux-synth.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/synth/snd-util-mem.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/cs5535audio/snd-cs5535audio.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/riptide/snd-riptide.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ymfpci/snd-ymfpci.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-ad1889.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-ens1370.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-cmipci.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-bt87x.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/hda/snd-hda-intel.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-ens1371.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/pcxhr/snd-pcxhr.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-es1968.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-cs5530.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-rme32.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-azt3328.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ice1712/snd-ice1724.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ice1712/snd-ice1712.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-atiixp-modem.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-maestro3.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-via82xx.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-atiixp.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-indigoio.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-indigodj.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-mona.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-gina20.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-indigo.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-mia.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-layla24.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-darla24.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-echo3g.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-gina24.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-layla20.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/echoaudio/snd-darla20.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/cs46xx/snd-cs46xx.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/mixart/snd-mixart.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-cs4281.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ali5451/snd-ali5451.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-intel8x0.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ac97/snd-ak4531-codec.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ac97/snd-ac97-codec.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/ca0106/snd-ca0106.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-intel8x0m.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-als300.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/nm256/snd-nm256.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/au88x0/snd-au8820.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/au88x0/snd-au8830.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/au88x0/snd-au8810.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-via82xx-modem.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-rme96.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-fm801.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-als4000.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/vx222/snd-vx222.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/emu10k1/snd-emu10k1.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/oxygen/snd-virtuoso.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/oxygen/snd-oxygen.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/oxygen/snd-hifier.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/oxygen/snd-oxygen-lib.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-sonicvibes.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-sis7019.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/trident/snd-trident.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/korg1212/snd-korg1212.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/snd-es1938.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/rme9652/snd-hdsp.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/rme9652/snd-hdspm.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/pci/rme9652/snd-rme9652.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/snd-rawmidi.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/snd-hwdep.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/snd-page-alloc.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/snd-timer.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/snd-pcm.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/snd.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/oss/snd-mixer-oss.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/oss/snd-pcm-oss.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq-midi.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq-dummy.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq-midi-emul.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/oss/snd-seq-oss.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq-device.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq-midi-event.ko
 /lib/modules/2.6.25.14-108.fc9.i686/kernel/sound/core/seq/snd-seq-virmidi.ko
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox