+ Rispondi alla discussione
Pagina 1 di 2 12 UltimoUltimo
Mostra risultati da 1 a 10 di 15

Arch Linux problemi con alsa

Questa discussione si intitola Arch Linux problemi con alsa nella sezione GNU/Linux, appartenente alla categoria Software; In questo pc c'è qualcosa che non va, ultimamente troppi problemi All'inizio sporadicamente ma ora sempre più spesso i programmi ...

  1. #1
    djdedo non è in linea Member CT
    Data registrazione
    7 January 2010
    Messaggi
    144
    vCash
    600
    Grazie
    63
    Ringraziato 49 volte in 32 post

    Predefinito Arch Linux problemi con alsa

    In questo pc c'è qualcosa che non va, ultimamente troppi problemi
    All'inizio sporadicamente ma ora sempre più spesso i programmi audio non riescono a riprodurre suoni restituendo errori di alsa. Ad esempio questo è quello che mi restituisce vlc
    Codice:
    Potential ALSA version problem:
    VLC failed to initialize your sound output device (if any).
    Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher to try to fix this issue.
    ho provato con aplay e questo è quello che mi restituisce
    Codice:
    aplay: main:654: audio open error: No such file or directory
    Anche con i giochi l'audio ovviamente non va, ad esempio con nexuiz non si sente nulla, mentre torcs addirittura crasha
    Il sistema è aggiornato alle ultime versioni di pacchetti disponibili

    Che posso fare?

    Rispondi citando Rispondi citando

  2. # ADS
    Google Adsense Circuito Adsense
    Data registrazione
    da sempre
    Messaggi
    molti
     
  3. #2
    L'avatar di K.a.o.s.
    K.a.o.s. non è in linea Senior Member CT
    Data registrazione
    8 January 2010
    Sesso
    Uomo
    Località
    /dev/null
    Messaggi
    682
    vCash
    600
    Grazie
    118
    Ringraziato 349 volte in 283 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Ciao,
    mi posti un pacman -Qs alsa ?
    Comunque prova con alsaconf da root.

    PS: prova intanto: pacman -S alsa-lib alsa-utils alsa-plugins kernel26

    Rispondi citando Rispondi citando

  4. #3
    djdedo non è in linea Member CT
    Data registrazione
    7 January 2010
    Messaggi
    144
    vCash
    600
    Grazie
    63
    Ringraziato 49 volte in 32 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Output di pacman -Qs alsa
    Codice:
    local/alsa-lib 1.0.23-1
        An alternative implementation of Linux sound support
    local/alsa-oss 1.0.17-1
        OSS compatibility library
    local/alsa-utils 1.0.23-2
        An alternative implementation of Linux sound support
    Ho fatto le altre 2 prove ma la situazione è rimasta la stessa. La cosa strana è che i suoni di sistema di kde si sentono

    EDIT:

    Ho modificato /etc/modprobe.d/modprobe.conf inserendo queste opzioni
    Codice:
    options snd-cmipci index=0
    options snd-pcsp index=2
    ho riavviato e non so se è stato un caso o meno, adesso l'audio si sente, anche con aplay e vlc non restituisce nessun errore. Neanche torcs crasha più. Staremo a vedere se le cose rimarranno così o se è stato un caso
    Ultima modifica di djdedo; 22-08-10 alle 15: 18.

    Rispondi citando Rispondi citando

  5. #4
    L'avatar di K.a.o.s.
    K.a.o.s. non è in linea Senior Member CT
    Data registrazione
    8 January 2010
    Sesso
    Uomo
    Località
    /dev/null
    Messaggi
    682
    vCash
    600
    Grazie
    118
    Ringraziato 349 volte in 283 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Magari ha aiutato anche la reinstallazione del kernel che individuato meglio i driver che dalla live .

    Rispondi citando Rispondi citando

  6. #5
    djdedo non è in linea Member CT
    Data registrazione
    7 January 2010
    Messaggi
    144
    vCash
    600
    Grazie
    63
    Ringraziato 49 volte in 32 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Questo non lo so. Una cosa che mi fa pensare è che alsaconfig alla fine di tutto mi ha chiesto se deve scrivere in modprobe.conf, ma se non ricordo male me lo indicava con un percorso diverso, e infatti alla fine non modificava nulla (eseguito da root ovviamente). Dato che ricordavo il nome del modulo ho provato a scriverlo così. Ho riavviato diverse volte, e per il momento sembra reggere. Speriamo!

    Rispondi citando Rispondi citando

  7. #6
    djdedo non è in linea Member CT
    Data registrazione
    7 January 2010
    Messaggi
    144
    vCash
    600
    Grazie
    63
    Ringraziato 49 volte in 32 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Come non detto, oggi il problema si sta ripresentando. Addirittura mi esce un messaggio di kde che mi dice che un dispositivo audio è stato rimosso
    Questo è il messaggio di errore

    errore.jpg

    Aggiungo anche che ho messo in blacklist il modulo dello speaker del pc in quanto ho letto che potrebbe andare in conflitto ma non ho ancora risolto

    Rispondi citando Rispondi citando

  8. #7
    L'avatar di K.a.o.s.
    K.a.o.s. non è in linea Senior Member CT
    Data registrazione
    8 January 2010
    Sesso
    Uomo
    Località
    /dev/null
    Messaggi
    682
    vCash
    600
    Grazie
    118
    Ringraziato 349 volte in 283 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Prova intanto qualcosa di "basilare":
    Codice:
    pacman -Syyu && pacman -S $(pacman -Qq | grep -v "$(pacman -Qmq)")
    e aggiungi in modules:
    MODULES=(... snd-cmipci !pcspkr)
    e prova a rimuovere temporaneamente quelle voci dal modprobe.conf.

    Rispondi citando Rispondi citando

  9. #8
    djdedo non è in linea Member CT
    Data registrazione
    7 January 2010
    Messaggi
    144
    vCash
    600
    Grazie
    63
    Ringraziato 49 volte in 32 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Fatto tutto, riavviato ma purtroppo il problema persiste. Io non vorrei che andasse in conflitto con la scheda audio interna, ma non so che modulo "blacklistare"
    Questo è il mio lspci
    Codice:
    00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645DX Host & Memory & AGP Controller
    00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
    00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO] (rev 10)
    00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
    00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
    00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
    00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
    00:09.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
    00:09.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
    00:09.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
    00:09.4 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05)
    00:0a.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
    00:0c.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
    00:0d.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
    00:0d.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
    00:0d.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
    01:00.0 VGA compatible controller: ATI Technologies Inc RV670PRO [Radeon HD 3850]

    Rispondi citando Rispondi citando

  10. #9
    L'avatar di K.a.o.s.
    K.a.o.s. non è in linea Senior Member CT
    Data registrazione
    8 January 2010
    Sesso
    Uomo
    Località
    /dev/null
    Messaggi
    682
    vCash
    600
    Grazie
    118
    Ringraziato 349 volte in 283 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Posta anche dmesg .
    Per i moduli da blacklistare, serve un lsmod.

    Rispondi citando Rispondi citando

  11. #10
    djdedo non è in linea Member CT
    Data registrazione
    7 January 2010
    Messaggi
    144
    vCash
    600
    Grazie
    63
    Ringraziato 49 volte in 32 post

    Predefinito Riferimento: Arch Linux problemi con alsa

    Ti posto dmesg (tutto)
    Codice:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010
    BIOS-provided physical RAM map:
     BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
     BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
     BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
     BIOS-e820: 0000000000100000 - 000000009fffc000 (usable)
     BIOS-e820: 000000009fffc000 - 000000009ffff000 (ACPI data)
     BIOS-e820: 000000009ffff000 - 00000000a0000000 (ACPI NVS)
     BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
     BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
     BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
    DMI 2.3 present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x9fffc max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
      00000-9FFFF write-back
      A0000-BFFFF uncachable
      C0000-C7FFF write-protect
      C8000-EFFFF uncachable
      F0000-FFFFF write-protect
    MTRR variable ranges enabled:
      0 base 000000000 mask F80000000 write-back
      1 base 080000000 mask FE0000000 write-back
      2 base 0D8000000 mask FFC000000 write-combining
      3 disabled
      4 disabled
      5 disabled
      6 disabled
      7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
     modified: 0000000000000000 - 0000000000001000 (reserved)
     modified: 0000000000001000 - 0000000000002000 (usable)
     modified: 0000000000002000 - 0000000000010000 (reserved)
     modified: 0000000000010000 - 000000000009fc00 (usable)
     modified: 000000000009fc00 - 00000000000a0000 (reserved)
     modified: 00000000000f0000 - 0000000000100000 (reserved)
     modified: 0000000000100000 - 000000009fffc000 (usable)
     modified: 000000009fffc000 - 000000009ffff000 (ACPI data)
     modified: 000000009ffff000 - 00000000a0000000 (ACPI NVS)
     modified: 00000000fec00000 - 00000000fec01000 (reserved)
     modified: 00000000fee00000 - 00000000fee01000 (reserved)
     modified: 00000000ffff0000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-00000000377fe000
     0000000000 - 0000400000 page 4k
     0000400000 - 0037400000 page 2M
     0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 7fe58000 - 7fff0000
    Allocated new RAMDISK: 00100000 - 00297cab
    Move RAMDISK from 000000007fe58000 - 000000007ffefcaa to 00100000 - 00297caa
    ACPI: RSDP 000f6730 00014 (v00 ASUS  )
    ACPI: RSDT 9fffc000 00030 (v01 ASUS   P4SE     42302E31 MSFT 31313031)
    ACPI: FACP 9fffc100 00074 (v01 ASUS   P4SE     42302E31 MSFT 31313031)
    ACPI: DSDT 9fffc180 02617 (v01   ASUS P4SE     00001000 MSFT 0100000B)
    ACPI: FACS 9ffff000 00040
    ACPI: BOOT 9fffc040 00028 (v01 ASUS   P4SE     42302E31 MSFT 31313031)
    ACPI: APIC 9fffc080 0005A (v01 ASUS   P4SE     42302E31 MSFT 31313031)
    ACPI: Local APIC address 0xfee00000
    1671MB HIGHMEM available.
    887MB LOWMEM available.
      mapped low ram: 0 - 377fe000
      low ram: 0 - 377fe000
    Zone PFN ranges:
      DMA      0x00000001 -> 0x00001000
      Normal   0x00001000 -> 0x000377fe
      HighMem  0x000377fe -> 0x0009fffc
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
        0: 0x00000001 -> 0x00000002
        0: 0x00000010 -> 0x0000009f
        0: 0x00000100 -> 0x0009fffc
    On node 0 totalpages: 655244
    free_area_init_node: node 0, pgdat c1402fc0, node_mem_map c1563020
      DMA zone: 32 pages used for memmap
      DMA zone: 0 pages reserved
      DMA zone: 3952 pages, LIFO batch:0
      Normal zone: 1744 pages used for memmap
      Normal zone: 221486 pages, LIFO batch:31
      HighMem zone: 3344 pages used for memmap
      HighMem zone: 424686 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0xe408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 20 low level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at a0000000 (gap: a0000000:5ec00000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2c00000 s34388 r0 d22956 u4194304
    pcpu-alloc: s34388 r0 d22956 u4194304 alloc=1*4194304
    pcpu-alloc: [0] 0 
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 650124
    Kernel command line: root=/dev/sda2 ro nomodeset
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 13107100 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (43 early reservations)
      #1 [0000001000 - 0000002000]   EX TRAMPOLINE
      #2 [0001000000 - 000155ad84]   TEXT DATA BSS
      #3 [000009fc00 - 0000100000]   BIOS reserved
      #4 [000155b000 - 0001561148]             BRK
      #5 [0000010000 - 0000011000]      TRAMPOLINE
      #6 [0000011000 - 0000015000]     ACPI WAKEUP
      #7 [0000015000 - 0000016000]         PGTABLE
      #8 [0000100000 - 0000298000]     NEW RAMDISK
      #9 [0001562000 - 0001563000]         BOOTMEM
      #10 [0001563000 - 0002963000]         BOOTMEM
      #11 [000155adc0 - 000155adc4]         BOOTMEM
      #12 [000155ae00 - 000155aec0]         BOOTMEM
      #13 [000155aec0 - 000155af14]         BOOTMEM
      #14 [0002963000 - 0002966000]         BOOTMEM
      #15 [000155af40 - 000155afe0]         BOOTMEM
      #16 [0002966000 - 000296c000]         BOOTMEM
      #17 [0001561180 - 00015611a7]         BOOTMEM
      #18 [00015611c0 - 0001561310]         BOOTMEM
      #19 [0001561340 - 0001561380]         BOOTMEM
      #20 [0001561380 - 00015613c0]         BOOTMEM
      #21 [00015613c0 - 0001561400]         BOOTMEM
      #22 [0001561400 - 0001561440]         BOOTMEM
      #23 [0001561440 - 0001561480]         BOOTMEM
      #24 [0001561480 - 00015614c0]         BOOTMEM
      #25 [00015614c0 - 0001561500]         BOOTMEM
      #26 [0001561500 - 0001561540]         BOOTMEM
      #27 [0001561540 - 0001561580]         BOOTMEM
      #28 [0001561580 - 0001561590]         BOOTMEM
      #29 [00015615c0 - 00015615d0]         BOOTMEM
      #30 [0001561600 - 000156161c]         BOOTMEM
      #31 [0001561640 - 000156165c]         BOOTMEM
      #32 [0002c00000 - 0002c0e000]         BOOTMEM
      #33 [0001561680 - 0001561684]         BOOTMEM
      #34 [00015616c0 - 00015616c4]         BOOTMEM
      #35 [0001561700 - 0001561704]         BOOTMEM
      #36 [0001561740 - 0001561744]         BOOTMEM
      #37 [0001561780 - 0001561830]         BOOTMEM
      #38 [0001561840 - 00015618e8]         BOOTMEM
      #39 [000296c000 - 0002970000]         BOOTMEM
      #40 [0002970000 - 00029f0000]         BOOTMEM
      #41 [00029f0000 - 0002a30000]         BOOTMEM
      #42 [0002c0e000 - 000388df9c]         BOOTMEM
    Initializing HighMem for node 0 (000377fe:0009fffc)
    Memory: 2579644k/2621424k available (2930k kernel code, 41332k reserved, 1209k data, 408k init, 1712120k highmem)
    virtual kernel memory layout:
        fixmap  : 0xfff1e000 - 0xfffff000   ( 900 kB)
        pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
        vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
        lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
          .init : 0xc140b000 - 0xc1471000   ( 408 kB)
          .data : 0xc12dc8fc - 0xc140adc0   (1209 kB)
          .text : 0xc1000000 - 0xc12dc8fc   (2930 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Fast TSC calibration using PIT
    Detected 2399.857 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.70 BogoMIPS (lpj=7999523)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU0: Hyper-Threading is disabled
    mce: CPU supports 4 MCE banks
    CPU0: Thermal monitoring enabled (TM1)
    Performance Events: no PMU driver, software events only.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 12k freed
    ACPI: Core revision 20100121
    Enabling APIC mode:  Flat.  Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 07
    Brought up 1 CPUs
    Total of 1 processors activated (4801.70 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xf1540, last bus=1
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: No dock devices found.
    PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
    pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x000c8000-0x000dffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0xa0000000-0xfebfffff] (ignored)
    pci 0000:00:00.0: reg 10: [mem 0xd8000000-0xdbffffff]
    pci 0000:00:02.0: Enabling SiS 96x SMBus
    pci 0000:00:02.1: reg 20: [io  0xe600-0xe61f]
    pci 0000:00:02.2: reg 10: [mem 0xd7000000-0xd7000fff]
    pci 0000:00:02.3: reg 10: [mem 0xd6800000-0xd6800fff]
    pci 0000:00:02.5: reg 20: [io  0xb800-0xb80f]
    pci 0000:00:09.0: reg 10: [mem 0xd5000000-0xd5ffffff]
    pci 0000:00:09.1: reg 10: [mem 0xd4000000-0xd4ffffff]
    pci 0000:00:09.2: reg 10: [mem 0xd3000000-0xd3ffffff]
    pci 0000:00:09.4: reg 10: [mem 0xd2000000-0xd2ffffff]
    pci 0000:00:0a.0: reg 10: [io  0xa000-0xa0ff]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0c.0: reg 10: [io  0x9800-0x98ff]
    pci 0000:00:0c.0: reg 14: [mem 0xd1800000-0xd18000ff]
    pci 0000:00:0c.0: supports D1 D2
    pci 0000:00:0c.0: PME# supported from D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:0d.0: reg 20: [io  0x9400-0x941f]
    pci 0000:00:0d.0: supports D1 D2
    pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot
    pci 0000:00:0d.0: PME# disabled
    pci 0000:00:0d.1: reg 20: [io  0x9000-0x901f]
    pci 0000:00:0d.1: supports D1 D2
    pci 0000:00:0d.1: PME# supported from D0 D1 D2 D3hot
    pci 0000:00:0d.1: PME# disabled
    pci 0000:00:0d.2: reg 10: [mem 0xd1000000-0xd10000ff]
    pci 0000:00:0d.2: supports D1 D2
    pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot
    pci 0000:00:0d.2: PME# disabled
    pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    pci 0000:01:00.0: reg 14: [io  0xd800-0xd8ff]
    pci 0000:01:00.0: reg 18: [mem 0xd7800000-0xd780ffff]
    pci 0000:01:00.0: reg 30: [mem 0xdffe0000-0xdfffffff pref]
    pci 0000:01:00.0: supports D1 D2
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
    pci 0000:00:01.0:   bridge window [mem 0xd7800000-0xd7ffffff]
    pci 0000:00:01.0:   bridge window [mem 0xdff00000-0xfebfffff pref]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 0000000000002000 - 000000000000ffff 
    reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
    reserve RAM buffer: 000000009fffc000 - 000000009fffffff 
    NetLabel: Initializing
    NetLabel:  domain hash size = 128
    NetLabel:  protocols = UNLABELED CIPSOv4
    NetLabel:  unlabeled traffic allowed by default
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 17 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    system 00:00: [mem 0x00100000-0x9fffffff] could not be reserved
    system 00:00: [mem 0xfec00000-0xfecfffff] could not be reserved
    system 00:00: [mem 0xfee00000-0xfeefffff] could not be reserved
    system 00:02: [io  0xe400-0xe47f] has been reserved
    system 00:02: [io  0xe480-0xe4ff] has been reserved
    system 00:02: [io  0xe600-0xe61f] has been reserved
    system 00:02: [io  0x0480-0x048f] has been reserved
    system 00:02: [mem 0xffee0000-0xffefffff] has been reserved
    system 00:03: [mem 0xfffe0000-0xffffffff] could not be reserved
    system 00:04: [io  0x04d0-0x04d1] has been reserved
    system 00:0f: [io  0x03f0-0x03f1] has been reserved
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
    pci 0000:00:01.0:   bridge window [mem 0xd7800000-0xd7ffffff]
    pci 0000:00:01.0:   bridge window [mem 0xdff00000-0xfebfffff pref]
    pci 0000:00:01.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
    pci_bus 0000:01: resource 1 [mem 0xd7800000-0xd7ffffff]
    pci_bus 0000:01: resource 2 [mem 0xdff00000-0xfebfffff pref]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    pci 0000:01:00.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1632k freed
    Simple Boot Flag at 0x3a set to 0x1
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1282571015.299:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1697
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0c: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    udev: starting version 160
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Floppy drive(s): fd0 is 1.44M
    SCSI subsystem initialized
    FDC 0 is a post-1991 82077
    libata version 3.00 loaded.
    pata_sis 0000:00:02.5: version 0.5.2
    scsi0 : pata_sis
    scsi1 : pata_sis
    ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xb800 irq 14
    ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xb808 irq 15
    ata1.00: ATA-7: Hitachi HDT725032VLAT80, V54OA4EA, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 
    ata1.01: ATAPI: HL-DT-STDVD-ROM GDR8161B, 0101, max UDMA/33
    ata1.00: configured for UDMA/133
    ata1.01: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDT72503 V54O PQ: 0 ANSI: 5
    scsi 0:0:1:0: CD-ROM            HL-DT-ST DVD-ROM GDR8161B 0101 PQ: 0 ANSI: 5
    ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-H12N, UL01, max UDMA/66
    ata2.00: limited to UDMA/33 due to 40-wire cable
    ata2.00: configured for UDMA/33
    scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-H12N  UL01 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
     sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 20x/48x cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:1:0: Attached scsi CD-ROM sr0
    sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    sr 1:0:0:0: Attached scsi CD-ROM sr1
    EXT4-fs (sda2): INFO: recovery required on readonly filesystem
    EXT4-fs (sda2): write access will be enabled during recovery
    EXT4-fs (sda2): orphan cleanup on readonly fs
    EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 3276879
    EXT4-fs (sda2): 1 orphan inode deleted
    EXT4-fs (sda2): recovery complete
    EXT4-fs (sda2): mounted filesystem with ordered data mode
    rtc_cmos 00:06: RTC can wake from S4
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, 242 bytes nvram
    udev: starting version 160
    fuse init (API version 7.13)
    Linux agpgart interface v0.103
    fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    Disabling lock debugging due to kernel taint
    [fglrx] Maximum main memory to use for locked dma buffers: 2384 MBytes.
    [fglrx]   vendor: 1002 device: 9505 count: 1
    [fglrx] ioport: bar 1, base 0xd800, size: 0x100
    pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [fglrx] Kernel PAT support is enabled
    [fglrx] module loaded - fglrx 8.75.5 [Jun 29 2010] with 1 minors
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 0:0:1:0: Attached scsi generic sg1 type 5
    sr 1:0:0:0: Attached scsi generic sg2 type 5
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button [PWRF]
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ACPI: Invalid PBLK length [5]
    agpgart-sis 0000:00:00.0: SiS chipset [1039/0646]
    agpgart-sis 0000:00:00.0: AGP aperture is 64M @ 0xd8000000
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:0d.2: enabling device (0014 -> 0016)
    ehci_hcd 0000:00:0d.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    ehci_hcd 0000:00:0d.2: EHCI Host Controller
    ehci_hcd 0000:00:0d.2: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:0d.2: irq 19, io mem 0xd1000000
    ehci_hcd 0000:00:0d.2: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    psmouse serio1: ID: 10 00 64
    parport_pc 00:0a: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    8139too: 8139too Fast Ethernet driver 0.9.28
    8139too 0000:00:0c.0: enabling device (0004 -> 0007)
    8139too 0000:00:0c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    8139too 0000:00:0c.0: eth0: RealTek RTL8139 at 0xf81d0000, 00:19:5b:53:c7:bf, IRQ 16
    sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0xe600
    lp: driver loaded but no devices found
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    logips2pp: Detected unknown logitech mouse model 62
    lp0: using parport0 (interrupt-driven).
    gameport gameport0: NS558 PnP Gameport is pnp00:10/gameport0, io 0x200, speed 745kHz
    Linux video capture interface: v2.00
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:0d.0: enabling device (0014 -> 0015)
    uhci_hcd 0000:00:0d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    uhci_hcd 0000:00:0d.0: UHCI Host Controller
    uhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:0d.0: irq 17, io base 0x00009400
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:0d.1: enabling device (0014 -> 0015)
    uhci_hcd 0000:00:0d.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:0d.1: UHCI Host Controller
    uhci_hcd 0000:00:0d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:0d.1: irq 18, io base 0x00009000
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    ohci_hcd 0000:00:02.2: PCI INT D -> GSI 20 (level, low) -> IRQ 20
    ohci_hcd 0000:00:02.2: OHCI Host Controller
    ohci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:02.2: irq 20, io mem 0xd7000000
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 3 ports detected
    ohci_hcd 0000:00:02.3: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ohci_hcd 0000:00:02.3: OHCI Host Controller
    ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 5
    ohci_hcd 0000:00:02.3: irq 23, io mem 0xd6800000
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 3 ports detected
    cx2388x alsa driver version 0.0.7 loaded
    cx88_audio 0000:00:09.1: enabling device (0014 -> 0016)
    cx88_audio 0000:00:09.1: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    cx88[0]: subsystem: 1822:0019, board: digitalnow DNTV Live! DVB-T Pro [card=42,autodetected], frontend(s): 1
    cx88[0]: TV tuner type 63, Radio tuner type -1
    cx88/0: cx2388x v4l2 driver version 0.0.7 loaded
    cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.7 loaded
    ppdev: user-space parallel port driver
    input: ImExPS/2 Logitech Explorer Mouse as /devices/platform/i8042/serio1/input/input3
    tuner 1-0043: chip found @ 0x86 (cx88[0])
    tda9887 1-0043: creating new instance
    tda9887 1-0043: tda988[5/6/7] found
    tuner 1-0061: chip found @ 0xc2 (cx88[0])
    tuner-simple 1-0061: creating new instance
    tuner-simple 1-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
    input: cx88 IR (digitalnow DNTV Live!  as /devices/pci0000:00/0000:00:09.1/input/input4
    Creating IR device irrcv0
    IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    cx8800 0000:00:09.0: enabling device (0014 -> 0016)
    cx8800 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    cx88[0]/0: found at 0000:00:09.0, rev: 5, irq: 17, latency: 32, mmio: 0xd5000000
    IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88[0]/0: registered device video0 [v4l2]
    cx88[0]/0: registered device vbi0
    cx88[0]/0: registered device radio0
    cx88[0]/2: cx2388x 8802 Driver Manager
    cx88-mpeg driver manager 0000:00:09.2: enabling device (0014 -> 0016)
    cx88-mpeg driver manager 0000:00:09.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    cx88[0]/2: found at 0000:00:09.2, rev: 5, irq: 17, latency: 32, mmio: 0xd3000000
    IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    C-Media PCI 0000:00:0a.0: enabling device (0084 -> 0085)
    C-Media PCI 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    cx88/2: cx2388x dvb driver version 0.0.7 loaded
    cx88/2: registering cx8802 driver, type: dvb access: shared
    cx88[0]/2: subsystem: 1822:0019, board: digitalnow DNTV Live! DVB-T Pro [card=42]
    cx88[0]/2: cx2388x based DVB/ATSC card
    cx8802_alloc_frontends() allocating 1 frontend(s)
    tuner-simple 1-0061: attaching existing instance
    tuner-simple 1-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
    DVB: registering new adapter (cx88[0])
    DVB: registering adapter 0 frontend 0 (Zarlink MT352 DVB-T)...
    Adding 4345576k swap on /dev/sda3.  Priority:-1 extents:1 across:4345576k 
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    [fglrx] AGP detected, AgpState   = 0x1f000207 (hardware caps of chipset)
    [fglrx] [agp] enabling AGP with mode=0x1f000304
    agpgart-sis 0000:00:00.0: AGP 2.0 bridge
    agpgart-sis 0000:00:00.0: putting AGP V2 device into 4x mode
    fglrx_pci 0000:01:00.0: putting AGP V2 device into 4x mode
    [fglrx] AGP enabled,  AgpCommand = 0x1f000304 (selected caps)
    [fglrx] Setup AGP aperture
    [fglrx] Could not enable MSI; System prevented initialization
    [fglrx] Firegl kernel thread PID: 3587
    [fglrx] IRQ 16 Enabled
    [fglrx] Gart cacheable size:1097 M.
    [fglrx] Reserved FB block: Shared offset:0, size:1000000 
    [fglrx] Reserved FB block: Unshared offset:fd88000, size:278000 
    [fglrx] Reserved FB block: Unshared offset:1fffc000, size:4000 
    eth0: no IPv6 routers present
    e lsmod (tutto pure questo)
    Codice:
    Module                  Size  Used by
    ipv6                  236510  10 
    snd_seq_dummy           1071  0 
    snd_seq_oss            25016  0 
    snd_seq_midi_event      4488  1 snd_seq_oss
    mt352                   5005  1 
    snd_seq                41656  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    cx88_dvb               18932  0 
    cx88_vp3054_i2c         1472  1 cx88_dvb
    videobuf_dvb            3890  1 cx88_dvb
    dvb_core               75391  2 cx88_dvb,videobuf_dvb
    tuner_simple           12228  2 
    tuner_types             7861  1 tuner_simple
    snd_pcm_oss            33474  0 
    snd_mixer_oss          14328  1 snd_pcm_oss
    tda9887                 8101  1 
    tda8290                11574  0 
    tuner                  19070  2 
    ppdev                   4854  0 
    snd_cmipci             25985  3 
    cx8802                 11019  1 cx88_dvb
    cx8800                 23667  0 
    cx88_alsa               6943  1 
    snd_pcm                58460  4 snd_pcm_oss,snd_cmipci,cx88_alsa
    snd_opl3_lib            7194  1 snd_cmipci
    snd_page_alloc          5941  1 snd_pcm
    snd_timer              15601  4 snd_seq,snd_pcm,snd_opl3_lib
    cx88xx                 64596  4 cx88_dvb,cx8802,cx8800,cx88_alsa
    snd_hwdep               4756  1 snd_opl3_lib
    snd_mpu401_uart         4919  1 snd_cmipci
    v4l2_common            11704  3 tuner,cx8800,cx88xx
    snd_rawmidi            15247  1 snd_mpu401_uart
    ir_common              25922  1 cx88xx
    snd_seq_device          4353  5 snd_seq_dummy,snd_seq_oss,snd_seq,snd_opl3_lib,snd_rawmidi
    ohci_hcd               19441  0 
    i2c_algo_bit            4319  2 cx88_vp3054_i2c,cx88xx
    uhci_hcd               19248  0 
    videodev               34643  4 tuner,cx8800,cx88xx,v4l2_common
    v4l1_compat            13482  1 videodev
    tveeprom               10401  1 cx88xx
    snd                    42602  19 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_cmipci,cx88_alsa,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
    ir_core                 4973  2 cx88xx,ir_common
    i2c_sis96x              2829  0 
    shpchp                 25563  0 
    8139too                17760  0 
    lp                      6684  0 
    analog                  7843  0 
    ns558                   1967  0 
    parport_pc             27863  1 
    videobuf_dma_sg         8275  5 cx88_dvb,cx8802,cx8800,cx88_alsa,cx88xx
    btcx_risc               2783  4 cx8802,cx8800,cx88_alsa,cx88xx
    soundcore               5017  1 snd
    videobuf_core          11825  5 videobuf_dvb,cx8802,cx8800,cx88xx,videobuf_dma_sg
    ehci_hcd               31918  0 
    i2c_core               15144  14 mt352,cx88_dvb,cx88_vp3054_i2c,tuner_simple,tda9887,tda8290,tuner,cx8800,cx88xx,v4l2_common,i2c_algo_bit,videodev,tveeprom,i2c_sis96x
    sis_agp                 3465  1 
    thermal                 9746  0 
    processor              25232  0 
    usbcore               120469  4 ohci_hcd,uhci_hcd,ehci_hcd
    button                  3738  0 
    mii                     3190  1 8139too
    pci_hotplug            21691  1 shpchp
    parport                25403  3 ppdev,lp,parport_pc
    gameport                7165  4 snd_cmipci,analog,ns558
    sg                     20760  0 
    psmouse                50897  0 
    evdev                   6780  9 
    fglrx                2121589  31 
    agpgart                23120  2 sis_agp,fglrx
    serio_raw               3526  0 
    fuse                   51934  5 
    rtc_cmos                7578  0 
    rtc_core               11823  1 rtc_cmos
    rtc_lib                 1486  1 rtc_core
    ext4                  298675  1 
    mbcache                 4282  1 ext4
    jbd2                   63017  1 ext4
    crc16                   1045  1 ext4
    sr_mod                 13129  0 
    sd_mod                 25507  5 
    cdrom                  31337  1 sr_mod
    pata_sis                7408  4 
    pata_acpi               2300  0 
    libata                138839  2 pata_sis,pata_acpi
    floppy                 48128  0 
    scsi_mod               79372  4 sg,sr_mod,sd_mod,libata

    Rispondi citando Rispondi citando

+ Rispondi alla discussione
Pagina 1 di 2 12 UltimoUltimo

Segnalibri

Regole di scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •