[RISOLTO] problemi scheda wireless dopo aggiornamento kernel

Riconoscimento, installazione e configurazione delle periferiche.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

[RISOLTO] problemi scheda wireless dopo aggiornamento kernel

Messaggio da blusu »

salve, ho un problema con la mia scheda wireless (broadcom bcm4313): dopo aver aggiornato il kernel alla versione 3.6.0-030600-generic la connessione alle reti wireless non funziona più. Ho provato a installare i driver della scheda tramite Impostazioni di sistema-->driver aggiuntivi ma quando provo ad attivare i driver STA della broadcom compare "L'installazione di questo driver non è riuscita. Consultare i file di registro per maggiori informazioni: /var/log/jockey.log".

La versione precedente del kernel con cui la connessione wireless funzionava mi pare che fosse la 3.2.

oltre a sbattere la testa contro un muro cosa dovrei fare???

grazie in anticipo..
Ultima modifica di blusu il sabato 20 ottobre 2012, 10:34, modificato 1 volta in totale.
Avatar utente
Mdfalcubo
Moderatore Globale
Moderatore Globale
Messaggi: 20420
Iscrizione: venerdì 26 dicembre 2008, 11:17
Desktop: Solo XFCE
Distribuzione: Xubuntu 64 bit
Sesso: Maschile

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da Mdfalcubo »

Usare il kernel precedente. Sempre se non l'hai rimosso. Ma in tal caso basta reinstallarlo. Almeno questa é la soluzione piú veloce per risolvere.
"Il genere umano è stimolante, è la gente che non sopporto,, (Linus - Peanuts)
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

no dovrebbe essere sempre li...però volevo sapere se si poteva risolvere il problema con questo dato che installandolo dei programmi tipo jdownloader e matlab che prima mi si avviavano in un giorno e mezzo adesso partono subito..se no amen userò quello vecchio..
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

Ciao e benvenuto
posta gli output di

Codice: Seleziona tutto

cat /var/log/jockey.log
e

Codice: Seleziona tutto

lspci -nn | grep -i net
incollandoli all' interno dei tag 'Codice'

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

scusa la mia ignoranza ma come si fa...?
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

trovato...un minuto =)
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

Codice: Seleziona tutto

2012-10-08 14:36:51,221 DEBUG: fglrx.available: falling back to default
2012-10-08 14:36:51,301 DEBUG: ATI/AMD proprietary FGLRX graphics driver availability undetermined, adding to pool
2012-10-08 14:36:51,301 DEBUG: loading custom handler /usr/share/jockey/handlers/sl_modem.py
2012-10-08 14:36:51,340 DEBUG: Could not instantiate Handler subclass __builtin__.SlModem from name SlModem
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 972, in get_handlers
    desc = inst.name()
  File "/usr/lib/python2.7/dist-packages/jockey/handlers.py", line 108, in name
    self._package_defaults()
  File "/usr/lib/python2.7/dist-packages/jockey/handlers.py", line 93, in _package_defaults
    (distro_name, distro_desc) = OSLib.inst.package_description(self.package)
  File "/usr/lib/python2.7/dist-packages/jockey/oslib.py", line 215, in package_description
    raise ValueError('package %s does not exist' % package)
