Problem with soundcard

Old threads created long before the LMDE forum restructuring

Problem with soundcard

Postby c7p on Fri Oct 08, 2010 5:20 pm

Hello world :), i installed lmde yesterday and it's pretty nice. I have still a problem with the soundcard (i had it also on ubuntu 10.04)... so let's see. My soundcard's module is cmipci and you can see more about it below (card 1)

Code: Select all
aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: SI7012 [SiS SI7012], device 0: Intel ICH [SiS SI7012]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: CMI8738 [C-Media CMI8738], device 0: CMI8738 [C-Media PCI DAC/ADC]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: CMI8738 [C-Media CMI8738], device 1: CMI8738 [C-Media PCI 2nd DAC]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: CMI8738 [C-Media CMI8738], device 2: CMI8738 [C-Media PCI IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

By default the card is playing sound but it has trouble with it (by lagging or stop playing) all the time. I may hear two minutes of a 5-minute song but then everything stops ... so i installed the alsa drivers from the scratch and here I am wanting to select the right card. The question is (for now :P) how can i select the CMI8738 for default sound device.

ps: i wrote all the story of my cards problem in case it helps next. I hope with the selection of the card everything would be fine ;)
c7p
Level 1
Level 1
 
Posts: 14
Joined: Fri Oct 08, 2010 5:10 pm

Linux Mint is funded by ads and donations.
 

Re: Problem with soundcard

Postby dawgdoc on Fri Oct 08, 2010 7:21 pm

Run this command in a terminal and then paste the output.
Code: Select all
aplay -v some_file.wav

I'm not sure if it will help show the problem, but I saw it requested in a Debian forum where sound was stuttering and skipping. See if you get and underrun error.
Image

SYSTEM: Compaq Presario CQ62 Dual-Boot: Mint 13 Gnome x32 PAE, LMDE
READING: The Autobiography of Benvenuto Cellini
User avatar
dawgdoc
Level 9
Level 9
 
Posts: 2686
Joined: Mon Oct 05, 2009 12:53 am
Location: Kentucky, USA the land of Mint Juleps

Re: Problem with soundcard

Postby c7p on Sat Oct 09, 2010 5:19 am

Here is the output, while playing it did one skipping or crash (whatever it was) after
Code: Select all
appl_ptr     : 0
hw_ptr       : 0
on the output

Code: Select all
Playing WAVE 'Cold Play- Clocks.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Plug PCM: Rate conversion PCM (48000, sformat=S16_LE)
Converter: libspeex (builtin)
Protocol version: 10002
Its setup is:
  stream       : PLAYBACK
  access       : RW_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 2
  rate         : 44100
  exact rate   : 44100 (44100/1)
  msbits       : 16
  buffer_size  : 15052
  period_size  : 940
  period_time  : 21333
  tstamp_mode  : NONE
  period_step  : 1
  avail_min    : 940
  period_event : 0
  start_threshold  : 15052
  stop_threshold   : 15052
  silence_threshold: 0
  silence_size : 0
  boundary     : 986447872
Slave: Direct Stream Mixing PCM
Its setup is:
  stream       : PLAYBACK
  access       : MMAP_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 2
  rate         : 48000
  exact rate   : 48000 (48000/1)
  msbits       : 16
  buffer_size  : 16384
  period_size  : 1024
  period_time  : 21333
  tstamp_mode  : NONE
  period_step  : 1
  avail_min    : 1024
  period_event : 0
  start_threshold  : 16384
  stop_threshold   : 16384
  silence_threshold: 0
  silence_size : 0
  boundary     : 1073741824
Hardware PCM card 0 'C-Media CMI8738' device 0 subdevice 0
Its setup is:
  stream       : PLAYBACK
  access       : MMAP_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 2
  rate         : 48000
  exact rate   : 48000 (48000/1)
  msbits       : 16
  buffer_size  : 16384
  period_size  : 1024
  period_time  : 21333
  tstamp_mode  : ENABLE
  period_step  : 1
  avail_min    : 1024
  period_event : 0
  start_threshold  : 1
  stop_threshold   : 1073741824
  silence_threshold: 0
  silence_size : 1073741824
  boundary     : 1073741824
  appl_ptr     : 0
  hw_ptr       : 0
underrun!!! (at least 1870140886,023 ms long)
Status:
  state       : XRUN
  trigger_time: 1286620545.12670000
  tstamp      : 1286620766.443393000
  delay       : -1672
  avail       : 16724
  avail_max   : 16712


Thx
Last edited by c7p on Sat Oct 09, 2010 6:33 am, edited 2 times in total.
c7p
Level 1
Level 1
 
