ma che strano- 9.04, xorg, nvidia ge force 6600 go

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

qualcuno lo sa già. ho un toshiba qosmio g20-129 cn scheda grafica nvidia geforce 6600 go. con le versioni precedenti di ubuntu ha sempre funzionato. anche adesso, ma se con la 9.04 installo un qualsiasi driver nvidia dal gestore driver con restrizioni al riavvio la grafica stenta a partire e devo fare xfix.

se avvio in recoveri mode e do startx, mi dice: a screen where found, but it haven't an usable configuration.

dopo alcuni secondi: no screens found.
ovviamente lo schermo c'è ed appena tornati ai driver nv (o mesa, non ricordo), tutto funziona, tranne ovviamente l'accelerazione 3d, che ovviamente vuole i driver nvidia.

da cosa può essere dipeso? come potrei risolvere?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

nessuno?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

altri dati che ho raccolto:

(EE) NVIDIA(0): Failed to inizialize the NVIDIA
graphics device PCI:1:0:0.
(EE) NVIDIS(0): Failed to inizialize the NVIDIA Graphicd device!
(EE) Screen(s) found, but none have a usable configuration.

poi, da /var/log/Xorg.0.log

(--) PCI:* (0@1:0:0) Nvidia Corporation NV43 [GeForce Go 6600]
rev 192 mem c@t 0x
(WW) Open acpi failed    /var/run/acpid.socket (no such file or directory)
(II) no apm support in bios or kernel.


le ho provate tutte e vedo che non sono l'unico. ma che cazzo sta succedendo con sta 9.04?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

niente. le ho provate tutte, niente accelerazione.

ho pensato ad una cosa: installo i driver, avvio il live cd di mandriva 2008.1 (che li contiene già) e sostituisco il suo xorg.conf a quello di ubuntu.

per voi potrebbe funzionare? per me il problema è che il nuovo xorg cerca di automatizzare tutto togliendo informazioni da xorg.conf, e i deriver nvidia, che cercano queste info, mi dicono che non ho un monitor configurato.

per voi?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

innanzitutto chiedo l'aiuto dei più esperti.

vi sto scrivendo dal live cd di mandriva 2008.1.

ho trovato un log di xorg: questo per me è il problema:

Codice: Seleziona tutto

(==) Log file: "/var/log/Xorg.0.log", Time: Sat May  9 11:20:37 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "screen" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No device specified for screen "screen".
	Using the first device section listed.
(**) |   |-->Device "device1"
(==) No monitor specified for screen "screen".
	Using a default monitor configuration.
quindi da una configurazione sbagliata ed i driver nvidia fanno le bizze a partire.

questo è l'xorg (un po' modificato da me, ma neanche prima andava) di ubuntu installato:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Codice: Seleziona tutto

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1440x900"
    HorizSync 31.5-90
    VertRefresh 60
EndSection

Section "Screen"
    Identifier  "screen"
    Device      "screen"
    Monitor     "screen"
    DefaultColorDepth 24
EndSection

Section "Module"
    Load "dbe" 
    Load "v4l" 
    Load "extmod"
    Load "glx" 
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName  "NVIDIA GeForce FX to GeForce 8800"
    Driver      "nvidia"
    Option      "DPMS"
    Option      "DynamicTwinView" "false"
    Option	"NoLogo"	"True"
EndSection



aspetto un vostro aiuto per configurarlo, ma intanto lo sostituisco con quello di mandriva e riavvio:

Codice: Seleziona tutto

# File generated by XFdrake (rev 234840)

Section "Extensions"
    Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "evdev"
    Option "device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
    Option "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "EdgeMotionMinSpeed" "200"
    Option "MaxSpeed" "1.00"
    Option "MinSpeed" "0.8"
    Option "BottomEdge" "650"
    Option "EdgeMotionMaxSpeed" "200"
    Option "CircScrollTrigger" "2"
    Option "UpDownScrolling" "0"
    Option "SHMConfig" "on"
    Option "LeftEdge" "120"
    Option "FingerLow" "14"
    Option "HorizScrollDelta" "20"
    Option "MaxTapMove" "110"
    Option "FingerHigh" "15"
    Option "VertScrollDelta" "20"
    Option "CircularScrolling" "1"
    Option "RightEdge" "830"
    Option "AccelFactor" "0.015"
    Option "TopEdge" "120"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1440x900"
    HorizSync 31.5-90
    VertRefresh 60
    
    # Monitor preferred modeline (60.0 Hz vsync, 54.7 kHz hsync, ratio 16/10)
    ModeLine "1440x900" 96.31 1440 1504 1536 1760 900 903 906 912 -hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_120"  229.75  1440 1552 1712 1984  900 901 904 965  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_100"  187.55  1440 1544 1704 1968  900 901 904 953  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_85"  156.79  1440 1536 1696 1952  900 901 904 945  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_75"  136.49  1440 1536 1688 1936  900 901 904 940  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_60"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_50"  87.41  1440 1512 1664 1888  900 901 904 926  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
    
    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX to GeForce 8800"
    Driver "nvidia"
    Option "DPMS"
    Option "DynamicTwinView" "false"
    Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1440x900" "1280x800"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1440x900" "1280x800"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1440x900" "1280x800"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1440x900" "1280x800"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "SynapticsMouse1" "SendCoreEvents"
    Screen "screen1"
EndSection
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

niente, stessa cosa.

qualcuno sa come rimettere il vecchio xorg? (non il file, proprio il server xorg della 8.10)
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

ora reinstallo e aspetto che qualcuno mi spieghi come installare i driver video con questa 9.04.  :'(
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da Guiodic »

mah, lo xorg.conf di mandriva mi sembrava corretto...
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