ValueError: package sl-modem-daemon does not exist
2012-10-08 14:36:51,341 DEBUG: loading custom handler /usr/share/jockey/handlers/dvb_usb_firmware.py
2012-10-08 14:36:51,393 DEBUG: Instantiated Handler subclass __builtin__.DvbUsbFirmwareHandler from name DvbUsbFirmwareHandler
2012-10-08 14:36:51,394 DEBUG: Firmware for DVB cards not available
2012-10-08 14:36:51,395 DEBUG: all custom handlers loaded
2012-10-08 14:36:51,395 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027C8sv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:52,498 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0019v0000p0000e0000-e0,1,4,14,k71,72,73,8B,94,98,AB,AC,B8,B9,BF,D4,E3,EE,F0,1AF,215,216,217,218,219,21A,ram4,lsfw')
2012-10-08 14:36:52,514 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:52,729 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,730 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:52,738 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:52,738 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0C01:')
2012-10-08 14:36:52,739 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0800:')
2012-10-08 14:36:52,739 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027C1sv00001043sd000083ADbc01sc06i01')
2012-10-08 14:36:52,753 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d00002448sv00001043sd000083ADbc06sc04i01')
2012-10-08 14:36:52,767 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:Fixed MDIO bus')
2012-10-08 14:36:52,769 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw')
2012-10-08 14:36:52,769 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:52,770 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,770 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:52,770 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:52,771 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'usb:v1D6Bp0001d0306dc09dsc00dp00ic09isc00ip00in00')
2012-10-08 14:36:52,821 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'usb:v1D6Bp0002d0306dc09dsc00dp00ic09isc00ip00in00')
2012-10-08 14:36:52,822 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw2,')
2012-10-08 14:36:52,822 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:52,823 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,823 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:microcode')
2012-10-08 14:36:52,825 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:LNXSYSTM:')
2012-10-08 14:36:52,825 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:eeepc-wmi')
2012-10-08 14:36:52,827 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0000:')
2012-10-08 14:36:52,827 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:iTCO_wdt')
2012-10-08 14:36:52,829 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'iTCO_wdt'}
2012-10-08 14:36:52,837 DEBUG: got handler kmod:iTCO_wdt([KernelModuleHandler, free, disabled] Intel TCO WatchDog Timer Driver)
2012-10-08 14:36:52,837 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:ABBC0F72-8EA1-11D1-00A0-C90629100000')
2012-10-08 14:36:52,838 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'eeepc_wmi'}
2012-10-08 14:36:52,845 DEBUG: got handler kmod:eeepc_wmi([KernelModuleHandler, free, enabled] Eee PC WMI Hotkey Driver)
2012-10-08 14:36:52,845 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027CCsv00001043sd000083ADbc0Csc03i20')
2012-10-08 14:36:52,860 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:EF4F3564-48C8-4894-85C8-B46C26B842C0')
2012-10-08 14:36:52,860 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00001969d00002062sv00001043sd00008468bc02sc00i00')
2012-10-08 14:36:52,872 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'atl1c'}
2012-10-08 14:36:52,880 DEBUG: got handler kmod:atl1c([KernelModuleHandler, free, enabled] Qualcom Atheros 100/1000M Ethernet Network Driver)
2012-10-08 14:36:52,881 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d0000A002sv00001043sd00008446bc03sc80i00')
2012-10-08 14:36:52,895 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027D8sv00001043sd0000841Cbc04sc03i00')
2012-10-08 14:36:52,908 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'}
2012-10-08 14:36:52,916 DEBUG: got handler kmod:snd_hda_intel([KernelModuleHandler, free, enabled] Intel HDA driver)
2012-10-08 14:36:52,917 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'}
2012-10-08 14:36:52,917 DEBUG: got handler kmod:snd_hda_intel([KernelModuleHandler, free, enabled] Intel HDA driver)
2012-10-08 14:36:52,917 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0303:PNP030B:')
2012-10-08 14:36:52,918 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027BCsv00001043sd000083ADbc06sc01i00')
2012-10-08 14:36:52,932 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'lpc_ich'}
2012-10-08 14:36:52,941 DEBUG: got handler kmod:lpc_ich([KernelModuleHandler, free, enabled] LPC interface for Intel ICH)
2012-10-08 14:36:52,941 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0B00:')
2012-10-08 14:36:52,942 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027CBsv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:52,956 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0C02:')
2012-10-08 14:36:52,956 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'serio:ty01pr00id00ex00')
2012-10-08 14:36:52,983 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw'}
2012-10-08 14:36:52,983 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,984 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'psmouse'}
2012-10-08 14:36:52,984 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'psmouse', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,984 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0200:')
2012-10-08 14:36:52,984 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw')
2012-10-08 14:36:52,985 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:52,985 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,986 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:52,986 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:52,986 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0019v0000p0001e0000-e0,1,k74,ramlsfw')
2012-10-08 14:36:52,987 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:52,987 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,988 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:52,988 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:52,988 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0003v13D3p5702e0322-e0,1,kD4,ramlsfw')
2012-10-08 14:36:52,989 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:52,989 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:52,990 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:52,990 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:52,990 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:466747A0-70EC-11DE-8A39-0800200C9A66')
2012-10-08 14:36:52,991 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027DAsv00001043sd000083ADbc0Csc05i00')
2012-10-08 14:36:53,004 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'i2c_i801'}
2012-10-08 14:36:53,013 DEBUG: got handler kmod:i2c_i801([KernelModuleHandler, free, disabled] I801 SMBus driver)
2012-10-08 14:36:53,013 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'dmi:bvnAmericanMegatrendsInc.:bvr0503:bd09/07/2010:svnASUSTeKComputerINC.:pn1215N:pvrx.x:rvnASUSTeKComputerINC.:rn1215N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:')
2012-10-08 14:36:53,057 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:3ADEBD0F-0C5F-46ED-AB2E-04962B4FDCBC')
2012-10-08 14:36:53,057 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v000014E4d00004727sv00001A3Bsd00002047bc02sc80i00')
2012-10-08 14:36:53,208 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'wl', 'package': 'bcmwl-kernel-source'}
2012-10-08 14:36:53,209 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:36:53,208 DEBUG: found match in handler pool kmod:wl([BroadcomWLHandler, nonfree, disabled] Broadcom STA wireless driver)
2012-10-08 14:36:53,216 WARNING: modinfo for module wl failed: ERROR: modinfo: could not find module wl