Posts: 14
Joined: Fri Oct 08, 2010 5:10 pm

Re: Problem with soundcard

Postby Bruce Bouchard on Sat Oct 09, 2010 6:25 am

Sound was working very well once the system was installed, but I lost sound on rhythmbox and banshee with the update on 10/8/2010.

By the way, I was very impressed with the Linux Mint Debian installer program. It is great that LMDE helps improve the code of the general Debian distribution and the Linux community in general. Thank you!
Bruce Bouchard
Level 1
Level 1
 
Posts: 2
Joined: Sat Oct 09, 2010 6:19 am

Problem with soundcard - solved one of the problmes

Postby Bruce Bouchard on Sat Oct 09, 2010 9:48 am

I found the solution to my sound problem. I went into pulse audio volume control to the configuration window. The default was input instead out outputting stereo. Works great.

Thanks again for this great distribution!

Bruce
Bruce Bouchard
Level 1
Level 1
 
Posts: 2
Joined: Sat Oct 09, 2010 6:19 am

Re: Problem with soundcard

Postby dawgdoc on Sat Oct 09, 2010 1:21 pm

@c7p

THIS is the post from which I obtained the command. It went on to say
Some hardware may not play audio other than its native speed very well. Normally sound cards have a native speed of either 44100Hz or 48000Hz stereo. So try to play either of the two.


I notice in your output that the sound card and slave (?) both show rates of 48000
Code: Select all
Hardware PCM card 0 'C-Media CMI8738' device 0 subdevice 0
  rate         : 48000 
  exact rate   : 48000 (48000/1)

Slave: Direct Stream Mixing PCM
rate         : 48000
exact rate   : 48000 (48000/1)

while the wave file and converter show 41000
Code: Select all
Playing WAVE 'Cold Play- Clocks.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Plug PCM: Rate conversion PCM (48000, sformat=S16_LE)
Converter: libspeex (builtin)
  rate         : 44100
  exact rate   : 44100 (44100/1)

What I do not know is the significance. Is this indicating that the file was not converted to a rate of 48000 and you therefore had the underrun? Or did the converter do it's job and change the rate from 41000 to 48000. The original poster tells how he was able to get mPlayer playing well, but streaming music in MPD will still skip and stutter.

I did find a THREAD in the Arch Linux forums about sound playback being muted after a few minutes with your same soundcard. The 11th of the responders said this in July of this year.
Hi, I had the same problem, and it seems to be gone after replacing sdl with sdl-pulse http://aur.archlinux.org/packages.php?ID=29855 and thus using pulseaudio instead of directly using alsa.


A Fedora bug report about sound issues with your sound card, had a number of suggestions, beginning with about comment #20 this seemed to work most often
Code: Select all
echo 4 > /proc/asound/card0/pcm0p/xrun_debug

but I do not think it applies in your case. If your LMDE is like mine, I did not have xrun_debug file in that directory into which to add the debug level of 4. I do not recall if the echo command will create the file if not present, the man page for echo did not say.

I do not know if any of this will lead you to a solution, but I hope it helps.
Image

SYSTEM: Compaq Presario CQ62 Dual-Boot: Mint 13 Gnome x32 PAE, LMDE
READING: The Autobiography of Benvenuto Cellini
User avatar
dawgdoc
Level 9
Level 9
 
Posts: 2686
Joined: Mon Oct 05, 2009 12:53 am
Location: Kentucky, USA the land of Mint Juleps

Re: Problem with soundcard

Postby c7p on Sun Oct 10, 2010 4:13 am

Thank you honestly for your help. Take a look of this http://www.alsa-project.org/main/index.php/Matrix:Module-cmipci. I'm having trouble installing the alsa-drivers package. I run ./configure without a problem but the make command shows me errors http://pastebin.gr/1095.
(Δεν υπάρχει τέτοιο αρχείο ή κατάλογος => No such file or directory).
c7p
Level 1
Level 1
 
Posts: 14
Joined: Fri Oct 08, 2010 5:10 pm

Re: Problem with soundcard

Postby dawgdoc on Sun Oct 10, 2010 1:11 pm

c7p wrote: http://www.alsa-project.org/main/index.php/Matrix:Module-cmipci.
(Δεν υπάρχει τέτοιο αρχείο ή κατάλογος => No such file or directory).

Just above the No such file or directory did you notice
#
ERROR: Kernel configuration is invalid.
#
include/linux/autoconf.h or include/config/auto.conf are missing.
#
Run 'make oldconfig && make prepare' on kernel src to fix it.

