Zdravím,
snažím se tento problém vyřešit už týden. Na internetu je mnoho a mnoho návodů, který řeší dost podobné problémy, ale žádný mi nepomohl vyřešit ten můj. Proto se obracím sem i když vím, že to je stále dokola.
Mám ubuntu 12.04 a nefunguje mi integrovaná grafická karta (v nastavení systému/podrobnosti tam je neznámý ovladač) a ani integrovaná wifi. Vím, že by mi pomohlo, přesedlat na něco jiného než ubuntu, ale už jsem to nastavil a nechce se mi nastavovat nový systém.
zde jsou výpisy lspci a lsmod
marek@marek-1000H:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode] (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)
marek@marek-1000H:~$ lsmod
Module Size Used by
ses 17217 0
enclosure 14779 1 ses
nls_iso8859_1 12617 0
nls_cp437 12751 0
vfat 17308 0
fat 55605 1 vfat
ip6table_filter 12711 0
ip6_tables 18432 1 ip6table_filter
iptable_filter 12706 0
ip_tables 18106 1 iptable_filter
x_tables 22011 4 ip6table_filter,ip6_tables,iptable_filter,ip_tables
rfcomm 38139 0
bnep 17830 2
bluetooth 158479 10 rfcomm,bnep
parport_pc 32114 0
ppdev 12849 0
snd_hda_codec_realtek 174313 1
snd_hda_intel 32765 5
snd_hda_codec 109562 2 snd_hda_codec_realtek,snd_hda_intel
joydev 17393 0
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80916 3 snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
i915 419361 3
psmouse 86520 0
snd_seq_midi_event 14475 1 snd_seq_midi
uvcvideo 67203 0
serio_raw 13027 0
snd_seq 51592 2 snd_seq_midi,snd_seq_midi_event
videodev 86588 1 uvcvideo
usbhid 41937 0
hid 77428 1 usbhid
drm_kms_helper 45466 1 i915
eeepc_laptop 19464 0
snd_timer 28931 2 snd_pcm,snd_seq
drm 197641 4 i915,drm_kms_helper
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
sparse_keymap 13658 1 eeepc_laptop
i2c_algo_bit 13199 1 i915
snd 62218 18 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac_hid 13077 0
soundcore 14635 1 snd
video 19068 1 i915
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
usb_storage 39646 1
atl1e 32872 0
EDIT://Tadeáš Pařík: Výpisy dávejte, prosím, do code, díky!