2012-10-08 14:36:53,217 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:36:53,217 DEBUG: got handler kmod:wl([BroadcomWLHandler, nonfree, disabled] Broadcom STA wireless driver)
2012-10-08 14:36:53,218 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'bcma'}
2012-10-08 14:36:53,225 DEBUG: got handler kmod:bcma([KernelModuleHandler, free, disabled] Broadcom's specific AMBA driver)
2012-10-08 14:36:53,226 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:E06BDE62-EE75-48F4-A583-B23E69ABF891')
2012-10-08 14:36:53,226 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0011v0002p0007e01B1-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,2F,35,36,39,mlsfw')
2012-10-08 14:36:53,227 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:53,227 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:53,228 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'joydev'}
2012-10-08 14:36:53,228 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'joydev', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:53,228 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'joydev'}
2012-10-08 14:36:53,229 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'joydev', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:53,229 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'joydev'}
2012-10-08 14:36:53,229 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'joydev', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:53,230 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:53,230 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:53,230 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'usb:v13D3p5702d0322dcEFdsc02dp01ic0Eisc02ip00in01')
2012-10-08 14:36:53,312 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'usb:v13D3p5702d0322dcEFdsc02dp01ic0Eisc01ip00in00')
2012-10-08 14:36:53,314 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'uvcvideo'}
2012-10-08 14:36:53,323 DEBUG: got handler kmod:uvcvideo([KernelModuleHandler, free, enabled] USB Video Class driver)
2012-10-08 14:36:53,324 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027C9sv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:53,338 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d000027CAsv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:53,354 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:SYN0A13:SYN0A00:SYN0002:PNP0F13:')
2012-10-08 14:36:53,355 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:05901221-D566-11D1-B2F0-00A0C9062910')
2012-10-08 14:36:53,355 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v00008086d0000A001sv00001043sd00008446bc03sc00i00')
2012-10-08 14:36:53,371 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'i915'}
2012-10-08 14:36:53,380 DEBUG: got handler kmod:i915([KernelModuleHandler, free, enabled] Intel Graphics)
2012-10-08 14:36:53,380 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0103:')
2012-10-08 14:36:53,380 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0C04:')
2012-10-08 14:36:53,381 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:pcspkr')
2012-10-08 14:36:53,383 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'pcspkr'}
2012-10-08 14:36:53,391 DEBUG: got handler kmod:pcspkr([KernelModuleHandler, free, disabled] PC Speaker beeper driver)
2012-10-08 14:36:53,391 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_pcsp'}
2012-10-08 14:36:53,392 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_pcsp', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:53,392 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'pci:v000010DEd00000A76sv00001043sd00008446bc03sc00i00')
2012-10-08 14:36:54,220 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidiafb'}
2012-10-08 14:36:54,228 DEBUG: got handler kmod:nvidiafb([KernelModuleHandler, free, disabled] Framebuffer driver for nVidia graphics chipset)
2012-10-08 14:36:54,229 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nouveau'}
2012-10-08 14:36:54,238 DEBUG: got handler kmod:nouveau([KernelModuleHandler, free, enabled] nVidia Riva/TNT/GeForce)
2012-10-08 14:36:54,238 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_current', 'package': 'nvidia-current'}
2012-10-08 14:36:54,262 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/i386-linux-gnu/mesa/ld.so.conf other target alt None other current alt None
2012-10-08 14:36:54,263 DEBUG: nvidia_current is not the alternative in use
2012-10-08 14:36:54,238 DEBUG: found match in handler pool xorg:nvidia_current([NvidiaDriverCurrent, nonfree, disabled] NVIDIA accelerated graphics driver)
2012-10-08 14:36:54,270 WARNING: modinfo for module nvidia_current failed: ERROR: modinfo: could not find module nvidia_current