Also that the Matrix:Module-cmipci page of the alsa-project site was last modified on 24 January 2008, I do not know if changes in the distro have been so significant as to invalidate this page or not.
Image

SYSTEM: Compaq Presario CQ62 Dual-Boot: Mint 13 Gnome x32 PAE, LMDE
READING: The Autobiography of Benvenuto Cellini
User avatar
dawgdoc
Level 9
Level 9
 
Posts: 2686
Joined: Mon Oct 05, 2009 12:53 am
Location: Kentucky, USA the land of Mint Juleps

Re: Problem with soundcard - solved one of the problmes

Postby panda8898 on Sat Oct 16, 2010 11:21 am

Bruce Bouchard wrote:I found the solution to my sound problem. I went into pulse audio volume control to the configuration window. The default was input instead out outputting stereo. Works great.

Thanks again for this great distribution!

Bruce


i had the same problem, did alsa and else with no result, see this posting...set the pulse audio and there goes the sound...

thx very much for the solution... :D
panda8898
Level 1
Level 1
 
Posts: 18
Joined: Fri Oct 15, 2010 11:14 am

Re: Problem with soundcard

Postby c7p on Sun Oct 31, 2010 10:22 am

The problem was solved BUT after almost a month and out of nowhere while i was listening to music i hear a BAP from speakers and no sound !
After that and while the system is starting i noticed that in the whole texts (dev to be populated ,loading ... etc) there is one line relevant to soundcard:
cmipci: invalid PCM pointer: 0xffff

What's the problem ?

Here is the output of dmesg if that helps

