Originariamente inviato da
UnixMan
indubbiamente sarebbe una svolta... ma temo che non sarà facile capirci qualcosa che vada al di la delle soluzioni empiriche.
se l'interfaccia JLSounds esporta anche un qualche controllo "HID" (Human Interface Device) è possibile.
se parli della JLSounds, in quanto hai postato non la vedo neanche io.
Quella integrata invece c'è:
codice:
[ 18.689772] snd_hda_codec_realtek hdaudioC1D0: ALC662 rev1: SKU not ready 0x411111f0
[ 18.690769] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC662 rev1: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[ 18.690772] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 18.690775] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 18.690777] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 18.690779] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 18.690782] snd_hda_codec_realtek hdaudioC1D0: Mic=0x18
...
[ 18.601099] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
queste dovrebbero essere le schede Ethernet:
codice:
[ 14.910078] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[ 14.950963] sky2: driver version 1.30
questo il WiFi:
codice:
[ 17.535016] bcma: bus0: Found chip with id 43225, rev 0x01 and package 0x0A
[ 17.535055] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
[ 17.535085] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
[ 17.535138] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
[ 17.554372] bcma: bus0: Bus registered
...
[ 18.610919] b43: probe of bcma0:1 failed with error -524
[ 18.610970] Broadcom 43xx driver loaded [ Features: PLS ]
[ 18.718748] brcmsmac bcma0:1: mfg 4bf core 812 rev 23 class 0 irq 17
[ 18.732918] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 18.738955] brcmsmac bcma0:1 wlp2s0b1: renamed from wlan0
IIRC, il BT potrebbe essere integrato nella stessa B43.
Hint: il primo "campo" dopo l'id (dopo [...]) spesso è il nome del modulo del Kernel che sta emettendo il msg. Per sapere di che si tratta, dai il comando "modinfo nome_modulo".