Guiodic ha scritto: mah, lo xorg.conf di mandriva mi sembrava corretto...
per forza, funzionava... ma quando lo aoatituisco a quello di ubuntu (con i driver 180 installati) non funziona comunque... per me il problema è il nuovo xorg, la 2008.1 ne aveva uno più vecchio
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

sto reinstallando. per te in che modo devo installare i driver? per portare xorg alla vecchia versione cosa dovrei fare?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da Guiodic »

kimj ha scritto: sto reinstallando. per te in che modo devo installare i driver? per portare xorg alla vecchia versione cosa dovrei fare?
Downgradare xorg diciamo che è quasi impossibile. Cioè ovviamente si può fare ma ci metti settimane.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

Guiodic ha scritto:
kimj ha scritto: sto reinstallando. per te in che modo devo installare i driver? per portare xorg alla vecchia versione cosa dovrei fare?
Downgradare xorg diciamo che è quasi impossibile. Cioè ovviamente si può fare ma ci metti settimane.
intendi che bisogna compilarlo?

per te qual'è il problema che ho con la 9.04?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da Guiodic »

mah, vedo varie cose, ad esempio quel messaggio sull'acpi (che però non c'entra).
Servirebbe pure vedere il dmesg che dice.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

Guiodic ha scritto: mah, vedo varie cose, ad esempio quel messaggio sull'acpi (che però non c'entra).
Servirebbe pure vedere il dmesg che dice.
l'acpi va e viene. adesso va.

sono da live, ti posto dmesg, ma mi sa che lo script di installazione di ubuntu non fa accedere alcun programma al filesystem, insomma, penso ti sarà inutile

Codice: Seleziona tutto