Code: Select all
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-23) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-3) ) #1 SMP Sat Sep 18 02:14:45 UTC 2010
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.2 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CCFFF write-protect
[    0.000000]   CD000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 0C0000000 mask FF0000000 write-combining
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000 @ 10000-16000
[    0.000000] RAMDISK: 2f730000 - 30033476
[    0.000000] ACPI: RSDP 000f75e0 00014 (v00 AWARD )
[    0.000000] ACPI: RSDT 3fff3000 0002C (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 3fff3040 00074 (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 3fff30c0 037E3 (v01 AWARD  AWRDACPI 00001000 MSFT 0100000D)
[    0.000000] ACPI: FACS 3fff0000 00040
[    0.000000] ACPI: APIC 3fff68c0 00068 (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 139MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014c7bb4]    TEXT DATA BSS ==> [0001000000 - 00014c7bb4]
[    0.000000]   #4 [002f730000 - 0030033476]          RAMDISK ==> [002f730000 - 0030033476]
[    0.000000]   #5 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
[    0.000000]   #6 [00014c8000 - 00014ce06e]              BRK ==> [00014c8000 - 00014ce06e]
[    0.000000]   #7 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
[    0.000000] found SMP MP-table at [c00f5c80] f5c80
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0003fff0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0003fff0
[    0.000000] On node 0 totalpages: 262016
[    0.000000] free_area_init_node: node 0, pgdat c13b2700, node_mem_map c14d0200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3952 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 280 pages used for memmap
[    0.000000]   HighMem zone: 35546 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2000000 s34328 r0 d23016 u2097152
[    0.000000] pcpu-alloc: s34328 r0 d23016 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259968
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=b00654cf-3b0b-4d2f-9cf3-69e64738b819 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000373fe:0003fff0)
[    0.000000] Memory: 1024224k/1048512k available (2498k kernel code, 23308k reserved, 1326k data, 372k init, 143304k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13bd000 - 0xc141a000   ( 372 kB)
[    0.000000]       .data : 0xc1270939 - 0xc13bc260   (1326 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1270939   (2498 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2672.519 MHz processor.
[    0.008006] Calibrating delay loop (skipped), value calculated using timer frequency.. 5345.03 BogoMIPS (lpj=10690076)
[    0.008028] Security Framework initialized
[    0.008037] SELinux:  Disabled at boot.
[    0.008045] Mount-cache hash table entries: 512
[    0.008222] Initializing cgroup subsys ns
[    0.008228] Initializing cgroup subsys cpuacct
[    0.008233] Initializing cgroup subsys devices
[    0.008236] Initializing cgroup subsys freezer
[    0.008239] Initializing cgroup subsys net_cls
[    0.008271] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.008275] CPU: L2 cache: 512K
[    0.008278] CPU: Hyper-Threading is disabled
[    0.008283] mce: CPU supports 4 MCE banks
[    0.008296] CPU0: Thermal monitoring enabled (TM1)
[    0.008310] Performance Events: no PMU driver, software events only.
[    0.008320] Checking 'hlt' instruction... OK.
[    0.024447] SMP alternatives: switching to UP code
[    0.030745] ACPI: Core revision 20090903
[    0.036083] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.036472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.077580] CPU0: Intel(R) Pentium(R) 4 CPU 2.66GHz stepping 07
[    0.080001] Brought up 1 CPUs
[    0.080001] Total of 1 processors activated (5345.03 BogoMIPS).
[    0.080001] CPU0 attaching NULL sched-domain.
[    0.080001] devtmpfs: initialized
[    0.080001] regulator: core version 0.5
[    0.080001] NET: Registered protocol family 16
[    0.080001] ACPI: bus type pci registered
[    0.088390] PCI: PCI BIOS revision 2.10 entry at 0xfb920, last bus=1
[    0.088393] PCI: Using configuration type 1 for base access
[    0.088825] bio: create slab <bio-0> at 0
[    0.089344] ACPI: EC: Look up EC in DSDT
[    0.094915] ACPI: Interpreter enabled
[    0.094920] ACPI: (supports S0 S1 S4 S5)
[    0.094947] ACPI: Using IOAPIC for interrupt routing
[    0.099003] ACPI: No dock devices found.
[    0.099122] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.099177] pci 0000:00:00.0: reg 10 32bit mmio: [0xc0000000-0xcfffffff]
[    0.099329] pci 0000:00:02.0: Enabling SiS 96x SMBus
[    0.099379] pci 0000:00:02.1: reg 20 io port: [0x10c0-0x10df]
[    0.099433] pci 0000:00:02.5: reg 10 io port: [0x1f0-0x1f7]
[    0.099441] pci 0000:00:02.5: reg 14 io port: [0x3f4-0x3f7]
[    0.099449] pci 0000:00:02.5: reg 18 io port: [0x170-0x177]
[    0.099456] pci 0000:00:02.5: reg 1c io port: [0x374-0x377]
[    0.099464] pci 0000:00:02.5: reg 20 io port: [0x4000-0x400f]
[    0.099495] pci 0000:00:02.5: supports D1
[    0.099497] pci 0000:00:02.5: PME# supported from D3cold
[    0.099503] pci 0000:00:02.5: PME# disabled
[    0.099531] pci 0000:00:03.0: reg 10 32bit mmio: [0xe3023000-0xe3023fff]
[    0.099589] pci 0000:00:03.1: reg 10 32bit mmio: [0xe3020000-0xe3020fff]
[    0.099660] pci 0000:00:03.3: reg 10 32bit mmio: [0xe3021000-0xe3021fff]
[    0.099709] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.099714] pci 0000:00:03.3: PME# disabled
[    0.099757] pci 0000:00:04.0: reg 10 io port: [0xc400-0xc4ff]
[    0.099765] pci 0000:00:04.0: reg 14 32bit mmio: [0xe3022000-0xe3022fff]
[    0.099794] pci 0000:00:04.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.099814] pci 0000:00:04.0: supports D1 D2
[    0.099817] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.099822] pci 0000:00:04.0: PME# disabled
[    0.099870] pci 0000:00:0c.0: reg 10 io port: [0x2800-0x28ff]
[    0.099921] pci 0000:00:0c.0: supports D1 D2
[    0.100009] pci 0000:01:00.0: reg 10 32bit mmio: [0xe0000000-0xe0ffffff]
[    0.100018] pci 0000:01:00.0: reg 14 32bit mmio pref: [0xd0000000-0xdfffffff]
[    0.100027] pci 0000:01:00.0: reg 18 32bit mmio: [0xe1000000-0xe1ffffff]
[    0.100050] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.100128] pci 0000:00:01.0: bridge 32bit mmio: [0xe0000000-0xe2ffffff]
[    0.100134] pci 0000:00:01.0: bridge 32bit mmio pref: [0xd0000000-0xdfffffff]
[    0.100144] pci_bus 0000:00: on NUMA node 0
[    0.100150] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.114662] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    0.114792] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    0.114912] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    0.115032] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    0.115158] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 14 15)
[    0.115280] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 9 10 11 14 15)
[    0.115404] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    0.115523] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 14 15)
[    0.115657] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.115661] vgaarb: loaded
[    0.115766] PCI: Using ACPI for IRQ routing
[    0.115925] Switching to clocksource tsc
[    0.116001] pnp: PnP ACPI init
[    0.116001] ACPI: bus type pnp registered
[    0.116001] pnp: PnP ACPI: found 9 devices
[    0.116001] ACPI: ACPI bus type pnp unregistered
[    0.116001] PnPBIOS: Disabled by ACPI PNP
[    0.116001] system 00:00: iomem range 0xf0000-0xf3fff could not be reserved
[    0.116001] system 00:00: iomem range 0xf4000-0xf7fff could not be reserved
[    0.116001] system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[    0.116001] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[    0.116001] system 00:00: iomem range 0x3fff0000-0x3fffffff could not be reserved
[    0.116001] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[    0.116001] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.116001] system 00:00: iomem range 0x100000-0x3ffeffff could not be reserved
[    0.116001] system 00:00: iomem range 0xffee0000-0xffefffff has been reserved
[    0.116001] system 00:00: iomem range 0xfffe0000-0xfffeffff has been reserved
[    0.116001] system 00:00: iomem range 0xfec00000-0xfecfffff could not be reserved
[    0.116001] system 00:00: iomem range 0xfee00000-0xfeefffff has been reserved
[    0.116001] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[    0.116001] system 00:02: ioport range 0x800-0x805 has been reserved
[    0.116001] system 00:02: ioport range 0x290-0x297 has been reserved
[    0.150332] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.150336] pci 0000:00:01.0:   IO window: disabled
[    0.150342] pci 0000:00:01.0:   MEM window: 0xe0000000-0xe2ffffff
[    0.150348] pci 0000:00:01.0:   PREFETCH window: 0xd0000000-0xdfffffff
[    0.150367] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.150371] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.150375] pci_bus 0000:01: resource 1 mem: [0xe0000000-0xe2ffffff]
[    0.150378] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
[    0.150420] NET: Registered protocol family 2
[    0.150531] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.150952] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.151860] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.152479] TCP: Hash tables configured (established 131072 bind 65536)
[    0.152484] TCP reno registered
[    0.152642] NET: Registered protocol family 1
[    0.208073] pci 0000:01:00.0: Boot video device
[    0.208147] Unpacking initramfs...
[    0.545416] Freeing initrd memory: 9229k freed
[    0.555727] audit: initializing netlink socket (disabled)
[    0.555749] type=2000 audit(1288533823.552:1): initialized
[    0.558990] highmem bounce pool size: 64 pages
[    0.558997] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.560561] VFS: Disk quotas dquot_6.5.2
[    0.560630] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.560719] msgmni has been set to 1739
[    0.560945] alg: No test for stdrng (krng)
[    0.561013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.561017] io scheduler noop registered
[    0.561020] io scheduler anticipatory registered
[    0.561022] io scheduler deadline registered
[    0.561066] io scheduler cfq registered (default)
[    0.561256] isapnp: Scanning for PnP cards...
[    0.914809] isapnp: No Plug & Play device found
[    0.916472] Linux agpgart interface v0.103
[    0.916579] agpgart-sis 0000:00:00.0: SiS chipset [1039/0648]
[    0.932966] agpgart-sis 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    0.933021] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.933423] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.933426] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.933547] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.933658] mice: PS/2 mouse device common for all mice
[    0.933710] rtc_cmos 00:04: RTC can wake from S4
[    0.933757] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.933782] rtc0: alarms up to one year, 242 bytes nvram
[    0.933796] cpuidle: using governor ladder
[    0.933799] cpuidle: using governor menu
[    0.933804] No iBFT detected.
[    0.934253] TCP cubic registered
[    0.934390] NET: Registered protocol family 10
[    0.934921] lo: Disabled Privacy Extensions
[    0.935280] Mobile IPv6
[    0.935284] NET: Registered protocol family 17
[    0.935303] Using IPI No-Shortcut mode
[    0.935401] PM: Resume from disk failed.
[    0.935415] registered taskstats version 1
[    0.935641] rtc_cmos 00:04: setting system clock to 2010-10-31 14:03:44 UTC (1288533824)
[    0.935671] Initalizing network drop monitor service
[    0.935703] Freeing unused kernel memory: 372k freed
[    0.936099] Write protecting the kernel text: 2500k
[    0.936119] Write protecting the kernel read-only data: 920k
[    0.953121] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.964331] udev[46]: starting version 163
[    1.210855] sis900.c: v1.08.10 Apr. 2 2006
[    1.210918] sis900 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.211884] 0000:00:04.0: Unknown PHY transceiver found at address 0.
[    1.212583] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[    1.213264] 0000:00:04.0: Unknown PHY transceiver found at address 2.
[    1.213944] 0000:00:04.0: Unknown PHY transceiver found at address 3.
[    1.214624] 0000:00:04.0: Unknown PHY transceiver found at address 4.
[    1.215304] 0000:00:04.0: Unknown PHY transceiver found at address 5.
[    1.215984] 0000:00:04.0: Unknown PHY transceiver found at address 6.
[    1.216660] usbcore: registered new interface driver usbfs
[    1.216859] usbcore: registered new interface driver hub
[    1.217079] usbcore: registered new device driver usb
[    1.217588] 0000:00:04.0: Unknown PHY transceiver found at address 7.
[    1.218270] 0000:00:04.0: Unknown PHY transceiver found at address 8.
[    1.218950] 0000:00:04.0: Unknown PHY transceiver found at address 9.
[    1.219630] 0000:00:04.0: Unknown PHY transceiver found at address 10.
[    1.220327] 0000:00:04.0: Unknown PHY transceiver found at address 11.
[    1.221009] 0000:00:04.0: Unknown PHY transceiver found at address 12.
[    1.221690] 0000:00:04.0: Unknown PHY transceiver found at address 13.
[    1.222371] 0000:00:04.0: Unknown PHY transceiver found at address 14.
[    1.223238] 0000:00:04.0: Unknown PHY transceiver found at address 15.
[    1.223920] 0000:00:04.0: Unknown PHY transceiver found at address 16.
[    1.224612] 0000:00:04.0: Unknown PHY transceiver found at address 17.
[    1.225293] 0000:00:04.0: Unknown PHY transceiver found at address 18.
[    1.225974] 0000:00:04.0: Unknown PHY transceiver found at address 19.
[    1.226655] 0000:00:04.0: Unknown PHY transceiver found at address 20.
[    1.227336] 0000:00:04.0: Unknown PHY transceiver found at address 21.
[    1.228023] 0000:00:04.0: Unknown PHY transceiver found at address 22.
[    1.228703] 0000:00:04.0: Unknown PHY transceiver found at address 23.
[    1.229384] 0000:00:04.0: Unknown PHY transceiver found at address 24.
[    1.230064] 0000:00:04.0: Unknown PHY transceiver found at address 25.
[    1.230744] 0000:00:04.0: Unknown PHY transceiver found at address 26.
[    1.231425] 0000:00:04.0: Unknown PHY transceiver found at address 27.
[    1.232111] 0000:00:04.0: Unknown PHY transceiver found at address 28.
[    1.241986] Floppy drive(s): fd0 is 1.44M
[    1.244162] SCSI subsystem initialized
[    1.246851] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.272666] thermal LNXTHERM:01: registered as thermal_zone0
[    1.272678] ACPI: Thermal Zone [THRM] (40 C)
[    1.273258] 0000:00:04.0: Unknown PHY transceiver found at address 29.
[    1.275341] FDC 0 is a post-1991 82077
[    1.275708] 0000:00:04.0: Unknown PHY transceiver found at address 30.
[    1.277524] 0000:00:04.0: Unknown PHY transceiver found at address 31.
[    1.298782] 0000:00:04.0: Using transceiver found at address 1 as default
[    1.308233] libata version 3.00 loaded.
[    1.309042] eth0: SiS 900 PCI Fast Ethernet at 0xc400, IRQ 19, 00:0d:87:76:41:de
[    1.309093] ehci_hcd 0000:00:03.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    1.309116] ehci_hcd 0000:00:03.3: EHCI Host Controller
[    1.309146] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
[    1.309189] ehci_hcd 0000:00:03.3: cache line size of 128 is not supported
[    1.309205] ehci_hcd 0000:00:03.3: irq 23, io mem 0xe3021000
[    1.312418] fan PNP0C0B:00: registered as cooling_device0
[    1.312428] ACPI: Fan [FAN] (on)
[    1.320033] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    1.320081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.320085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.320089] usb usb1: Product: EHCI Host Controller
[    1.320091] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    1.320094] usb usb1: SerialNumber: 0000:00:03.3
[    1.320216] usb usb1: configuration #1 chosen from 1 choice
[    1.320257] hub 1-0:1.0: USB hub found
[    1.320270] hub 1-0:1.0: 6 ports detected
[    1.321240] pata_sis 0000:00:02.5: version 0.5.2
[    1.321271] pata_sis 0000:00:02.5: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.322615] scsi0 : pata_sis
[    1.323472] scsi1 : pata_sis
[    1.324438] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x4000 irq 14
[    1.324443] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x4008 irq 15
[    1.347786] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.347833] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.347858] ohci_hcd 0000:00:03.0: OHCI Host Controller
[    1.347875] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[    1.347906] ohci_hcd 0000:00:03.0: irq 20, io mem 0xe3023000
[    1.402028] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.402033] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.402037] usb usb2: Product: OHCI Host Controller
[    1.402040] usb usb2: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.402043] usb usb2: SerialNumber: 0000:00:03.0
[    1.402242] usb usb2: configuration #1 chosen from 1 choice
[    1.402324] hub 2-0:1.0: USB hub found
[    1.402338] hub 2-0:1.0: 3 ports detected
[    1.402412] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.402434] ohci_hcd 0000:00:03.1: OHCI Host Controller
[    1.402444] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[    1.402470] ohci_hcd 0000:00:03.1: irq 21, io mem 0xe3020000
[    1.458027] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.458032] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.458035] usb usb3: Product: OHCI Host Controller
[    1.458038] usb usb3: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.458041] usb usb3: SerialNumber: 0000:00:03.1
[    1.458236] usb usb3: configuration #1 chosen from 1 choice
[    1.458320] hub 3-0:1.0: USB hub found
[    1.458334] hub 3-0:1.0: 3 ports detected
[    1.488358] ata1.00: ATAPI: HL-DT-STDVD-RAM GSA-H50L, 1.00, max UDMA/66
[    1.504339] ata1.00: configured for UDMA/66
[    1.506754] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H50L 1.00 PQ: 0 ANSI: 5
[    1.676342] ata2.00: HPA detected: current 156299375, native 156301488
[    1.676350] ata2.00: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100
[    1.676354] ata2.00: 156299375 sectors, multi 16: LBA
[    1.676517] ata2.01: ATA-7: Maxtor 6E040L0, NAR61590, max UDMA/133
[    1.676521] ata2.01: 80293248 sectors, multi 16: LBA
[    1.684358] ata2.00: configured for UDMA/100
[    1.688013] usb 1-4: new high speed USB device using ehci_hcd and address 3
[    1.700348] ata2.01: configured for UDMA/133
[    1.700472] scsi 1:0:0:0: Direct-Access     ATA      WDC WD800JB-00JJ 05.0 PQ: 0 ANSI: 5
[    1.700870] scsi 1:0:1:0: Direct-Access     ATA      Maxtor 6E040L0   NAR6 PQ: 0 ANSI: 5
[    1.728810] sd 1:0:0:0: [sda] 156299375 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.728878] sd 1:0:0:0: [sda] Write Protect is off
[    1.728882] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.728910] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.729083]  sda:sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.734237] Uniform CD-ROM driver Revision: 3.20
[    1.734667] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.739790]  sda1 sda2 <
[    1.753049] sd 1:0:1:0: [sdb] 80293248 512-byte logical blocks: (41.1 GB/38.2 GiB)
[    1.753120] sd 1:0:1:0: [sdb] Write Protect is off
[    1.753124] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.753152] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.753237]  sda5 sda6 >
[    1.770237]  sdb:
[    1.820984] usb 1-4: New USB device found, idVendor=1058, idProduct=1100
[    1.820988] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.820992] usb 1-4: Product: My Book         
[    1.820994] usb 1-4: Manufacturer: Western Digital
[    1.820997] usb 1-4: SerialNumber: 57442D574341535531323231363933
[    1.821123] usb 1-4: configuration #1 chosen from 1 choice
[    1.833946] Initializing USB Mass Storage driver...
[    1.834056] scsi2 : SCSI emulation for USB Mass Storage devices
[    1.834240] usbcore: registered new interface driver usb-storage
[    1.834245] USB Mass Storage support registered.
[    1.834436] usb-storage: device found at 3
[    1.834439] usb-storage: waiting for device to settle before scanning
[    2.124011] usb 2-1: new low speed USB device using ohci_hcd and address 2
[    2.337948] usb 2-1: New USB device found, idVendor=045e, idProduct=0040
[    2.337953] usb 2-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.337956] usb 2-1: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[    2.337959] usb 2-1: Manufacturer: Microsoft
[    2.338073] usb 2-1: configuration #1 chosen from 1 choice
[    2.466222]  sdb1 sdb2
[    2.467432] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.467614] sd 1:0:1:0: [sdb] Attached SCSI disk
[    2.499133] usbcore: registered new interface driver hiddev
[    2.501227] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.501832] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.502429] sd 1:0:1:0: Attached scsi generic sg2 type 0
[    2.505469] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.0/input/input1
[    2.505662] generic-usb 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:03.0-1/input0
[    2.505698] usbcore: registered new interface driver usbhid
[    2.505944] usbhid: v2.6:USB HID core driver
[    3.382389] EXT4-fs (sda1): mounted filesystem with ordered data mode
[    4.940314] udev[311]: starting version 163
[    5.270584] udev[344]: renamed network interface eth0 to eth1
[    5.627015] processor LNXCPU:00: registered as cooling_device1
[    5.632465] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x10c0
[    5.642949] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    5.642965] ACPI: Power Button [PWRB]
[    5.643171] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    5.643177] ACPI: Power Button [PWRF]
[    5.662078] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.667321] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    5.726531] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.653993] nvidia: module license 'NVIDIA' taints kernel.
[    6.653999] Disabling lock debugging due to kernel taint
[    7.657826] usb-storage: device scan complete
[    7.659885] scsi 2:0:0:0: Direct-Access     WD       3200AAV External 1.65 PQ: 0 ANSI: 4
[    7.661263] sd 2:0:0:0: Attached scsi generic sg3 type 0
[    7.667372] sd 2:0:0:0: [sdc] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    7.672485] sd 2:0:0:0: [sdc] Write Protect is off
[    7.672491] sd 2:0:0:0: [sdc] Mode Sense: 21 00 00 00
[    7.672495] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    7.925027] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    7.925085]  sdc:
[    7.928883] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.928897] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    7.929577] NVRM: loading NVIDIA UNIX x86 Kernel Module  195.36.24  Thu Apr 22 09:18:20 PDT 2010
[    8.327774]  sdc1
[    8.330514] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    8.330571] sd 2:0:0:0: [sdc] Attached SCSI disk
[    8.530317] C-Media PCI 0000:00:0c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.458478] Adding 1998840k swap on /dev/sda5.  Priority:-1 extents:1 across:1998840k
[    9.738858] loop: module loaded
[   10.026358] EXT4-fs (sda6): warning: maximal mount count reached, running e2fsck is recommended
[   10.027468] EXT4-fs (sda6): mounted filesystem with ordered data mode
[   10.710000] fuse init (API version 7.13)
[   15.348979] Bluetooth: Core ver 2.15
[   15.349416] NET: Registered protocol family 31
[   15.349420] Bluetooth: HCI device and connection manager initialized
[   15.349424] Bluetooth: HCI socket layer initialized
[   15.395558] Bluetooth: L2CAP ver 2.14
[   15.395562] Bluetooth: L2CAP socket layer initialized
[   15.494207] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.494212] Bluetooth: BNEP filters: protocol multicast
[   15.546758] Bridge firewalling registered
[   15.865026] eth1: Media Link On 100mbps full-duplex
[   16.078079] Bluetooth: SCO (Voice Link) ver 0.6
[   16.078083] Bluetooth: SCO socket layer initialized
[   17.838809] agpgart-sis 0000:00:00.0: AGP 3.5 bridge
[   17.838830] agpgart-sis 0000:00:00.0: putting AGP V3 device at 0000:00:00.0 into 8x mode
[   17.838834] agpgart-sis 0000:00:00.0: SiS delay workaround: giving bridge time to recover
[   17.852057] agpgart-sis 0000:00:00.0: putting AGP V3 device at 0000:01:00.0 into 8x mode
[   20.180683] cmipci: invalid PCM pointer: 0xffff
[   24.588009] eth1: no IPv6 routers present
[   27.978873] cmipci: invalid PCM pointer: 0xffff
c7p
Level 1
Level 1
 
Posts: 14
Joined: Fri Oct 08, 2010 5:10 pm

Re: Problem with soundcard

Postby c7p on Sun Oct 31, 2010 12:10 pm

Hm I think I found solution on forum viewtopic.php?f=141&t=58616. I haven't worked much with pc with that solution aplied so ... i will update the post soon.

UPDATE: I haven't noticed any further problem until now so the solution works for me :) -i hope it does for you-.
c7p
Level 1
Level 1
 
Posts: 14
Joined: Fri Oct 08, 2010 5:10 pm

Re: Problem with soundcard

Postby c7p on Fri Nov 05, 2010 3:40 pm

This is so unlogical ...... the same problem again !
While i was hearing music (i heard a) baap and no sound from now and then -actually there was a "crached" sound when i entered to my system after the problem-.
I apply the solution that worked before but it doesn't now .,..

dmesg : cmipci: invalid PCM pointer: 0xffff

Any idea ? :(
c7p
Level 1
Level 1
 
Posts: 14
Joined: Fri Oct 08, 2010 5:10 pm

Linux Mint is funded by ads and donations.
 

Return to Archive

Who is online

Users browsing this forum: No registered users and 1 guest