Risposte al Forum Create
-
AutoreArticoli
-
kermitilrospoMembro
fatto.
BOOT_IMAGE=/boot/vmlinuz-3.10mamba root=UUID=61276e43-bde8-45c2-94e0-c6accd825fcd ro quiet splash
ora ti rimando il report
nel frattempo posto anche questi dato che sembra che sia cambiato qualcosa……………
sudo modprobe fglrx; dmesg | tail -n 50
modprobe: ERROR: could not insert ‘fglrx’: No such device
[ 11.399859] usb 5-1: r8712u: Boot from EFUSE: Autoload OK
[ 11.414347] thermal LNXTHERM:00: registered as thermal_zone0
[ 11.414356] ACPI: Thermal Zone [THRM] (40 C)
[ 11.465376] ppdev: user-space parallel port driver
[ 11.480069] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[ 11.495664] psmouse serio1: hgpk: ID: 10 00 64
[ 11.523621] lp0: using parport0 (interrupt-driven).
[ 11.856975] usb 5-1: r8712u: CustomerID = 0x0000
[ 11.856986] usb 5-1: r8712u: MAC Address from efuse = 5c:d9:98:a7:2a:b5
[ 11.856992] usb 5-1: r8712u: Loading firmware from “rtlwifi/rtl8712u.bin”
[ 11.934581] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[ 11.934589] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[ 11.934815] snd_via82xx 0000:00:11.5: setting latency timer to 64
[ 12.340345] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 13.315798] NET: Registered protocol family 10
[ 13.384922] NET: Registered protocol family 4
[ 13.413439] NET: Registered protocol family 5
[ 15.599473] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 18.276873] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k FS
[ 22.366241] wmi: Mapper loaded
[ 43.809170] fuse init (API version 7.22)
[ 43.900104] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 44.019384] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 44.231116] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 47.117747] r8169 0000:00:09.0 eth0: link down
[ 47.117766] r8169 0000:00:09.0 eth0: link down
[ 47.117830] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 47.339601] Bluetooth: Core ver 2.16
[ 47.339678] NET: Registered protocol family 31
[ 47.339683] Bluetooth: HCI device and connection manager initialized
[ 47.339706] Bluetooth: HCI socket layer initialized
[ 47.339713] Bluetooth: L2CAP socket layer initialized
[ 47.339726] Bluetooth: SCO socket layer initialized
[ 47.387082] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 47.387091] Bluetooth: BNEP filters: protocol multicast
[ 47.387118] Bluetooth: BNEP socket layer initialized
[ 47.837440] r8712u 5-1:1.0 wlan0: 1 RCR=0x153f00e
[ 47.838393] r8712u 5-1:1.0 wlan0: 2 RCR=0x553f00e
[ 47.946385] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 47.967340] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 69.474967] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 69.747248] r8712u 5-1:1.0 wlan0: r8712_got_addbareq_event_callback: mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 73.584474] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
[ 146.328002] r8712u 5-1:1.0 wlan0: r8712_got_addbareq_event_callback: mac = 34:08:04:32:c8:b8, seq = 9360, tid = 0
[ 369.609399] r8712u 5-1:1.0 wlan0: r8712_got_addbareq_event_callback: mac = 34:08:04:32:c8:b8, seq = 15920, tid = 0
[ 938.131125] fglrx: module license ‘Proprietary. (C) 2002 – ATI Technologies, Starnberg, GERMANY’ taints kernel.
[ 938.131135] Disabling lock debugging due to kernel taint
[ 938.197670] <6>[fglrx] Maximum main memory to use for locked dma buffers: 1411 MBytes.
[ 938.198627] <3>[fglrx:firegl_init_device_list] *ERROR* No supported display adapters were found
[ 938.198634] <3>[fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
sudo dkms status
ati-driver, 13.12, 3.10mamba, i586: installed (WARNING! Diff between built and installed module!)
ati-driver, 13.12, 3.4mamba, i586: installed (original_module exists)
ndiswrapper, 1.58, 3.10mamba, i586: installed
kermitilrospoMembroBOOT_IMAGE=/boot/vmlinuz-3.10mamba root=UUID=61276e43-bde8-45c2-94e0-c6accd825fcd ro quiet nomodeset
questo è il file in questione:
GRUB_DISTRIBUTOR=”openmamba”
GRUB_CMDLINE_LINUX=”quiet nomodeset”
#GRUB_DISABLE_LINUX_UUID=true
GRUB_DISABLE_LINUX_RECOVERY=true
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
#GRUB_TIMEOUT=5
#GRUB_TERMINAL=
#GRUB_SERIAL_COMMAND=
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_DISABLE_RECOVERY=true
devo modificarlo ?
kermitilrospoMembrono, ho selezionato personalmente la prima opzione…… per sicurezza riavvio e riposto il risultato.
kermitilrospoMembroBOOT_IMAGE=/boot/vmlinuz-3.10mamba root=UUID=61276e43-bde8-45c2-94e0-c6accd825fcd ro quiet nomodeset
kermitilrospoMembrointanto una cosa (positiva): prima quando andava in crash (quasi sempre usando firefox) mi usciva in una schermata nera con i messaggi di boot e a nulla serviva ritentare di entrare da terminale nel desktop….. e dovevo riavviare il pc; ora dopo l’aggiornamento del kernel va ancora in crash ma almeno termina solamente la sessione e mi riporta alla schermata di login (grafica) dalla quale posso rientrare senza perdere tempo.
ora sono entrato nella modalità coi driver open e di seguito i risultati dei vari comandi già postati in altra discussione:
sudo dkms status
ati-driver, 13.12, 3.4mamba, i586: installed (original_module exists)
ndiswrapper, 1.58: added
sudo modprobe fglrx; dmesg | tail -n 50
modprobe: FATAL: Module fglrx not found.
[ 8.782062] snd_via82xx 0000:00:11.5: setting latency timer to 64
[ 8.835223] lp0: using parport0 (interrupt-driven).
[ 9.041944] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[ 9.057607] psmouse serio1: hgpk: ID: 10 00 64
[ 9.900881] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 38.752050] ata4: lost interrupt (Status 0x50)
[ 38.752080] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 38.753123] sr 3:0:0:0: CDB:
[ 38.753127] cdb[0]=0x4a: 4a 01 00 00 10 00 00 00 08 00
[ 38.753147] ata4.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
[ 38.753147] res 40/00:03:00:00:02/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 38.755250] ata4.00: status: { DRDY }
[ 38.755813] ata4: soft resetting link
[ 38.906206] ata4.01: NODEV after polling detection
[ 39.197238] ata4.00: configured for UDMA/33 (device error ignored)
[ 39.199086] ata4: EH complete
[ 39.458004] NET: Registered protocol family 10
[ 39.532534] NET: Registered protocol family 4
[ 39.552193] NET: Registered protocol family 5
[ 40.563178] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 46.628296] [drm] VGACON disable radeon kernel modesetting.
[ 46.628309] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 48.774397] mtrr: no MTRR for d8000000,8000000 found
[ 50.419332] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k FS
[ 52.781224] wmi: Mapper loaded
[ 68.399628] [drm] VGACON disable radeon kernel modesetting.
[ 68.399641] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 73.510719] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 73.587084] fuse init (API version 7.22)
[ 73.670080] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 73.915129] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 76.650075] Bluetooth: Core ver 2.16
[ 76.650144] NET: Registered protocol family 31
[ 76.650149] Bluetooth: HCI device and connection manager initialized
[ 76.650172] Bluetooth: HCI socket layer initialized
[ 76.650178] Bluetooth: L2CAP socket layer initialized
[ 76.650193] Bluetooth: SCO socket layer initialized
[ 76.703692] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 76.703701] Bluetooth: BNEP filters: protocol multicast
[ 76.703724] Bluetooth: BNEP socket layer initialized
[ 76.825751] r8169 0000:00:09.0 eth0: link down
[ 76.826372] r8169 0000:00:09.0 eth0: link down
[ 76.826438] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 77.546531] r8712u 5-1:1.0 wlan0: 1 RCR=0x153f00e
[ 77.547661] r8712u 5-1:1.0 wlan0: 2 RCR=0x553f00e
[ 77.654344] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 77.675237] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 99.458611] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 100.327106] r8712u 5-1:1.0 wlan0: r8712_got_addbareq_event_callback: mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 103.166813] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
find /lib/modules/|grep fglrx
/lib/modules/3.4mamba/kernel/drivers/video/fglrx.ko
ls -l /lib/modules/3.4mamba/kernel/drivers/video/fglrx.ko
-rw-r–r– 1 root root 7823652 4 gen 21.16 /lib/modules/3.4mamba/kernel/drivers/video/fglrx.ko
PS: durante il boot riesco a leggere questo messaggio per i primi secondi di caricamento (magari può servire…):
(drm:radeon_init)*ERROR* NO UMS support in radeon module!
kermitilrospoMembro-rw-r–r– 1 root root 7823652 4 gen 21.16 /lib/modules/3.4mamba/kernel/drivers/video/fglrx.ko
ora riavvio e cambio discussione 🙂
kermitilrospoMembrofind /lib/modules/|grep fglrx
/lib/modules/3.4mamba/kernel/drivers/video/fglrx.ko
kermitilrospoMembrochiedo scusa…….
modprobe: FATAL: Module fglrx not found.
[ 8.310814] psmouse serio1: hgpk: ID: 10 00 64
[ 8.479365] lp0: using parport0 (interrupt-driven).
[ 8.486945] ppdev: user-space parallel port driver
[ 8.689357] usb 5-1: r8712u: CustomerID = 0x0000
[ 8.689368] usb 5-1: r8712u: MAC Address from efuse = 5c:d9:98:a7:2a:b5
[ 8.689374] usb 5-1: r8712u: Loading firmware from “rtlwifi/rtl8712u.bin”
[ 8.793787] thermal LNXTHERM:00: registered as thermal_zone0
[ 8.793796] ACPI: Thermal Zone [THRM] (40 C)
[ 8.808351] tsc: Marking TSC unstable due to TSC halts in idle
[ 8.809233] ACPI: acpi_idle registered with cpuidle
[ 8.811053] Switching to clocksource acpi_pm
[ 8.929388] ACPI: Fan [FAN] (on)
[ 9.158639] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 9.499180] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[ 9.499189] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[ 9.499405] snd_via82xx 0000:00:11.5: setting latency timer to 64
[ 10.559831] NET: Registered protocol family 10
[ 10.626147] NET: Registered protocol family 4
[ 10.645670] NET: Registered protocol family 5
[ 11.706687] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 17.863520] [drm] VGACON disable radeon kernel modesetting.
[ 17.863532] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 20.026138] mtrr: no MTRR for d8000000,8000000 found
[ 21.670970] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k FS
[ 24.107816] wmi: Mapper loaded
[ 39.660981] [drm] VGACON disable radeon kernel modesetting.
[ 39.660995] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 44.748433] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 44.886250] fuse init (API version 7.22)
[ 44.900065] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 45.147130] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 48.188367] Bluetooth: Core ver 2.16
[ 48.190086] NET: Registered protocol family 31
[ 48.190097] Bluetooth: HCI device and connection manager initialized
[ 48.190123] Bluetooth: HCI socket layer initialized
[ 48.190130] Bluetooth: L2CAP socket layer initialized
[ 48.190177] Bluetooth: SCO socket layer initialized
[ 48.218065] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 48.218075] Bluetooth: BNEP filters: protocol multicast
[ 48.218103] Bluetooth: BNEP socket layer initialized
[ 48.278162] r8169 0000:00:09.0 eth0: link down
[ 48.278178] r8169 0000:00:09.0 eth0: link down
[ 48.278236] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 48.993577] r8712u 5-1:1.0 wlan0: 1 RCR=0x153f00e
[ 48.994618] r8712u 5-1:1.0 wlan0: 2 RCR=0x553f00e
[ 49.101315] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 49.123194] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 70.548445] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 71.218286] r8712u 5-1:1.0 wlan0: r8712_got_addbareq_event_callback: mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 75.159521] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
kermitilrospoMembroaggiornamenti fatti:
sudo dkms status:
ati-driver, 13.12, 3.4mamba, i586: installed (original_module exists)
ndiswrapper, 1.58: added
+++++
sudo modprobe flgrx; dmesg | tail -n 50:
modprobe: FATAL: Module flgrx not found.
[ 8.931465] usb 5-1: Product: 11n Adapter
[ 8.931470] usb 5-1: Manufacturer: Manufacturer Realtek
[ 8.931474] usb 5-1: SerialNumber: 00e04c000001
[ 8.932166] r8712u: Staging version
[ 8.932224] r8712u: register rtl8712_netdev_ops to netdev_ops
[ 8.932233] usb 5-1: r8712u: USB_SPEED_HIGH with 4 endpoints
[ 8.932937] usb 5-1: r8712u: Boot from EFUSE: Autoload OK
[ 8.938231] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[ 8.953527] psmouse serio1: hgpk: ID: 10 00 64
[ 9.313529] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[ 9.313556] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[ 9.313774] snd_via82xx 0000:00:11.5: setting latency timer to 64
[ 9.355058] usb 5-1: r8712u: CustomerID = 0x0000
[ 9.355069] usb 5-1: r8712u: MAC Address from efuse = 5c:d9:98:a7:2a:b5
[ 9.355075] usb 5-1: r8712u: Loading firmware from “rtlwifi/rtl8712u.bin”
[ 9.801100] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 10.505553] NET: Registered protocol family 10
[ 10.597280] NET: Registered protocol family 4
[ 10.625781] NET: Registered protocol family 5
[ 12.394582] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 18.526588] [drm] VGACON disable radeon kernel modesetting.
[ 18.526601] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 20.680836] mtrr: no MTRR for d8000000,8000000 found
[ 22.325697] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k FS
[ 24.829138] wmi: Mapper loaded
[ 40.272150] [drm] VGACON disable radeon kernel modesetting.
[ 40.272164] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 45.333069] fuse init (API version 7.22)
[ 45.425098] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 45.553078] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 45.777745] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 48.500727] r8169 0000:00:09.0 eth1: link down
[ 48.500742] r8169 0000:00:09.0 eth1: link down
[ 48.500805] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 48.774113] Bluetooth: Core ver 2.16
[ 48.774187] NET: Registered protocol family 31
[ 48.774192] Bluetooth: HCI device and connection manager initialized
[ 48.774216] Bluetooth: HCI socket layer initialized
[ 48.774223] Bluetooth: L2CAP socket layer initialized
[ 48.774236] Bluetooth: SCO socket layer initialized
[ 48.804990] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 48.804999] Bluetooth: BNEP filters: protocol multicast
[ 48.808113] Bluetooth: BNEP socket layer initialized
[ 49.208447] r8712u 5-1:1.0 wlan0: 1 RCR=0x153f00e
[ 49.209390] r8712u 5-1:1.0 wlan0: 2 RCR=0x553f00e
[ 49.316455] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 49.340791] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 70.501172] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 71.270657] r8712u 5-1:1.0 wlan0: r8712_got_addbareq_event_callback: mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 75.264943] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
per il momento non vedo video e suoni da youtube
kermitilrospoMembroSI
attenzione: xorg-drv-video-fglrx-3:12.10-2mamba@i586 è già installato
kermitilrospoMembroquesto:
Error! Could not locate dkms.conf file.
File: /usr/src/ati-driver-13.12/dkms.conf does not exist.
kermitilrospoMembromodprobe: ERROR: could not insert ‘fglrx’: No such device
[ 13.002309] lp0: using parport0 (interrupt-driven).
[ 13.005074] r8712u: Boot from EFUSE: Autoload OK
[ 13.059888] ppdev: user-space parallel port driver
[ 13.114389] microcode: AMD CPU family 0x6 not supported
[ 13.202113] psmouse serio1: hgpk: ID: 10 00 64
[ 13.490762] r8712u: CustomerID = 0x0000
[ 13.490772] r8712u: MAC Address from efuse = 5c:d9:98:a7:2a:b5
[ 13.490777] r8712u: Loading firmware from “rtlwifi/rtl8712u.bin”
[ 13.492184] usbcore: registered new interface driver r8712u
[ 13.725771] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[ 13.725781] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[ 13.725989] snd_via82xx 0000:00:11.5: setting latency timer to 64
[ 14.055149] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 14.425763] NET: Registered protocol family 10
[ 14.468914] NET: Registered protocol family 4
[ 14.477605] NET: Registered protocol family 5
[ 15.691101] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 18.415873] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k
[ 22.125711] wmi: Mapper loaded
[ 41.646067] fuse init (API version 7.18)
[ 41.780264] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 41.880061] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 42.094587] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 46.035908] r8169 0000:00:09.0: eth0: link down
[ 46.039119] r8169 0000:00:09.0: eth0: link down
[ 46.039647] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 46.318084] Bluetooth: Core ver 2.16
[ 46.318158] NET: Registered protocol family 31
[ 46.318163] Bluetooth: HCI device and connection manager initialized
[ 46.318169] Bluetooth: HCI socket layer initialized
[ 46.318173] Bluetooth: L2CAP socket layer initialized
[ 46.318184] Bluetooth: SCO socket layer initialized
[ 46.351992] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 46.355005] Bluetooth: BNEP filters: protocol multicast
[ 46.744543] r8712u: 1 RCR=0x153f00e
[ 46.745547] r8712u: 2 RCR=0x553f00e
[ 46.852662] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 46.877727] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 68.416544] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 69.032501] r8712u: [r8712_got_addbareq_event_callback] mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 79.650018] wlan0: no IPv6 routers present
[ 200.800393] r8712u: [r8712_got_addbareq_event_callback] mac = 34:08:04:32:c8:b8, seq = 22704, tid = 0
[ 465.996817] fglrx: module license ‘Proprietary. (C) 2002 – ATI Technologies, Starnberg, GERMANY’ taints kernel.
[ 465.996829] Disabling lock debugging due to kernel taint
[ 466.042400] [fglrx] Maximum main memory to use for locked dma buffers: 1409 MBytes.
[ 466.042885] [fglrx:firegl_init_device_list] *ERROR* No supported display adapters were found
[ 466.042892] [fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
[ 507.605406] [fglrx] Maximum main memory to use for locked dma buffers: 1409 MBytes.
[ 507.605897] [fglrx:firegl_init_device_list] *ERROR* No supported display adapters were found
[ 507.605904] [fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
ho copiato quello che mi da dopo “sudo dkms status” :
[ermanno@kermitilrospo ~]$ sudo dkms status
[ermanno@kermitilrospo ~]$
kermitilrospoMembrol’output di sudo dkms status è nullo, ovvero non mi da niente
l’output di sudo modprobe radeon; dmesg | tail -n 50 è:
[ 12.361237] ata4.01: NODEV after polling detection
[ 12.397628] psmouse serio1: hgpk: ID: 10 00 64
[ 12.749837] r8712u: CustomerID = 0x0000
[ 12.749848] r8712u: MAC Address from efuse = 5c:d9:98:a7:2a:b5
[ 12.749854] r8712u: Loading firmware from “rtlwifi/rtl8712u.bin”
[ 12.750706] usbcore: registered new interface driver r8712u
[ 12.764542] ata4.00: configured for UDMA/33 (device error ignored)
[ 12.766308] ata4: EH complete
[ 12.934808] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[ 12.934817] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[ 12.935076] snd_via82xx 0000:00:11.5: setting latency timer to 64
[ 13.249338] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 43.729770] NET: Registered protocol family 10
[ 43.744113] ata4: lost interrupt (Status 0x50)
[ 43.744152] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 43.744163] sr 3:0:0:0: CDB: cdb[0]=0x4a: 4a 01 00 00 10 00 00 00 08 00
[ 43.744188] ata4.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
[ 43.744190] res 40/00:03:00:00:02/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 43.744196] ata4.00: status: { DRDY }
[ 43.744231] ata4: soft resetting link
[ 43.784227] NET: Registered protocol family 4
[ 43.792182] NET: Registered protocol family 5
[ 43.895241] ata4.01: NODEV after polling detection
[ 44.281255] ata4.00: configured for UDMA/33 (device error ignored)
[ 44.283096] ata4: EH complete
[ 45.296842] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 47.912596] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k
[ 49.956679] wmi: Mapper loaded
[ 68.835628] fuse init (API version 7.18)
[ 68.973076] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 69.063624] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 69.244293] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 72.177759] r8169 0000:00:09.0: eth0: link down
[ 72.181034] r8169 0000:00:09.0: eth0: link down
[ 72.181416] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 72.420098] Bluetooth: Core ver 2.16
[ 72.420167] NET: Registered protocol family 31
[ 72.420171] Bluetooth: HCI device and connection manager initialized
[ 72.420178] Bluetooth: HCI socket layer initialized
[ 72.420182] Bluetooth: L2CAP socket layer initialized
[ 72.420201] Bluetooth: SCO socket layer initialized
[ 72.451097] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 72.451106] Bluetooth: BNEP filters: protocol multicast
[ 72.884517] r8712u: 1 RCR=0x153f00e
[ 72.885368] r8712u: 2 RCR=0x553f00e
[ 72.995578] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 73.018226] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 93.915399] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 94.619225] r8712u: [r8712_got_addbareq_event_callback] mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 105.506035] wlan0: no IPv6 routers present
…….che mi pare diverso dall’ultimo che ho postato in precedenza.
ciaoo
kermitilrospoMembrociao, dato che anch’io ho problemi con youtube e i video in generale mi inserisco nella discussione… se posso…
dopo il primo comando mi da: sudo: dkms: command not found
!!!!
mentre l’output dell’altro è:
sudo modprobe radeon; dmesg | tail -n 50
Password:
[ 25.408091] X:2095 freeing invalid memtype d01d2000-d01e2000
[ 25.408113] X:2095 freeing invalid memtype d01e2000-d01f2000
[ 25.408134] X:2095 freeing invalid memtype d01f2000-d0202000
[ 25.408156] X:2095 freeing invalid memtype d0202000-d0212000
[ 25.408178] X:2095 freeing invalid memtype d0212000-d0222000
[ 25.408200] X:2095 freeing invalid memtype d0222000-d0232000
[ 25.408222] X:2095 freeing invalid memtype d0232000-d0242000
[ 25.408243] X:2095 freeing invalid memtype d0242000-d0252000
[ 25.408265] X:2095 freeing invalid memtype d0252000-d0262000
[ 25.408287] X:2095 freeing invalid memtype d0262000-d0272000
[ 25.408309] X:2095 freeing invalid memtype d0272000-d0282000
[ 25.408330] X:2095 freeing invalid memtype d0282000-d0292000
[ 25.408352] X:2095 freeing invalid memtype d0292000-d02a2000
[ 25.408374] X:2095 freeing invalid memtype d02a2000-d02b2000
[ 25.408396] X:2095 freeing invalid memtype d02b2000-d02c2000
[ 25.408418] X:2095 freeing invalid memtype d02c2000-d02d2000
[ 25.408439] X:2095 freeing invalid memtype d02d2000-d02e2000
[ 25.408461] X:2095 freeing invalid memtype d02e2000-d02f2000
[ 25.408483] X:2095 freeing invalid memtype d02f2000-d0302000
[ 25.412950] mtrr: MTRR 3 not used
[ 27.056165] Adding 5156860k swap on /dev/sda2. Priority:1 extents:1 across:5156860k
[ 29.072295] wmi: Mapper loaded
[ 42.083104] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[ 42.083136] agpgart-via 0000:00:00.0: putting AGP V3 device into 8x mode
[ 42.083209] pci 0000:01:00.0: putting AGP V3 device into 8x mode
[ 42.306986] [drm] Setting GART location based on new memory map
[ 42.311073] [drm] Loading R200 Microcode
[ 42.346405] [drm] writeback test succeeded in 1 usecs
[ 47.318074] fuse init (API version 7.18)
[ 47.410085] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 47.517059] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 47.727090] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 50.327254] r8169 0000:00:09.0: eth0: link down
[ 50.331730] r8169 0000:00:09.0: eth0: link down
[ 50.332604] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 50.451086] Bluetooth: Core ver 2.16
[ 50.451169] NET: Registered protocol family 31
[ 50.451173] Bluetooth: HCI device and connection manager initialized
[ 50.451179] Bluetooth: HCI socket layer initialized
[ 50.451183] Bluetooth: L2CAP socket layer initialized
[ 50.451193] Bluetooth: SCO socket layer initialized
[ 50.480900] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 50.480907] Bluetooth: BNEP filters: protocol multicast
[ 51.040536] r8712u: 1 RCR=0x153f00e
[ 51.041669] r8712u: 2 RCR=0x553f00e
[ 51.148686] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 51.174842] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 72.502433] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 73.269854] r8712u: [r8712_got_addbareq_event_callback] mac = 34:08:04:32:c8:b8, seq = 16, tid = 0
[ 83.986028] wlan0: no IPv6 routers present
kermitilrospoMembrofatto ma niente, nessun video ne suono. il sistema però va in crash meno frequentemente se uso quella modalità…. è solo una sensazione perchè comunque crasha lo stesso.
ho anche un altro problema col cdrom che non monta i dischi…. quando inserisco un cd vuoto mi da:
Error mounting: mount exited with exit code 1: helper failed with:
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In some cases useful info is found in syslog – try
dmesg | tail or so
…e il risultato di Dmesg |tail è:
[er@kermitilrospo ~]$ dmesg | tail
[ 1072.866558] end_request: I/O error, dev sr0, sector 2048
[ 1072.866651] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=512, location=512
[ 1072.866659] UDF-fs: warning (device sr0): udf_load_vrs: No anchor found
[ 1072.866664] UDF-fs: warning (device sr0): udf_fill_super: No partition found (1)
[ 1072.886508] sr 3:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
[ 1072.886519] sr 3:0:0:0: [sr0] Sense Key : 0x5 [current]
[ 1072.886527] sr 3:0:0:0: [sr0] ASC=0x21 ASCQ=0x0
[ 1072.886534] sr 3:0:0:0: [sr0] CDB: cdb[0]=0x28: 28 00 00 00 00 10 00 00 01 00
[ 1072.886550] end_request: I/O error, dev sr0, sector 64
[ 1072.886637] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
ma vabbè, risolviamo un problema alla volta se possibile! 😀
-
AutoreArticoli