[ 2631.310957] VFS: Can't find an ext2 filesystem on dev sda1.
[ 2631.314722] cramfs: wrong magic
[ 2632.081459] kjournald starting.  Commit interval 5 seconds
[ 2632.081473] EXT3-fs: mounted filesystem with ordered data mode.
[ 2632.379521] attempt to access beyond end of device
[ 2632.379526] sdb2: rw=0, want=4, limit=2
[ 2632.379529] EXT3-fs: unable to read superblock
[ 2632.382024] attempt to access beyond end of device
[ 2632.382027] sdb2: rw=0, want=4, limit=2
[ 2632.382030] EXT4-fs: unable to read superblock
[ 2632.385290] attempt to access beyond end of device
[ 2632.385294] sdb2: rw=0, want=4, limit=2
[ 2632.385297] EXT2-fs: unable to read superblock
[ 2632.387903] cramfs: wrong magic
[ 2632.403922] attempt to access beyond end of device
[ 2632.403927] sdb2: rw=0, want=66, limit=2
[ 2632.403930] isofs_fill_super: bread failed, dev=sdb2, iso_blknum=16, block=32
[ 2632.407207] SQUASHFS error: Can't find a SQUASHFS superblock on sdb2
[ 2632.410044] FAT: bogus number of reserved sectors
[ 2632.410048] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 2632.418054] attempt to access beyond end of device
[ 2632.418058] sdb2: rw=0, want=72, limit=2
[ 2632.418063] attempt to access beyond end of device
[ 2632.418065] sdb2: rw=0, want=128, limit=2
[ 2632.421842] attempt to access beyond end of device
[ 2632.421846] sdb2: rw=0, want=18, limit=2
[ 2632.421852] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 8, size 1024)
[ 2632.421858] attempt to access beyond end of device
[ 2632.421860] sdb2: rw=0, want=130, limit=2
[ 2632.421864] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 64, size 1024)
[ 2632.421868] ReiserFS: sdb2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sdb2
[ 2632.425877] attempt to access beyond end of device
[ 2632.425881] sdb2: rw=0, want=8, limit=2
[ 2632.425885] XFS: SB read failed
[ 2632.443942] FAT: bogus number of reserved sectors
[ 2632.443947] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 2632.446718] attempt to access beyond end of device
[ 2632.446721] sdb2: rw=0, want=4, limit=2
[ 2632.446724] MINIX-fs: unable to read superblock
[ 2632.449604] attempt to access beyond end of device
[ 2632.449608] sdb2: rw=0, want=3, limit=2
[ 2632.449611] hfs: unable to find HFS+ superblock
[ 2632.453038] qnx4: wrong fsid in superblock.
[ 2632.455444] You didn't specify the type of your ufs filesystem
[ 2632.455446] 
[ 2632.455447] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
[ 2632.455448] 
[ 2632.455449] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 2632.455460] attempt to access beyond end of device
[ 2632.455463] sdb2: rw=0, want=18, limit=2
[ 2632.457872] attempt to access beyond end of device
[ 2632.457875] sdb2: rw=0, want=3, limit=2
[ 2632.457879] hfs: can't find a HFS filesystem on dev sdb2.
[ 2687.432806] VFS: Can't find ext3 filesystem on dev sda1.
[ 2687.435645] VFS: Can't find ext4 filesystem on dev sda1.
[ 2687.438813] VFS: Can't find an ext2 filesystem on dev sda1.
[ 2687.442579] cramfs: wrong magic
[ 2688.304371] kjournald starting.  Commit interval 5 seconds
[ 2688.304383] EXT3-fs: mounted filesystem with ordered data mode.
[ 2688.596443] attempt to access beyond end of device
[ 2688.596447] sdb2: rw=0, want=4, limit=2
[ 2688.596451] EXT3-fs: unable to read superblock
[ 2688.598987] attempt to access beyond end of device
[ 2688.598990] sdb2: rw=0, want=4, limit=2
[ 2688.598993] EXT4-fs: unable to read superblock
[ 2688.601496] attempt to access beyond end of device
[ 2688.601499] sdb2: rw=0, want=4, limit=2
[ 2688.601502] EXT2-fs: unable to read superblock
[ 2688.605077] cramfs: wrong magic
[ 2688.613169] attempt to access beyond end of device
[ 2688.613173] sdb2: rw=0, want=66, limit=2
[ 2688.613177] isofs_fill_super: bread failed, dev=sdb2, iso_blknum=16, block=32
[ 2688.616472] SQUASHFS error: Can't find a SQUASHFS superblock on sdb2
[ 2688.619297] FAT: bogus number of reserved sectors
[ 2688.619301] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 2688.627700] attempt to access beyond end of device
[ 2688.627703] sdb2: rw=0, want=72, limit=2
[ 2688.627708] attempt to access beyond end of device
[ 2688.627711] sdb2: rw=0, want=128, limit=2
[ 2688.630739] attempt to access beyond end of device
[ 2688.630742] sdb2: rw=0, want=18, limit=2
[ 2688.630747] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 8, size 1024)
[ 2688.630753] attempt to access beyond end of device
[ 2688.630755] sdb2: rw=0, want=130, limit=2
[ 2688.630759] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 64, size 1024)
[ 2688.630762] ReiserFS: sdb2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sdb2
[ 2688.634281] attempt to access beyond end of device
[ 2688.634285] sdb2: rw=0, want=8, limit=2
[ 2688.634290] XFS: SB read failed
[ 2688.655762] FAT: bogus number of reserved sectors
[ 2688.655766] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 2688.658617] attempt to access beyond end of device
[ 2688.658620] sdb2: rw=0, want=4, limit=2
[ 2688.658623] MINIX-fs: unable to read superblock
[ 2688.661127] attempt to access beyond end of device
[ 2688.661130] sdb2: rw=0, want=3, limit=2
[ 2688.661133] hfs: unable to find HFS+ superblock
[ 2688.664674] qnx4: wrong fsid in superblock.
[ 2688.667587] You didn't specify the type of your ufs filesystem
[ 2688.667589] 
[ 2688.667590] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
[ 2688.667592] 
[ 2688.667592] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 2688.667604] attempt to access beyond end of device
[ 2688.667607] sdb2: rw=0, want=18, limit=2
[ 2688.670114] attempt to access beyond end of device
[ 2688.670117] sdb2: rw=0, want=3, limit=2
[ 2688.670121] hfs: can't find a HFS filesystem on dev sdb2.
[ 2718.287030] Adding 779112k swap on /dev/sdb5.  Priority:-1 extents:1 across:779112k
[ 2776.926967] EXT4-fs: barriers enabled
[ 2776.945536] kjournald2 starting.  Commit interval 5 seconds
[ 2776.946059] EXT4 FS on sdb1, internal journal on sdb1:8
[ 2776.946062] EXT4-fs: delayed allocation enabled
[ 2776.946064] EXT4-fs: file extents enabled
[ 2776.947539] EXT4-fs: mballoc enabled
[ 2776.947544] EXT4-fs: mounted filesystem with ordered data mode.
[ 2777.029845] EXT4-fs: barriers enabled
[ 2777.050696] kjournald2 starting.  Commit interval 5 seconds
[ 2777.051227] EXT4 FS on sdb6, internal journal on sdb6:8
[ 2777.051231] EXT4-fs: delayed allocation enabled
[ 2777.051233] EXT4-fs: file extents enabled
[ 2777.060180] EXT4-fs: mballoc enabled
[ 2777.060186] EXT4-fs: mounted filesystem with ordered data mode.
[ 2804.306510] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 2804.306521] sr 4:0:0:0: [sr0] Sense Key : Medium Error [current] 
[ 2804.306530] sr 4:0:0:0: [sr0] Add. Sense: No seek complete
[ 2804.306540] end_request: I/O error, dev sr0, sector 1381372
[ 2804.306550] Buffer I/O error on device sr0, logical block 345343
[ 2804.306558] Buffer I/O error on device sr0, logical block 345344
[ 2804.306568] Buffer I/O error on device sr0, logical block 345345
[ 2804.306574] Buffer I/O error on device sr0, logical block 345346
[ 2804.730610] SQUASHFS error: sb_bread failed reading block 0xa801c
[ 2804.730619] SQUASHFS error: Unable to read page, block 29ff8567, size ed85
[ 2804.736890] SQUASHFS error: sb_bread failed reading block 0xa801c
[ 2804.736897] SQUASHFS error: Unable to read page, block 29ff8567, size ed85
[ 2804.742988] SQUASHFS error: sb_bread failed reading block 0xa801c
[ 2804.742995] SQUASHFS error: Unable to read page, block 29ff8567, size ed85
[ 2804.749063] SQUASHFS error: sb_bread failed reading block 0xa801c
[ 2804.749070] SQUASHFS error: Unable to read page, block 29ff8567, size ed85
[ 2884.582169] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 2884.582173] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 2884.582176] EXT4-fs: mballoc: 0 generated and it took 0
[ 2884.582178] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 2884.701815] EXT4-fs: mballoc: 410 blocks 20 reqs (14 success)
[ 2884.701823] EXT4-fs: mballoc: 6 extents scanned, 0 goal hits, 6 2^N hits, 0 breaks, 0 lost
[ 2884.701829] EXT4-fs: mballoc: 1 generated and it took 5303
[ 2884.701834] EXT4-fs: mballoc: 619 preallocated, 107 discarded
[ 2947.550517] VFS: Can't find ext3 filesystem on dev sda1.
[ 2947.566311] VFS: Can't find ext4 filesystem on dev sda1.
[ 2947.582237] VFS: Can't find an ext2 filesystem on dev sda1.
[ 2947.586406] cramfs: wrong magic
[ 2948.873620] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
[ 2948.908143] EXT4-fs: barriers enabled
[ 2948.925663] kjournald2 starting.  Commit interval 5 seconds
[ 2948.925681] EXT4-fs: delayed allocation enabled
[ 2948.925683] EXT4-fs: file extents enabled
[ 2948.927166] EXT4-fs: mballoc enabled
[ 2948.927171] EXT4-fs: mounted filesystem with ordered data mode.
[ 2949.098508] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 2949.098512] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 2949.098515] EXT4-fs: mballoc: 0 generated and it took 0
[ 2949.098517] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 2949.297225] attempt to access beyond end of device
[ 2949.297229] sdb2: rw=0, want=4, limit=2
[ 2949.297233] EXT3-fs: unable to read superblock
[ 2949.299859] attempt to access beyond end of device
[ 2949.299863] sdb2: rw=0, want=4, limit=2
[ 2949.299865] EXT4-fs: unable to read superblock
[ 2949.306385] attempt to access beyond end of device
[ 2949.306389] sdb2: rw=0, want=4, limit=2
[ 2949.306393] EXT2-fs: unable to read superblock
[ 2949.309402] cramfs: wrong magic
[ 2949.318388] attempt to access beyond end of device
[ 2949.318392] sdb2: rw=0, want=66, limit=2
[ 2949.318395] isofs_fill_super: bread failed, dev=sdb2, iso_blknum=16, block=32
[ 2949.322512] SQUASHFS error: Can't find a SQUASHFS superblock on sdb2
[ 2949.325810] FAT: bogus number of reserved sectors
[ 2949.325814] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 2949.334544] attempt to access beyond end of device
[ 2949.334548] sdb2: rw=0, want=72, limit=2
[ 2949.334554] attempt to access beyond end of device
[ 2949.334556] sdb2: rw=0, want=128, limit=2
[ 2949.337222] attempt to access beyond end of device
[ 2949.337225] sdb2: rw=0, want=18, limit=2
[ 2949.337230] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 8, size 1024)
[ 2949.337235] attempt to access beyond end of device
[ 2949.337238] sdb2: rw=0, want=130, limit=2
[ 2949.337242] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 64, size 1024)
[ 2949.337245] ReiserFS: sdb2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sdb2
[ 2949.347675] attempt to access beyond end of device
[ 2949.347682] sdb2: rw=0, want=8, limit=2
[ 2949.347687] XFS: SB read failed
[ 2949.365513] FAT: bogus number of reserved sectors
[ 2949.365521] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 2949.368652] attempt to access beyond end of device
[ 2949.368655] sdb2: rw=0, want=4, limit=2
[ 2949.368658] MINIX-fs: unable to read superblock
[ 2949.375815] attempt to access beyond end of device
[ 2949.375819] sdb2: rw=0, want=3, limit=2
[ 2949.375823] hfs: unable to find HFS+ superblock
[ 2949.388472] qnx4: wrong fsid in superblock.
[ 2949.391535] You didn't specify the type of your ufs filesystem
[ 2949.391537] 
[ 2949.391538] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
[ 2949.391540] 
[ 2949.391541] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 2949.391555] attempt to access beyond end of device
[ 2949.391558] sdb2: rw=0, want=18, limit=2
[ 2949.394303] attempt to access beyond end of device
[ 2949.394306] sdb2: rw=0, want=3, limit=2
[ 2949.394310] hfs: can't find a HFS filesystem on dev sdb2.
[ 2949.618171] EXT3-fs: sdb6: couldn't mount because of unsupported optional features (240).
[ 2949.643295] EXT4-fs: barriers enabled
[ 2949.664154] kjournald2 starting.  Commit interval 5 seconds
[ 2949.664173] EXT4-fs: delayed allocation enabled
[ 2949.664175] EXT4-fs: file extents enabled
[ 2949.670512] EXT4-fs: mballoc enabled
[ 2949.670518] EXT4-fs: mounted filesystem with ordered data mode.
[ 2950.117534] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 2950.117538] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 2950.117541] EXT4-fs: mballoc: 0 generated and it took 0
[ 2950.117543] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3115.907692] VFS: Can't find ext3 filesystem on dev sda1.
[ 3115.913930] VFS: Can't find ext4 filesystem on dev sda1.
[ 3115.919517] VFS: Can't find an ext2 filesystem on dev sda1.
[ 3115.930956] cramfs: wrong magic
[ 3116.749167] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
[ 3117.090138] EXT4-fs: barriers enabled
[ 3117.114627] kjournald2 starting.  Commit interval 5 seconds
[ 3117.114649] EXT4-fs: delayed allocation enabled
[ 3117.114651] EXT4-fs: file extents enabled
[ 3117.116189] EXT4-fs: mballoc enabled
[ 3117.116195] EXT4-fs: mounted filesystem with ordered data mode.
[ 3117.379663] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 3117.379667] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 3117.379670] EXT4-fs: mballoc: 0 generated and it took 0
[ 3117.379672] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3117.459519] attempt to access beyond end of device
[ 3117.459523] sdb2: rw=0, want=4, limit=2
[ 3117.459526] EXT3-fs: unable to read superblock
[ 3117.462042] attempt to access beyond end of device
[ 3117.462046] sdb2: rw=0, want=4, limit=2
[ 3117.462048] EXT4-fs: unable to read superblock
[ 3117.465257] attempt to access beyond end of device
[ 3117.465261] sdb2: rw=0, want=4, limit=2
[ 3117.465263] EXT2-fs: unable to read superblock
[ 3117.467672] cramfs: wrong magic
[ 3117.475967] attempt to access beyond end of device
[ 3117.475970] sdb2: rw=0, want=66, limit=2
[ 3117.475974] isofs_fill_super: bread failed, dev=sdb2, iso_blknum=16, block=32
[ 3117.479537] SQUASHFS error: Can't find a SQUASHFS superblock on sdb2
[ 3117.482306] FAT: bogus number of reserved sectors
[ 3117.482310] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 3117.490358] attempt to access beyond end of device
[ 3117.490362] sdb2: rw=0, want=72, limit=2
[ 3117.490366] attempt to access beyond end of device
[ 3117.490369] sdb2: rw=0, want=128, limit=2
[ 3117.492823] attempt to access beyond end of device
[ 3117.492827] sdb2: rw=0, want=18, limit=2
[ 3117.492832] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 8, size 1024)
[ 3117.492837] attempt to access beyond end of device
[ 3117.492840] sdb2: rw=0, want=130, limit=2
[ 3117.492844] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 64, size 1024)
[ 3117.492847] ReiserFS: sdb2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sdb2
[ 3117.497074] attempt to access beyond end of device
[ 3117.497078] sdb2: rw=0, want=8, limit=2
[ 3117.497082] XFS: SB read failed
[ 3117.529424] FAT: bogus number of reserved sectors
[ 3117.529429] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 3117.532243] attempt to access beyond end of device
[ 3117.532246] sdb2: rw=0, want=4, limit=2
[ 3117.532249] MINIX-fs: unable to read superblock
[ 3117.538753] attempt to access beyond end of device
[ 3117.538757] sdb2: rw=0, want=3, limit=2
[ 3117.538761] hfs: unable to find HFS+ superblock
[ 3117.541566] qnx4: wrong fsid in superblock.
[ 3117.544208] You didn't specify the type of your ufs filesystem
[ 3117.544210] 
[ 3117.544210] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
[ 3117.544212] 
[ 3117.544213] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 3117.544224] attempt to access beyond end of device
[ 3117.544227] sdb2: rw=0, want=18, limit=2
[ 3117.547694] attempt to access beyond end of device
[ 3117.547698] sdb2: rw=0, want=3, limit=2
[ 3117.547701] hfs: can't find a HFS filesystem on dev sdb2.
[ 3117.656066] EXT3-fs: sdb6: couldn't mount because of unsupported optional features (240).
[ 3117.670208] EXT4-fs: barriers enabled
[ 3117.691056] kjournald2 starting.  Commit interval 5 seconds
[ 3117.691065] EXT4-fs: delayed allocation enabled
[ 3117.691067] EXT4-fs: file extents enabled
[ 3117.698001] EXT4-fs: mballoc enabled
[ 3117.698006] EXT4-fs: mounted filesystem with ordered data mode.
[ 3117.807849] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 3117.807853] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 3117.807856] EXT4-fs: mballoc: 0 generated and it took 0
[ 3117.807858] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3117.921949] VFS: Can't find ext3 filesystem on dev sda1.
[ 3117.929469] VFS: Can't find ext4 filesystem on dev sda1.
[ 3117.932725] VFS: Can't find an ext2 filesystem on dev sda1.
[ 3117.936575] cramfs: wrong magic
[ 3119.078111] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
[ 3119.090111] EXT4-fs: barriers enabled
[ 3119.108266] kjournald2 starting.  Commit interval 5 seconds
[ 3119.108284] EXT4-fs: delayed allocation enabled
[ 3119.108286] EXT4-fs: file extents enabled
[ 3119.109760] EXT4-fs: mballoc enabled
[ 3119.109764] EXT4-fs: mounted filesystem with ordered data mode.
[ 3119.291653] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 3119.291657] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 3119.291660] EXT4-fs: mballoc: 0 generated and it took 0
[ 3119.291662] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3119.349806] attempt to access beyond end of device
[ 3119.349810] sdb2: rw=0, want=4, limit=2
[ 3119.349814] EXT3-fs: unable to read superblock
[ 3119.358779] attempt to access beyond end of device
[ 3119.358784] sdb2: rw=0, want=4, limit=2
[ 3119.358788] EXT4-fs: unable to read superblock
[ 3119.370149] attempt to access beyond end of device
[ 3119.370153] sdb2: rw=0, want=4, limit=2
[ 3119.370157] EXT2-fs: unable to read superblock
[ 3119.372733] cramfs: wrong magic
[ 3119.403128] attempt to access beyond end of device
[ 3119.403132] sdb2: rw=0, want=66, limit=2
[ 3119.403136] isofs_fill_super: bread failed, dev=sdb2, iso_blknum=16, block=32
[ 3119.406068] SQUASHFS error: Can't find a SQUASHFS superblock on sdb2
[ 3119.419226] FAT: bogus number of reserved sectors
[ 3119.419234] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 3119.448043] attempt to access beyond end of device
[ 3119.448047] sdb2: rw=0, want=72, limit=2
[ 3119.448053] attempt to access beyond end of device
[ 3119.448055] sdb2: rw=0, want=128, limit=2
[ 3119.450534] attempt to access beyond end of device
[ 3119.450537] sdb2: rw=0, want=18, limit=2
[ 3119.450542] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 8, size 1024)
[ 3119.450548] attempt to access beyond end of device
[ 3119.450550] sdb2: rw=0, want=130, limit=2
[ 3119.450554] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 64, size 1024)
[ 3119.450558] ReiserFS: sdb2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sdb2
[ 3119.470153] attempt to access beyond end of device
[ 3119.470158] sdb2: rw=0, want=8, limit=2
[ 3119.470163] XFS: SB read failed
[ 3119.503581] FAT: bogus number of reserved sectors
[ 3119.503588] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 3119.507719] attempt to access beyond end of device
[ 3119.507723] sdb2: rw=0, want=4, limit=2
[ 3119.507726] MINIX-fs: unable to read superblock
[ 3119.518386] attempt to access beyond end of device
[ 3119.518390] sdb2: rw=0, want=3, limit=2
[ 3119.518395] hfs: unable to find HFS+ superblock
[ 3119.521440] qnx4: wrong fsid in superblock.
[ 3119.529944] You didn't specify the type of your ufs filesystem
[ 3119.529946] 
[ 3119.529947] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
[ 3119.529949] 
[ 3119.529949] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 3119.529965] attempt to access beyond end of device
[ 3119.529968] sdb2: rw=0, want=18, limit=2
[ 3119.532514] attempt to access beyond end of device
[ 3119.532518] sdb2: rw=0, want=3, limit=2
[ 3119.532521] hfs: can't find a HFS filesystem on dev sdb2.
[ 3119.700538] EXT3-fs: sdb6: couldn't mount because of unsupported optional features (240).
[ 3119.714678] EXT4-fs: barriers enabled
[ 3119.735524] kjournald2 starting.  Commit interval 5 seconds
[ 3119.735533] EXT4-fs: delayed allocation enabled
[ 3119.735535] EXT4-fs: file extents enabled
[ 3119.741821] EXT4-fs: mballoc enabled
[ 3119.741825] EXT4-fs: mounted filesystem with ordered data mode.
[ 3119.879145] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 3119.879151] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 3119.879156] EXT4-fs: mballoc: 0 generated and it took 0
[ 3119.879159] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3136.803861] VFS: Can't find ext3 filesystem on dev sda1.
[ 3136.806918] VFS: Can't find ext4 filesystem on dev sda1.
[ 3136.809708] VFS: Can't find an ext2 filesystem on dev sda1.
[ 3136.813560] cramfs: wrong magic
[ 3137.642665] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
[ 3137.656904] EXT4-fs: barriers enabled
[ 3137.675061] kjournald2 starting.  Commit interval 5 seconds
[ 3137.675070] EXT4-fs: delayed allocation enabled
[ 3137.675072] EXT4-fs: file extents enabled
[ 3137.676562] EXT4-fs: mballoc enabled
[ 3137.676567] EXT4-fs: mounted filesystem with ordered data mode.
[ 3137.808583] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 3137.808588] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 3137.808590] EXT4-fs: mballoc: 0 generated and it took 0
[ 3137.808592] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3137.845594] attempt to access beyond end of device
[ 3137.845598] sdb2: rw=0, want=4, limit=2
[ 3137.845602] EXT3-fs: unable to read superblock
[ 3137.849267] attempt to access beyond end of device
[ 3137.849270] sdb2: rw=0, want=4, limit=2
[ 3137.849274] EXT4-fs: unable to read superblock
[ 3137.852640] attempt to access beyond end of device
[ 3137.852644] sdb2: rw=0, want=4, limit=2
[ 3137.852646] EXT2-fs: unable to read superblock
[ 3137.855538] cramfs: wrong magic
[ 3137.864317] attempt to access beyond end of device
[ 3137.864321] sdb2: rw=0, want=66, limit=2
[ 3137.864324] isofs_fill_super: bread failed, dev=sdb2, iso_blknum=16, block=32
[ 3137.867205] SQUASHFS error: Can't find a SQUASHFS superblock on sdb2
[ 3137.870199] FAT: bogus number of reserved sectors
[ 3137.870203] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 3137.878929] attempt to access beyond end of device
[ 3137.878933] sdb2: rw=0, want=72, limit=2
[ 3137.878938] attempt to access beyond end of device
[ 3137.878940] sdb2: rw=0, want=128, limit=2
[ 3137.881483] attempt to access beyond end of device
[ 3137.881486] sdb2: rw=0, want=18, limit=2
[ 3137.881492] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 8, size 1024)
[ 3137.881498] attempt to access beyond end of device
[ 3137.881500] sdb2: rw=0, want=130, limit=2
[ 3137.881504] ReiserFS: sdb2: warning: sh-2006: read_super_block: bread failed (dev sdb2, block 64, size 1024)
[ 3137.881508] ReiserFS: sdb2: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sdb2
[ 3137.886048] attempt to access beyond end of device
[ 3137.886053] sdb2: rw=0, want=8, limit=2
[ 3137.886057] XFS: SB read failed
[ 3137.903813] FAT: bogus number of reserved sectors
[ 3137.903817] VFS: Can't find a valid FAT filesystem on dev sdb2.
[ 3137.906787] attempt to access beyond end of device
[ 3137.906790] sdb2: rw=0, want=4, limit=2
[ 3137.906793] MINIX-fs: unable to read superblock
[ 3137.909322] attempt to access beyond end of device
[ 3137.909325] sdb2: rw=0, want=3, limit=2
[ 3137.909328] hfs: unable to find HFS+ superblock
[ 3137.912828] qnx4: wrong fsid in superblock.
[ 3137.915345] You didn't specify the type of your ufs filesystem
[ 3137.915347] 
[ 3137.915348] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
[ 3137.915350] 
[ 3137.915350] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 3137.915361] attempt to access beyond end of device
[ 3137.915363] sdb2: rw=0, want=18, limit=2
[ 3137.918074] attempt to access beyond end of device
[ 3137.918077] sdb2: rw=0, want=3, limit=2
[ 3137.918081] hfs: can't find a HFS filesystem on dev sdb2.
[ 3138.023005] EXT3-fs: sdb6: couldn't mount because of unsupported optional features (240).
[ 3138.037149] EXT4-fs: barriers enabled
[ 3138.057990] kjournald2 starting.  Commit interval 5 seconds
[ 3138.057999] EXT4-fs: delayed allocation enabled
[ 3138.058001] EXT4-fs: file extents enabled
[ 3138.064283] EXT4-fs: mballoc enabled
[ 3138.064288] EXT4-fs: mounted filesystem with ordered data mode.
[ 3138.213561] EXT4-fs: mballoc: 0 blocks 0 reqs (0 success)
[ 3138.213567] EXT4-fs: mballoc: 0 extents scanned, 0 goal hits, 0 2^N hits, 0 breaks, 0 lost
[ 3138.213571] EXT4-fs: mballoc: 0 generated and it took 0
[ 3138.213575] EXT4-fs: mballoc: 0 preallocated, 0 discarded
[ 3197.246242] EXT4-fs: barriers enabled
[ 3197.264848] kjournald2 starting.  Commit interval 5 seconds
[ 3197.265332] EXT4 FS on sdb1, internal journal on sdb1:8
[ 3197.265335] EXT4-fs: delayed allocation enabled
[ 3197.265337] EXT4-fs: file extents enabled
[ 3197.266810] EXT4-fs: mballoc enabled
[ 3197.266815] EXT4-fs: mounted filesystem with ordered data mode.
[ 3197.349120] EXT4-fs: barriers enabled
[ 3197.369958] kjournald2 starting.  Commit interval 5 seconds
[ 3197.370492] EXT4 FS on sdb6, internal journal on sdb6:8
[ 3197.370495] EXT4-fs: delayed allocation enabled
[ 3197.370497] EXT4-fs: file extents enabled
[ 3197.381465] EXT4-fs: mballoc enabled
[ 3197.381472] EXT4-fs: mounted filesystem with ordered data mode.
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