2012-10-08 14:36:54,282 DEBUG: Disabling Nvidia driver on intel/hybrid system
2012-10-08 14:36:54,306 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/i386-linux-gnu/mesa/ld.so.conf other target alt None other current alt None
2012-10-08 14:36:54,307 DEBUG: nvidia_current is not the alternative in use
2012-10-08 14:36:54,283 DEBUG: ignoring unavailable handler xorg:nvidia_current([NvidiaDriverCurrent, nonfree, disabled] NVIDIA accelerated graphics driver)
2012-10-08 14:36:54,307 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:921A2F40-0DC4-402D-AC18-B48444EF9ED2')
2012-10-08 14:36:54,308 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0')
2012-10-08 14:36:54,309 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mxm_wmi'}
2012-10-08 14:36:54,319 DEBUG: got handler kmod:mxm_wmi([KernelModuleHandler, free, enabled] MXM WMI Driver)
2012-10-08 14:36:54,319 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:eisa')
2012-10-08 14:36:54,323 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'platform:coretemp')
2012-10-08 14:36:54,326 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'x86cpu:vendor:0000:family:0006:model:001C:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,0034,003D,0066,0068,006B,006C,006D,0072,007C,0080,0082,0083,0084,0088,0089,008D,008E,008F,0096,00C0,00E7')
2012-10-08 14:36:54,354 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'microcode'}
2012-10-08 14:36:54,354 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'microcode', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:54,355 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'coretemp'}
2012-10-08 14:36:54,364 DEBUG: got handler kmod:coretemp([KernelModuleHandler, free, enabled] Intel Core temperature monitor)
2012-10-08 14:36:54,364 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:97845ED0-4E6D-11DE-8A39-0800200C9A66')
2012-10-08 14:36:54,365 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw')
2012-10-08 14:36:54,365 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:54,366 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:54,366 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'}
2012-10-08 14:36:54,366 DEBUG: got handler kmod:mac_hid([KernelModuleHandler, free, enabled] mac_hid)
2012-10-08 14:36:54,367 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:C12AD361-9FA9-4C74-901F-95CB0945CF3E')
2012-10-08 14:36:54,367 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'acpi:PNP0100:')
2012-10-08 14:36:54,367 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw4,')
2012-10-08 14:36:54,368 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:54,368 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:54,368 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'input:b0019v0000p0005e0000-e0,5,kramlsfw0,')
2012-10-08 14:36:54,369 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-10-08 14:36:54,369 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-10-08 14:36:54,370 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x96b590c> about HardwareID('modalias', 'wmi:42848006-8886-490E-8C72-2BDCA93A8A09')
2012-10-08 14:36:54,370 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027C8sv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:54,370 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0019v0000p0000e0000-e0,1,4,14,k71,72,73,8B,94,98,AB,AC,B8,B9,BF,D4,E3,EE,F0,1AF,215,216,217,218,219,21A,ram4,lsfw')
2012-10-08 14:36:54,371 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0C01:')
2012-10-08 14:36:54,371 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0800:')
2012-10-08 14:36:54,371 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027C1sv00001043sd000083ADbc01sc06i01')
2012-10-08 14:36:54,372 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d00002448sv00001043sd000083ADbc06sc04i01')
2012-10-08 14:36:54,372 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:Fixed MDIO bus')
2012-10-08 14:36:54,372 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw')
2012-10-08 14:36:54,372 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'usb:v1D6Bp0001d0306dc09dsc00dp00ic09isc00ip00in00')
2012-10-08 14:36:54,373 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'usb:v1D6Bp0002d0306dc09dsc00dp00ic09isc00ip00in00')
2012-10-08 14:36:54,373 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw2,')
2012-10-08 14:36:54,373 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:microcode')
2012-10-08 14:36:54,374 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:LNXSYSTM:')
2012-10-08 14:36:54,374 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:eeepc-wmi')
2012-10-08 14:36:54,374 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0000:')
2012-10-08 14:36:54,374 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:iTCO_wdt')
2012-10-08 14:36:54,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:ABBC0F72-8EA1-11D1-00A0-C90629100000')
2012-10-08 14:36:54,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027CCsv00001043sd000083ADbc0Csc03i20')
2012-10-08 14:36:54,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:EF4F3564-48C8-4894-85C8-B46C26B842C0')
2012-10-08 14:36:54,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00001969d00002062sv00001043sd00008468bc02sc00i00')
2012-10-08 14:36:54,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d0000A002sv00001043sd00008446bc03sc80i00')
2012-10-08 14:36:54,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027D8sv00001043sd0000841Cbc04sc03i00')
2012-10-08 14:36:54,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0303:PNP030B:')
2012-10-08 14:36:54,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027BCsv00001043sd000083ADbc06sc01i00')
2012-10-08 14:36:54,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0B00:')
2012-10-08 14:36:54,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027CBsv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:54,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0C02:')
2012-10-08 14:36:54,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'serio:ty01pr00id00ex00')
2012-10-08 14:36:54,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0200:')
2012-10-08 14:36:54,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw')
2012-10-08 14:36:54,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0019v0000p0001e0000-e0,1,k74,ramlsfw')
2012-10-08 14:36:54,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0003v13D3p5702e0322-e0,1,kD4,ramlsfw')
2012-10-08 14:36:54,379 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:466747A0-70EC-11DE-8A39-0800200C9A66')
2012-10-08 14:36:54,379 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027DAsv00001043sd000083ADbc0Csc05i00')
2012-10-08 14:36:54,379 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'dmi:bvnAmericanMegatrendsInc.:bvr0503:bd09/07/2010:svnASUSTeKComputerINC.:pn1215N:pvrx.x:rvnASUSTeKComputerINC.:rn1215N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:')
2012-10-08 14:36:54,379 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:3ADEBD0F-0C5F-46ED-AB2E-04962B4FDCBC')
2012-10-08 14:36:54,380 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v000014E4d00004727sv00001A3Bsd00002047bc02sc80i00')
2012-10-08 14:36:54,380 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:E06BDE62-EE75-48F4-A583-B23E69ABF891')
2012-10-08 14:36:54,380 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0011v0002p0007e01B1-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,2F,35,36,39,mlsfw')
2012-10-08 14:36:54,380 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'usb:v13D3p5702d0322dcEFdsc02dp01ic0Eisc02ip00in01')
2012-10-08 14:36:54,381 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'usb:v13D3p5702d0322dcEFdsc02dp01ic0Eisc01ip00in00')
2012-10-08 14:36:54,381 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027C9sv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:54,381 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d000027CAsv00001043sd000083ADbc0Csc03i00')
2012-10-08 14:36:54,382 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:SYN0A13:SYN0A00:SYN0002:PNP0F13:')
2012-10-08 14:36:54,382 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:05901221-D566-11D1-B2F0-00A0C9062910')
2012-10-08 14:36:54,382 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v00008086d0000A001sv00001043sd00008446bc03sc00i00')
2012-10-08 14:36:54,382 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0103:')
2012-10-08 14:36:54,383 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0C04:')
2012-10-08 14:36:54,383 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:pcspkr')
2012-10-08 14:36:54,383 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'pci:v000010DEd00000A76sv00001043sd00008446bc03sc00i00')
2012-10-08 14:36:54,383 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:921A2F40-0DC4-402D-AC18-B48444EF9ED2')
2012-10-08 14:36:54,384 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0')
2012-10-08 14:36:54,384 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:eisa')
2012-10-08 14:36:54,384 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'platform:coretemp')
2012-10-08 14:36:54,384 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'x86cpu:vendor:0000:family:0006:model:001C:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,0034,003D,0066,0068,006B,006C,006D,0072,007C,0080,0082,0083,0084,0088,0089,008D,008E,008F,0096,00C0,00E7')
2012-10-08 14:36:54,385 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:97845ED0-4E6D-11DE-8A39-0800200C9A66')
2012-10-08 14:36:54,385 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw')
2012-10-08 14:36:54,385 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:C12AD361-9FA9-4C74-901F-95CB0945CF3E')
2012-10-08 14:36:54,385 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'acpi:PNP0100:')
2012-10-08 14:36:54,386 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw4,')
2012-10-08 14:36:54,386 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'input:b0019v0000p0005e0000-e0,5,kramlsfw0,')
2012-10-08 14:36:54,386 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x96b5c4c> about HardwareID('modalias', 'wmi:42848006-8886-490E-8C72-2BDCA93A8A09')
2012-10-08 14:36:55,067 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:36:55,587 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:37:08,033 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:37:13,136 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:37:18,256 WARNING: modinfo for module wl failed: ERROR: modinfo: could not find module wl