ma come si utilizza dmesg?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

Codice: Seleziona tutto

ubuntu@ubuntu:~$ sudo dmesg | grep pci
[    0.528002] ACPI: bus type pci registered
[    0.538224] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.538228] pci 0000:00:01.0: PME# disabled
[    0.538283] pci 0000:00:1b.0: reg 10 64bit mmio: [0x000000-0x003fff]
[    0.538310] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.538314] pci 0000:00:1b.0: PME# disabled
[    0.538356] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.538360] pci 0000:00:1c.0: PME# disabled
[    0.538405] pci 0000:00:1d.0: reg 20 io port: [0xbfe0-0xbfff]
[    0.538448] pci 0000:00:1d.1: reg 20 io port: [0xbf80-0xbf9f]
[    0.538491] pci 0000:00:1d.2: reg 20 io port: [0xbf60-0xbf7f]
[    0.538534] pci 0000:00:1d.3: reg 20 io port: [0xbf40-0xbf5f]
[    0.538581] pci 0000:00:1d.7: reg 10 32bit mmio: [0x000000-0x0003ff]
[    0.538616] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.538621] pci 0000:00:1d.7: PME# disabled
[    0.538719] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.538726] pci 0000:00:1f.0: quirk: region d800-d87f claimed by ICH6 ACPI/GPIO/TCO
[    0.538730] pci 0000:00:1f.0: quirk: region eec0-eeff claimed by ICH6 GPIO
[    0.538749] pci 0000:00:1f.1: reg 10 io port: [0x9ff8-0x9fff]
[    0.538756] pci 0000:00:1f.1: reg 14 io port: [0x9ff4-0x9ff7]
[    0.538762] pci 0000:00:1f.1: reg 18 io port: [0x9fe8-0x9fef]
[    0.538769] pci 0000:00:1f.1: reg 1c io port: [0x9fe4-0x9fe7]
[    0.538775] pci 0000:00:1f.1: reg 20 io port: [0x9fa0-0x9faf]
[    0.538810] pci 0000:00:1f.2: reg 10 io port: [0x9f98-0x9f9f]
[    0.538816] pci 0000:00:1f.2: reg 14 io port: [0x9f94-0x9f97]
[    0.538822] pci 0000:00:1f.2: reg 18 io port: [0x9f88-0x9f8f]
[    0.538828] pci 0000:00:1f.2: reg 1c io port: [0x9f84-0x9f87]
[    0.538834] pci 0000:00:1f.2: reg 20 io port: [0x9f70-0x9f7f]
[    0.538840] pci 0000:00:1f.2: reg 24 32bit mmio: [0xcdcffc00-0xcdcfffff]
[    0.538852] pci 0000:00:1f.2: PME# supported from D3hot
[    0.538855] pci 0000:00:1f.2: PME# disabled
[    0.538889] pci 0000:01:00.0: reg 10 32bit mmio: [0xcf000000-0xcfffffff]
[    0.538897] pci 0000:01:00.0: reg 14 64bit mmio: [0xb0000000-0xbfffffff]
[    0.538906] pci 0000:01:00.0: reg 1c 64bit mmio: [0xce000000-0xceffffff]
[    0.538915] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[    0.538958] pci 0000:00:01.0: bridge 32bit mmio: [0xce000000-0xcfffffff]
[    0.538962] pci 0000:00:01.0: bridge 32bit mmio pref: [0xb0000000-0xbfffffff]
[    0.538997] pci 0000:00:1c.0: bridge io port: [0xc000-0xcfff]
[    0.539002] pci 0000:00:1c.0: bridge 32bit mmio: [0xcde00000-0xcdffffff]
[    0.539008] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xafe00000-0xafffffff]
[    0.539047] pci 0000:04:05.0: reg 10 32bit mmio: [0xcddff000-0xcddfffff]
[    0.539086] pci 0000:04:05.0: PME# supported from D0 D3hot D3cold
[    0.539090] pci 0000:04:05.0: PME# disabled
[    0.539124] pci 0000:04:08.0: reg 10 32bit mmio: [0xcddfe000-0xcddfefff]
[    0.539131] pci 0000:04:08.0: reg 14 io port: [0xaf40-0xaf7f]
[    0.539162] pci 0000:04:08.0: supports D1 D2
[    0.539164] pci 0000:04:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.539169] pci 0000:04:08.0: PME# disabled
[    0.539207] pci 0000:04:09.0: reg 10 32bit mmio: [0x000000-0x3ffffff]
[    0.539276] pci 0000:04:0b.0: reg 10 32bit mmio: [0x000000-0x000fff]
[    0.539286] pci 0000:04:0b.0: supports D1 D2
[    0.539288] pci 0000:04:0b.0: PME# supported from D0 D1 D2 D3hot
[    0.539292] pci 0000:04:0b.0: PME# disabled
[    0.539326] pci 0000:04:0b.2: reg 10 32bit mmio: [0x000000-0x0007ff]
[    0.539334] pci 0000:04:0b.2: reg 14 32bit mmio: [0x000000-0x003fff]
[    0.539370] pci 0000:04:0b.2: supports D1 D2
[    0.539372] pci 0000:04:0b.2: PME# supported from D0 D1 D2 D3hot
[    0.539377] pci 0000:04:0b.2: PME# disabled
[    0.539409] pci 0000:04:0b.3: reg 10 32bit mmio: [0x000000-0x001fff]
[    0.539446] pci 0000:04:0b.3: supports D1 D2
[    0.539448] pci 0000:04:0b.3: PME# supported from D0 D1 D2 D3hot
[    0.539453] pci 0000:04:0b.3: PME# disabled
[    0.539485] pci 0000:04:0b.4: reg 10 32bit mmio: [0x000000-0x0000ff]
[    0.539492] pci 0000:04:0b.4: reg 14 32bit mmio: [0x000000-0x0000ff]
[    0.539499] pci 0000:04:0b.4: reg 18 32bit mmio: [0x000000-0x0000ff]
[    0.539527] pci 0000:04:0b.4: supports D1 D2
[    0.539529] pci 0000:04:0b.4: PME# supported from D0 D1 D2 D3hot
[    0.539534] pci 0000:04:0b.4: PME# disabled
[    0.539567] pci 0000:00:1e.0: transparent bridge
[    0.539571] pci 0000:00:1e.0: bridge io port: [0xa000-0xafff]
[    0.539575] pci 0000:00:1e.0: bridge 32bit mmio: [0xcdd00000-0xcddfffff]
[    0.586608] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xc0000000-0xbfffffff]
[    0.586611] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.586614] pci 0000:00:01.0:   IO window: disabled
[    0.586618] pci 0000:00:01.0:   MEM window: 0xce000000-0xcfffffff
[    0.586621] pci 0000:00:01.0:   PREFETCH window: 0x000000b0000000-0x000000bfffffff
[    0.586626] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    0.586630] pci 0000:00:1c.0:   IO window: 0xc000-0xcfff
[    0.586635] pci 0000:00:1c.0:   MEM window: 0xcde00000-0xcdffffff
[    0.586639] pci 0000:00:1c.0:   PREFETCH window: 0x000000afe00000-0x000000afffffff
[    0.586669] pci 0000:04:0b.0: CardBus bridge, secondary bus 0000:05
[    0.586672] pci 0000:04:0b.0:   IO window: 0x00a000-0x00a0ff
[    0.586676] pci 0000:04:0b.0:   IO window: 0x00a400-0x00a4ff
[    0.586681] pci 0000:04:0b.0:   PREFETCH window: 0x50000000-0x53ffffff
[    0.586686] pci 0000:04:0b.0:   MEM window: 0x5c000000-0x5fffffff
[    0.586691] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    0.586694] pci 0000:00:1e.0:   IO window: 0xa000-0xafff
[    0.586699] pci 0000:00:1e.0:   MEM window: 0xcdd00000-0xcddfffff
[    0.586703] pci 0000:00:1e.0:   PREFETCH window: 0x00000050000000-0x00000053ffffff
[    0.586716] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.586720] pci 0000:00:01.0: setting latency timer to 64
[    0.586728] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.586732] pci 0000:00:1c.0: setting latency timer to 64
[    0.586738] pci 0000:00:1e.0: setting latency timer to 64
[    0.586746] pci 0000:04:0b.0: enabling device (0000 -> 0003)
[    0.586750] pci 0000:04:0b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    1.318661] pci 0000:01:00.0: Boot video device
[    1.318686] pci 0000:04:08.0: Firmware left e100 interrupts enabled; disabling
[    1.320685] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    1.320715] pcieport-driver 0000:00:01.0: found MSI capability
[    1.320737] pcieport-driver 0000:00:01.0: irq 2303 for MSI/MSI-X
[    1.320746] pci_express 0000:00:01.0:pcie00: allocate port service
[    1.320762] pci_express 0000:00:01.0:pcie03: allocate port service
[    1.320804] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    1.320834] pcieport-driver 0000:00:1c.0: found MSI capability
[    1.320855] pcieport-driver 0000:00:1c.0: irq 2302 for MSI/MSI-X
[    1.320866] pci_express 0000:00:1c.0:pcie00: allocate port service
[    1.320879] pci_express 0000:00:1c.0:pcie02: allocate port service
[    1.320892] pci_express 0000:00:1c.0:pcie03: allocate port service
[    1.320956] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.320995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    4.957264] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input5
[    4.988888] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input6
[   92.147036] sdhci-pci 0000:04:0b.4: SDHCI controller found [104c:8034] (rev 0)
[   92.147051] sdhci-pci 0000:04:0b.4: enabling device (0000 -> 0002)
[   92.147059] sdhci-pci 0000:04:0b.4: PCI INT D -> GSI 23 (level, low) -> IRQ 23
ubuntu@ubuntu:~$ 
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

ok, ho reinstallato ubuntu. ora riavvio e vedo cosa fare...
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

cosa devo fare per installare i driver senza mandare fuori uso xorg?
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
kimj
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1058
Iscrizione: sabato 13 settembre 2008, 11:45

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da kimj »

niente. mi sto "leggermente"  rompendo.

ma alla canonical, invece di spendere 3000 euro per il mac + photoshop, non potevano assumere uno sviluppatore in più? io il bug report l'ho pubblicato su launchpad un mese fa...
We no longer think of chairs as technology; we just think of them as chairs. But there was a time when we hadn't worked out how many legs chairs should have, how tall they should be, and they would often 'crash' when we tried to use them.
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: ma che strano- 9.04, xorg, nvidia ge force 6600 go

Messaggio da Guiodic »

Hai letto il messaggio che esce? quello che ti dice che i driver proprietari non sono sviluppati da Ubuntu e che  non possono essere corretti?
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: tropie e 6 ospiti