2012-10-08 14:37:18,257 WARNING: /sys/module/wl/drivers does not exist, cannot rebind wl driver
2012-10-08 14:37:18,306 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:49:50,288 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:49:50,370 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:49:50,858 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-10-08 14:49:51,086 DEBUG: Shutting down
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

Codice: Seleziona tutto

lspci -nn | grep -i net

[code]01:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

dovrebbe bastarti

Codice: Seleziona tutto

sudo apt-get install bcmwl-kernel-source 
abilita gli STA e riavvia

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

nada...

Codice: Seleziona tutto

Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
bcmwl-kernel-source è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
poi provo ad abilitare i driver ma mi fa sempre come prima..
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

Codice: Seleziona tutto


    sudo apt-get purge bcmwl-kernel-source

    sudo apt-get install bcmwl-kernel-source

    sudo modprobe -r b43 ssb wl

    sudo modprobe wl

Codice: Seleziona tutto

echo ‘options acer_wmi wireless=1′ | sudo tee /etc/modprobe.d/acer_wmi.conf 
poi riavvia

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

quando eseguo il primo comando alla fine mi da:

Codice: Seleziona tutto

cryptsetup: WARNING: failed to detect canonical device of /dev/sda1
cryptsetup: WARNING: could not determine root device from /etc/fstab
cryptsetup: WARNING: failed to detect canonical device of /dev/sdb2
vado avanti?
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

cmq si pianta quando eseguo
sudo modprobe -r b43 ssb wl

dice "FATAL: Module wl not found."
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

hai un LVM criptato?

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

da cosa lo capisco?
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

guarda nel gestore dischi

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

credo di no....c'è il gestore nell'immagine..
Allegati
38.png
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

se cerchi di attivare gli STA hai ancora lo stesso errore?

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
blusu
Prode Principiante
Messaggi: 24
Iscrizione: lunedì 8 ottobre 2012, 14:12
Desktop: unity
Distribuzione: ubuntu 12.04.1 i686

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da blusu »

si..
Avatar utente
isuaami
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2876
Iscrizione: domenica 1 maggio 2011, 0:01
Località: Terra

Re: Scheda wireless non riconosciuta dopo aggiornamento kern

Messaggio da isuaami »

Codice: Seleziona tutto

sudo apt-get install broadcom-sta-source broadcom-sta-common
cosa ti risponde?

Cresciuto con una nonna che i soldi te li metteva in mano con quel fare a metà tra una spia della Stasi e lo spacciatore di fumo al parco.
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Robyx456 e 9 ospiti