Knuutsen’s Weblog

HVR-900 USB Hybrid Stick und Creative Live! USB Webcam Notebook Pro in Gutsy Gnome gleichzeitig nutzen

Posted in webcam und dvbt in linux by knuutsen on Februar 13, 2008


Wenn beides funktioniert….

______________________________________________________________
______________________________________________________________

News 29 Juni 2008:

In Hardy Heron dvbt und webcam gelöst!! Ohne Kompilierung des Kernels!!! Im Juli gibt es ein How to!!!

_____________________________________________________________

_____________________________________________________________

In English please look at Gkiagia’s Blog and my description there. Hopefully it helps you!

______________________________________________________________
______________________________________________________________

Vorweg:

Dieses how to richtet sich an Ubuntu – User, die vor dem gleichen Problem stehen wie ich bis vor kurzem.

Fragen wie, was ist v4l-dvb-experimental oder wozu benötige ich noch zusätzlich firmware, was ist gspca usw. werden hier nicht beantwortet. Siehe hierzu Blogroll.

Grundsätzlich sollte dieses how to auch für alle USB – Dvbt – Devices gehen, die auf den v4l-dvb-experimental aufbauen. Ebenso auch für alle in Ubuntu gutsy unterstützten Webcams. Ich beschränke mich hier nur auf meine Devices, da ich dies für alle anderen Kombinationen von dvbt und webcam natürlich nicht nachweisen kann.

Bitte denkt dran, das dieses how to euch helfen soll, jedoch jede Nachahmung auf eigene Gefahr durchgeführt wird.

Als frontend für den HVR-900 verwende ich kaffeine unter gnome; die für mich beste Software für dvbt (analog ist nicht möglich)
Nach soviel Vorgeplenkel kann’s nun losgehen.

An dieser Stelle vielen Dank an George aus Griechenland, der diesen Blog erst möglich gemacht hat.

_____________________________________________________________
_____________________________________________________________

Vorbereitungen:

  1. Wer seinen dvbt – stick noch nicht zum laufen gebracht hat, sollte dies als erstes tun. Wie? Antwort: Konstantin Filtschew blog durcharbeiten. Danach kaffeine über synaptic installieren . In Kaffeine unter „dvb“ -> “ channels“ die Sender aussuchen und ausprobieren.
    In der Regel funktioniert nach der dvbt Installation jetzt die Webcam nicht mehr. Die Ausgabe von ‚dmesg‘ im Terminal liefert in meinem Falle „gspca disagrees about version….“. Ist dies der Fall funktioniert die Webcam nicht mehr. Wer also vor dem gleichen Problem steht, kann nun den workaround unter 2. beginnen. Es lohnt sich..yes!!!!
  2. Um diese Versionskonflikte los zu werden, müssen wir den Kernel rekonfigurieren bzw. patchen (keine Angst ist nicht so schwer 🙂 ). Als erstes prüfen wir in einem Terminal welche kernel-version wir haben.
    Ausgabe in etwa so:

    pedro@pedrobook:~$ uname -r
    linux 2.6.22-14-generic
    pedro@pedrobook:~$

    Dann sucht man in synaptic die dazugehörige „linux-source“. In meinem Fall „linux-source-2.6.22“ with the installed version „2.6.22-14.52“ und installiert diese. Danach synaptic beenden.
  3. Öffne Terminal und gebe folgendes ein (wird benötigt, um vorhandenen kernel ohne Fehler zu kompilieren):
    $ sudo apt-get install build-essential libncurses5-dev kernel-package mercurial

_________________________________________________________________
_________________________________________________________________

Durchführung:

  1. Nun bereiten wir den kernel vor:
    $ cd /usr/src ## Verzeichnis zum recompilieren des Kernels
    $ sudo tar xvjf linux-source*.tar.bz2 ## Entpacken der linux-source
    $ cd linux-source-<drücke tab Taste > ## Ins linux-source-…. Verzeichnis wechseln
    $ sudo cp /boot/config-`uname -r` .config ## Bestehende kernel-Konfiguration kopieren
    Jetzt ist die kernel source soweit fertig, das wir kompilieren können. Bevor wir kompilieren, müssen wir noch die v4l-dvb-experimental von Markus Rechberger holen und damit die kernel source patchen.
    ___________________________________________________________
  2. v4l-dvb-experimental holen und patchen:
    $ cd .. ## wir gehen ein Verzeichnis zurück und sind hier: /usr/src


    $ sudo hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental/
    $ cd v4l-dvb-experimental
    $ SRCDIR=/usr/src/linux-source-<deine version> sudo make kernel-links

    Jetzt ist der kernel gepatched und wir können den kernel so konfigurieren wie es notwendig ist.
    ___________________________________________________________
  3. Kernel konfigurieren:


    $ cd /usr/src/linux-source-<deine version>
    $ sudo make menuconfig


    Mit diesem Befehl öffnen wir den sogenannten menuconfig ncurses dialog. In diesem Editor konfigurieren wir den kernel. Normalerweise müssen wir nur in den video4linux Zweig Änderungen vornehmen. Alle anderen Module bleiben wie gehabt.Handhabung des Editors:

    Der Hauptweg ist deshalb immer: “Device Drivers” -> “Multimedia Devices”. Der Pfeil deutet immer auf ein Unterverzeichnis hin in das wir hinein wollen, um das Modul zu ändern. Wenn man in ein Unterverzeichnis wechseln will, so wählt man mit der „oben“ oder „unten“ Pfeiltaste dieses Unterverzeichnis aus und drückt entweder Enter oder markiert mit der „rechts“ oder „links“ Pfeiltaste den Button „Select“ aus. Hat man dann das Modul, was man benötigt, identifiziert und markiert (ist dann blau hinterlegt), dann tippt man ein „M“ ein.
    Ist man mit dem Auswählen der Module in dem jeweiligen Unterverzeichnis fertig, so wählt man „Exit“ mit der „links“ oder „rechts“ Pfeiltaste aus und drückt Enter und gelangt so ins nächst höhere Verzeichnis.Was bedeutet M?

    Das bedeutet, dass der Linux-Kernel dieses bestimmte Modul einbindet. Steckt man dann später ein dvbt – stick ein, so wird vom kernel das dazugehörige Modul aktiviert. Vorausgesetzt wir finden die richtigen Module 🙂
    ___________________________________________________________
  4. Module aussuchen und mit M markieren:
    Für Avermedia M115, E506R, A16D, A16AR, und für HVR-900 (A1CO) markiert ihr folgende fett hervorgehobenen Module:

    • “Device Drivers” -> “Multimedia Devices” -> “Video capture adapters” -> “Philips SAA7134 support
    • “Device Drivers” -> “Multimedia Devices” -> “Video capture adapters” -> “Philips SAA7134 DMA audio support
    • “Device Drivers” -> “Multimedia Devices” -> “Video capture adapters” -> “DVB/ATSC Support for saa7134 based TV cards
    • “Device Drivers” -> “Multimedia Devices” -> “Analogue/Digital Hybrid Tuners” -> “Xceive XC3028/XC2028 (DVB-T/AnalogueTV/Radio)
    • So nun noch der letzte Schritt, der digitaltv für em28xx etabliert, auf diesen baut ja der HVR-900 auf:“Device Drivers” -> “Multimedia Devices” -> “Video capture
      adapters” -> V4L USB devices ->
      <M> Empia EM28xx USB video capture support
      <M> Empia EM288x/EM275x DVB-T support
      <M> Empia EM28xx USB Audio support
      Damit haben wir die Modul – Änderungen fertig. Wir gehen nun mit den Pfeiltasten auf ‚Exit‘ und bestätigen mit Enter bis wir auf die oberste Verzeichnisebene gelangen; diese ist ja für uns die „Device Drivers“. So jetzt nochmal ‚Exit‘ drücken und der Editor fragt uns, ob wir diese Konfiguration abspeichern wollen. Dies bestätigen wir mit einem Ja. Danach beendet sich der Editor von selbst und wir befinden uns wieder im Terminal im Verzeichnis /usr/src/linux-source-<deine version>.

    _____________________________________________________________

  5. Auf der Verzeichnisebene im Terminal angelangt können wir nun endlich unsere *.deb Pakete bauen:
    $ sudo make-kpkg clean
    $ sudo make-kpkg --initrd --append_to_version .mykernel kernel_image kernel_headers

    Jetzt ist es an der Zeit den Abwasch zu machen, die Wäsche aufzuhängen oder ein Mittagsschläfchen zu halten. Denn das kompilieren des gepatchten Kernels hat bei mir geschlagene 1 Std. und 45 Min. gedauert. Wer bspw. einen Dualcore hat, kann dies erheblich verkürzen in dem man für die letzte Zeile die folgende verwendet:
    $ CONCURRENCY_LEVEL=3 sudo make-kpkg --initrd --append_to_version .mykernel kernel_image kernel_headers
    Irgendwann ist dann auch euer PC / Notebook soweit und wir müssen uns vergewissern, dass wir 2 neue deb Pakete im Verzeichnis /usr/src/ haben und diese dann installieren.
    ___________________________________________________________
  6. Pakete prüfen und installieren:
    $ cd ..

    $/usr/src/ls ## sind *.deb Pakete erstellt? Hoffentlich ja.
    $ sudo dpkg -i linux-*.deb


    So jetzt bleibt noch der Reboot und das Auswählen des neuen Kernels im Grub-Menu.
    ___________________________________________________________
  7. Nach dem Reboot müssen wir noch etwas Hand anlegen. Wer vorher den v4l-dvb-experimental nicht genutzt hat, muss noch folgendes erledigen, sonst läuft gar nichts: Hier exemplarisch für den HVR-900 die richtige Firmware:
    $ cd /lib/firmware
    $ sudo wget http://mcentral.de/firmware/firmware_v3.tgz
    $ sudo tar xvzf firmware_v3.tgz
    Wer prüfen will welche firmware sein dvbt stick verwendet ist in Konstantin Filtschew’s Blog gut aufgehoben. Ist dort sehr schön beschrieben. Nochmals ein reboot!
    ___________________________________________________________
  8. Zuguterletzt noch ein Audio Eintrag danach bitte reboot:

    $ sudo echo „options saa7134 alsa=1“ > /etc/modprobe.d/saa7134
    _____________________________________________________
  9. So jetzt habt ihr den dvbt eingerichtet 🙂 . Testet diesen mit kaffeine. Wenn bis hierhin alles läuft, dann ist der nächste Schritt die USB-Webcam , hier meine Creative…, in den nächsten freien USB – Slot zu stecken.Damit bspw. Camorama eure Webcam anzeigt, müsst ihr den vorhandenen Treiber, in meinem Fall ist das gspca reinstallieren. Ich habe meine Quellsoftware im Verzeichnis /etc/local/ . Hier befindet sich die neueste Version, die ich für meinen alten Kernel installiert hatte: gspcav1-20071224. Alles was ich zu tun hatte war dies:
    $ cd /usr/local/gspcav1-20071224/
    $ sudo ./gspca_build
    Jetzt prüft bitte, ob euer System die video devices erkannt hat. Wie?
    Öffne Terminal und Tippe:
    $ /dev/ ## enter drücken und mit$ /dev/ls ## den Inhalt des Verzeichnisses aufrufen.Dort sollten sich jetzt die Dateien „video0“ und „video1“ befinden.Wenn nicht dann kurz die Webcam aus- und einstecken. DVBT steckt noch! Im Terminal eintippen:
    camorama -d /dev/video1 ## Richtiger Aufruf, wenn dvbt noch steckt!
    ENJOY! 🙂 Webcam und DVBT zur gleichen Zeit! Lest bitte auch Nachtrag 2. ff.
    ___________________________________________________________
  10. Nachtrag:

    Dieser ist von mir auf Englisch aber für manche nützlich, da der recompilierte Kernel einige Nachinstallationen bedarf wie bspw. das WLAN. Dies war bei mir so, da ich ein HP – NX6125 Notebook mit 1,8Ghz AMD habe. Übrigens den alten Kernel sollte man immer aus Sicherheitsgründen nicht löschen….
    Some more hints (after recompiling and booting the recompiled kernel) might be useful, if you have reboot with the recompiled kernel:For my Notebook [and especially for some others as well] i have to fix some things that worked before:
    ___________________________________________________________

    1. No WLAN (and how to fix it):
    My old kernel works with ndiswrapper version 1.52 (my notebook requires it!)
    To fix it for the recompiled kernel:
    Go to your path where you have the data for the ndiswrapper.
    In my case:
    pedro@pedrobook:~/ndiswrapper-1.52$
    Than type:
    sudo make install oder sudo make install ndiswrapper
    sudo modprobe ndiswrapper
    Open your network-manager (i prefer wicd and not the gutsy one) and search for your wlan network. Choose yours and get the connection.
    So that’s all what i had to do.
    ___________________________________________________________

    2. No gspca and how to fix it:
    At my old kernel gspca runs well. For the recompiled one you must (re)install the gspca as well. So how do i do that?
    I used the newest gspca before. On my computer its located in:
    pedro@pedrobook:/usr/local/gspcav1-20071224$
    Type the following in:
    sudo ./gspca_build
    Now enjoy your webcam!
    But recognize this:
    If you put in the webcam first on usb than it is located in /dev/video0 . Type in Terminal: camorama
    If you put in the dvbt first and the webcam as second than the webcam is located in /dev/video1!
    Than type in terminal: camorama -d /dev/video1Remind yourself, when you use camorama! kaffeine looks always at the right video* to grab the dvbt.

    So remind the sequence for camorama; first webcam and second dvbt.
    One more hint: On my notebook skype 2.0 beta recognize automatically the right /dev/video*… :-)___________________________________________________________
    3. No virtualbox and how to fix it:
    Thats the easy part, if you had installed virtualbox (e.g.1.5.4) at your old kernel.
    Go to synaptics and search for virtualbox and click reinstall.
    Finish synaptic and reboot your system.
    Enjoy virtualbox!

    ___________________________________________________________

    4. ATI Driver (fglrx 8.01 implemented with ENVY) not present and how to fix it.

    Using envy it’s easy; open envy and install the ati drivers for the recompiled kernel. Follow the instructions envy gives you including reboot. So that’s it!

    At the end of this description i repeat my thanks to George and his gkiagia’s blog. Without his knowledge i couldn’t have done this!knuutsen

22 Antworten

Subscribe to comments with RSS.

  1. joe said, on April 30, 2008 at 7:21 pm

    hallo, hast du schon was gehört, ob nun unter 8.04 der dvbt stick mit einer webcam standardmäßig funktioniert? danke.

  2. knuutsen said, on Mai 1, 2008 at 1:17 am

    Hey Joe,

    standardmäßig läuft der HVR-900 leider nicht mit gleichzeitiger Nutzung der Webcam durch „einfaches Einstöpseln“ unter hardy heron – das sind meine Erfahrungen nach dem Update von Gutsy auf Hardy mit dem neuen Kernel. Hierzu schau bitte auch, was Konstantin in seinem Blog schreibt…vielleicht hat sich was neues bei Markus Rechberger, der DVB unter linux möglich machte und macht, ergeben.

    Solltest du nach meiner Anleitung unter gutsy den Kernel angepasst haben, so kannst du ein Update von gutsy mit dem „selbst gebastelten“ Kernel auf hardy updaten; funktioniert wunderbar aber dazu muss ich dir ein how to schreiben, da der Updatevorgang einige Fragen an Dich stellt. Leider habe ich dazu gerade beruflich bedingt keine Zeit. Wenn du interesse an einem how to hast, meld dich hier wieder. Ich versuche dann so schnell wie möglich zu reagieren.

    Gruss knuutsen

  3. […] installierte Webcam wird aufgrund des geänderten, experimentellen v4l leider deaktiviert (den Workarround, habe ich noch nicht getestet …) und IMHO wird der Stick mit dem Aufkleber (65018/B2C0) im […]

  4. joe said, on Juli 13, 2008 at 8:16 pm

    hallo knuutsen,

    deine news vom 29.6. sind ja sehr erfreulich. ich warte schon sehnsüchtigst auf das how to!

    lg
    joe

  5. knuutsen said, on Juli 19, 2008 at 9:46 am

    Hey Joe,

    hoffentlich hilft dir mein How to weiter….

    Bitte schreibe mir ein feedback…

    lg
    knuutsen

  6. joe said, on Juli 22, 2008 at 6:22 am

    hallo knuutsen,

    tut mir leid, habe erst jetzt wieder bei dir reingeschaut. ich versteh’s nicht ganz. du hast am 29.6 geschrieben, dass man ohne kompilieren des kernels webcam und stick ab hardy heron betreiben kann. dein „how to“ beschreibt aber genau das kompilieren.

    lg
    joe

  7. h721 said, on August 18, 2008 at 7:37 pm

    Hallo knuutsen,

    ich stand bis vor kurzen vor dem selben Problem.

    Ich benutze eine
    – Logitech Quickcam Communicate STX (046d:08d7) und einen
    – Pinnacle PCTV 72e (2304:0236)

    Nachdem ich v4l-dvb gebaut und installiert habe (mit hg von linuxtv.org), lieft zwar der DVBStick mit wachsender Begeisterung, aber die WebCam nicht mehr.

    Obwohl der gspca-driver kurz vorher noch ging, lies er sich nun nicht mal mehr aus den Sourcen bauen.
    („unknown symbol in dmesg“).
    Auch Deine Anleitung v4l-dvb einzubinden half nichts.

    Aus lauter Verzweiflung habe ich mir nun in meiner Blauäugigkeit gedacht : wenns nur an unbekannten Symbolen liegt, mach ich sie eben bekannt.
    Die Treiber für dvb-usb scheinen ja schon vorhanden zu sein, funktionieren nur nicht so richtig.(ubuntu 8.04 => /lib/modules/’version’/kernel/drivers/media/dvb/dvb-usb)

    – Ich habe alle Pakete (linux-image, ubuntu-modules, linux-header…) neu installiert => die WebCam funktioniert wieder.
    – Die SymbolTabellen und Maps (/lib/modules/’version’/modules.usbmap und modules.symbols) gesichert.

    – Nach Anleitung von linuxtv.org v4l-dvb gebaut und installiert => dvb-usb funktioniert, aber WebCam = unknown symbol.
    – Die alten Maps wieder zurückkopiert => dvb-usb UND WebCam funktionieren.

    vielleicht ist das ja auch für Andere der Schlüssel zum Glück.

    PS: vielleicht war auch noch das eine oder andere depmod und reboot dazwischen, so ganz sicher bin ich mir in meiner Freude nun nicht mehr

  8. knuutsen said, on August 21, 2008 at 11:12 am

    Halo h721,

    Du schreibst:
    „Auch deine Anleitung v4l-dvb einzubinden half nichts“

    Ich nehme an du meinst mein howto 2 für hardy heron und nicht den selbstkompilierten Kernel für gutsy?!

    Bitte versuche es nochmal….aber:

    1. Entferne alle dvb Versuche von der Festplatte…. am besten den Kernel neu draufspielen; also image, headers, kernel usw., so
    dass die Webcam nach dem Reboot funktioniert (dvbt geht dann nicht).

    2. Gehe zur Webseite von Konstantin Flitschew (siehe bei mir unter Blogroll und folge “ nur “ den Installationsanweisungen für
    deine dvbt firmware.

    3. Kehre zurück zum howto 2 und folge exakt! den Anweisungen… nach make und sudo make install reboot. erst nach dem reboot dvbt
    rein…

    4. Terminal öffnen und den Befehl: dmesg | grep dvb > dmesg.txt

    5. Den Inhalt der dmesg.txt hier posten….

    6. Erst dann kann ich dir helfen eine Lösung zu finden.

    Viele Grüsse knuutsen …PS: Nach dem howto 6 steht rechts der Button Kommentare… kannst du bitte dort deine Ergebnisse posten, da die Kommentare hier für Gutsy sein sollen… merci 🙂

  9. h721 said, on August 27, 2008 at 8:19 pm

    Hallo nochmal,

    gott sei dank kam gestern ein Kernel-Update, so das ich gezwungen war alles nochmal zu wieder holen.
    Jetzt läuft alles wie geschmiert: v4l-dvb kompiliert so durch (ohne meinen beschriebenen Eingriff) und die webcam geht auch noch
    Glückes Geschick, tirrilie… Trotzdem vielen Dank
    PS: Tschuldigung, aber ich hab deinen Button nach howto 6 nicht gefunden, zur Not lösch mich

  10. knuutsen said, on August 28, 2008 at 3:06 pm

    hallo h271,

    prima!

    kannst du mir noch mitteilen welchen kernel du verwendest?

    Im terminal: uname -r eintippen

    Danke knuutsen

  11. ebb5499 said, on Oktober 20, 2008 at 1:57 pm

    moin moin

    also die installation ist ohne größere probleme durchgelaufen, sehr gute beschreibung! und dvbt funktioniert weiterhin. Aber: webcam geht immer noch nicht. fehlemeldung bei camorra lautet could not connetct to video device usw.

    Schade! Kannst Du helfen?

  12. knuutsen said, on Oktober 21, 2008 at 11:42 pm

    Hallo ebb5499,
    du müsstest etwas konkreter werden in deiner Beschreibung… kurzum wie heisst denn deine Webcam deine dvbt? Hast du das Howto 2 angewendet? Dein Laptop ist der gleiche? Ja ja Fragen über Fragen…

    ..vorab schau doch mal im Verzeichnis /dev ob dort die Dateien video0 und video1 angelegt sind; dazu musst du zuvor dvbt und webcam via usb einstöpseln, wenn du USB – Geräte hast….

    Gruss knuutsen

  13. ebb5499 said, on Oktober 22, 2008 at 1:26 pm

    moin moin
    1) meine webcam heißt logitech quickcam communicator
    2) pinacle usb pctv
    2) laptop ist ein maxdata 1,8 Ghz mobile, ’ne daddelkiste zum basteln
    hier ein auszug meiner angeschlossenen usb geräte
    Bus 004 Device 006: ID 1131:1001 Integrated System Solution Corp. KY-BT100 Bluetooth Adapter
    Bus 004 Device 005: ID eb1a:2870 eMPIA Technology, Inc.
    Bus 004 Device 004: ID 046d:08d7 Logitech, Inc.
    Bus 004 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
    Bus 004 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
    Bus 004 Device 001: ID 0000:0000
    Bus 003 Device 001: ID 0000:0000
    Bus 002 Device 001: ID 0000:0000
    Bus 001 Device 001: ID 0000:0000

    alles eingestöpselt!
    Howto 2 habe ich noch nicht ausprobiert. Soll ich? Bringt das was?

    und bei /dev gibt es weder en video0 oder video1. Ein Anlegen der entprechenden Verzeichnisse mit
    sudo ln -s /dev/video0 /dev/video
    hat bisher nicht geklappt, somit auch keine Zuweisung oder Adressierung möglich, wüßte auch gar nicht wie.

    Und nun?

  14. knuutsen said, on Oktober 22, 2008 at 10:21 pm

    Jo ebb5499,

    deine Webcam wird vom gspca Treiber unterstützt, der standardmäßig seit gutsy als Modul im Kernel ist.

    Probier mal…

    (1) dvbt und webcam einstöpseln, dann in Terminal: camorama -d /dev/video0 oder video1

    (2) beide einstöpseln und im Terminal dmesg eingeben – wenn dort irgendwas mit „disagrees“ steht, dann solltest du hier weiter machen:
    Die Pinnacle dvbt läuft ja bei dir… wenn du beides laufen lassen willst, solltest du das howto 2 durcharbeiten. Allerdings musst du zuvor deine funktionierende dvbt software wieder deinstallieren. Fallst du nicht weist wie das geht, dann spiel einfach nochmal über synaptic linux-image, linux-restr-modules linux-headers usw. drüber und starte deine Daddelkiste neu. Jetzt sollte auch die Webcam wieder funktionieren… aber die dvbt nicht.
    Nun könntest du das mal mit dem howto (2) probieren; es müsste klappen…aber wer weis…du weist… auf eigene Gefahr… bei Erfolg läuft beides.

    Übrigens funktioniert das howto (2) nur mit ubuntu 8.04 und höher….

    Poste mal deine Erfahrungen hier…

    knuutsen

  15. ebb5499 said, on Oktober 24, 2008 at 3:27 pm

    moin moin

    danke erst einmal für die antwort. hier meine erfahrungen:
    1) er erscheint die fehlermeldung „couldnot connct to vodeo device“, der ordner fegl auch im verzeichnis „dev“. wenn ich ihn erstelle, ist er nach dem nächsten boot wieder weg
    2) es kommt „command not found“,muß ich das als superuser ausführen?

    Ich werde jetzt versuchen erneit die verzeichnisse anzlegen und dann das mit“camorama -d /dev/video0 oder video1″ ausprobieren.

    Melde mich!

    bis denn

  16. ebb5499 said, on Oktober 24, 2008 at 3:35 pm

    dmesg – wer lesen kann ist im vorteil!!
    auf dem mir sichbaren teil steht nirgends disagree, also auch nicht!

  17. ebb5499 said, on Oktober 24, 2008 at 3:42 pm

    ich wieder

    sudo mknod /dev/video0 c 81 0
    sudo ln -s /dev/video0 /dev/video
    camorama -d /dev/video0

    hat auch nicht geholfen.
    habe ubuntu 8.04 und höher (müßte ich haben), wo sehe ich das genau?
    kann noch was getan werden?

    es gibt eine datei vide0, aber keinen ordner?!?!

    alles blöd!

  18. ebb5499 said, on Oktober 24, 2008 at 4:10 pm

    ach, und dvb- t geht auch nicht mehr! soll ich howto 2 durchführen?

  19. ebb5499 said, on Oktober 24, 2008 at 6:38 pm

    okay, auf eigene gefahr, jetzt geht nix mehr! irgendeine chance wenigstens die webcam zu reaktivieren? bei dem fernsehprogramm ist mir die schon wichtiger

  20. knuutsen said, on Oktober 28, 2008 at 1:44 am

    Jo
    das hört sich wirklich nicht gut an.
    Nach deinen Versuchen, setze zuerst das Ubuntu 8.04 System zurück. Am einfachsten ist es, wenn du dazu synaptic aufrufst und die folgenden Komponenten neuinstallierst (du weist wie das geht???):
    Zuerste linux-image, linux-kernel, linux-restricted modules, linux-headers entfernen (und auf ja keinen Fall hier einen Neustart machen!) dann diese eben genannten linuxe wieder installieren.

    Danach neustart.

    Jetzt die Webcam rein und sie sollte von camorama erkannt werden.

    PS: In 2 bis 3 Tagen kommt Ubuntu 8.10 heraus….

    Wenn du wissen willst, welches Ubuntu du hast, dann gebe doch mal im Terminal uname -r ein. Wenn dort 2.6.24… steht, dann hast du 8.04. .

    Wenn du mit dem hier fertig bist, kannste mir ja mal hier deine dmesg posten: Im Terminal eingeben: dmesg > dmesg.txt
    Dann mit einem Editor die dmesg.txt öffnen und den Inhalt hier her kopieren. Dann kann ich genau sehen woran es bei dir hapert.

    Grüsse ausm Leuchtturm

    Knuutsen

  21. ebb5499 said, on Oktober 31, 2008 at 7:02 pm
    moin moin also 8.10 hat gar nix gebracht (version vom letzten sonntag), habe noch nicht einmal netz bekommen. also alles eingenordet und 8.04 installiert. 2.6.24-21-generic -> meine aktuelle version. zumindest läuft jetzt die webcam wieder, an den usb dvb-t stick traue ich mich erst einmnal nicht mehr ran. es sei denn du findest hier DIE lösung. danke schon mal vorab und schöne grüße vom kanal!! p.s.: was habe ich hier eigentlich gemacht? [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.24-21-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Tue Oct 21 23:43:45 UTC 2008 (Ubuntu 2.6.24-21.43-generic) [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 – 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 – 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 – 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 – 000000001f7df000 (usable) [ 0.000000] BIOS-e820: 000000001f7e0000 – 000000001f7fffc0 (ACPI data) [ 0.000000] BIOS-e820: 000000001f7fffc0 – 000000001f800000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000fff00000 – 0000000100000000 (reserved) [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 503MB LOWMEM available. [ 0.000000] Entering add_active_range(0, 0, 128991) 0 entries of 256 used [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0 -> 4096 [ 0.000000] Normal 4096 -> 128991 [ 0.000000] HighMem 128991 -> 128991 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0 -> 128991 [ 0.000000] On node 0 totalpages: 128991 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 4064 pages, LIFO batch:0 [ 0.000000] Normal zone: 975 pages used for memmap [ 0.000000] Normal zone: 123920 pages, LIFO batch:31 [ 0.000000] HighMem zone: 0 pages used for memmap [ 0.000000] Movable zone: 0 pages used for memmap [ 0.000000] DMI 2.3 present. [ 0.000000] ACPI: RSDP signature @ 0xC00E5010 checksum 0 [ 0.000000] ACPI: RSDP 000E5010, 0014 (r0 INSYDE) [ 0.000000] ACPI: RSDT 1F7FB7A4, 0038 (r1 INSYDE RSDT_000 100 ABCD 10200) [ 0.000000] ACPI: FACP 1F7FFA80, 0074 (r1 INSYDE FACP_000 100 0000 10200) [ 0.000000] ACPI: DSDT 1F7FB9C0, 40BE (r1 INSYDE SONOMA 1 INTL 2002036) [ 0.000000] ACPI: FACS 1F7FFFC0, 0040 [ 0.000000] ACPI: APIC 1F7FFB10, 0068 (r1 STUPID MAPIC_00 30307830 ABCD 10200) [ 0.000000] ACPI: HPET 1F7FFB80, 0038 (r1 INSYDE HPET_000 30303030 0000 30303030) [ 0.000000] ACPI: MCFG 1F7FFBC0, 003C (r1 INSYDE MCFG_000 30303030 0000 30303030) [ 0.000000] ACPI: SSDT 1F7FB7DC, 01D8 (r1 PmRef Cpu0Cst 3001 INTL 20030522) [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] Processor #0 6:13 APIC version 20 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0x0 is invalid [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 1f800000:e0700000) [ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 – 00000000000a0000 [ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 – 00000000000e0000 [ 0.000000] swsusp: Registered nosave memory region: 00000000000e0000 – 0000000000100000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 127984 [ 0.000000] Kernel command line: root=UUID=7aa4b7bc-9f0f-4b07-8366-3dea2cc2793d ro quiet splash [ 0.000000] mapped APIC to ffffb000 (fee00000) [ 0.000000] mapped IOAPIC to ffffa000 (fec00000) [ 0.000000] Enabling fast FPU save and restore… done. [ 0.000000] Enabling unmasked SIMD FPU exception support… done. [ 0.000000] Initializing CPU#0 [ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes) [ 0.000000] Detected 1496.272 MHz processor. [ 12.235921] Console: colour VGA+ 80×25 [ 12.235927] console [tty0] enabled [ 12.236126] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 12.236389] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 12.250252] Memory: 499460k/515964k available (2177k kernel code, 15896k reserved, 1005k data, 368k init, 0k highmem) [ 12.250261] virtual kernel memory layout: [ 12.250262] fixmap : 0xfff4b000 – 0xfffff000 ( 720 kB) [ 12.250264] pkmap : 0xff800000 – 0xffc00000 (4096 kB) [ 12.250265] vmalloc : 0xe0000000 – 0xff7fe000 ( 503 MB) [ 12.250267] lowmem : 0xc0000000 – 0xdf7df000 ( 503 MB) [ 12.250268] .init : 0xc0421000 – 0xc047d000 ( 368 kB) [ 12.250270] .data : 0xc03205e4 – 0xc041bdc4 (1005 kB) [ 12.250271] .text : 0xc0100000 – 0xc03205e4 (2177 kB) [ 12.250275] Checking if this processor honours the WP bit even in supervisor mode… Ok. [ 12.250316] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1 [ 12.330304] Calibrating delay using timer specific routine.. 2996.00 BogoMIPS (lpj=5992013) [ 12.330332] Security Framework initialized [ 12.330341] SELinux: Disabled at boot. [ 12.330358] AppArmor: AppArmor initialized [ 12.330363] Failure registering capabilities with primary security module. [ 12.330372] Mount-cache hash table entries: 512 [ 12.330511] Initializing cgroup subsys ns [ 12.330519] Initializing cgroup subsys cpuacct [ 12.330530] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000 00000000 [ 12.330542] CPU: L1 I cache: 32K, L1 D cache: 32K [ 12.330545] CPU: L2 cache: 1024K [ 12.330549] CPU: After all inits, caps: afe9fbff 00100000 00000000 00042040 00000000 00000000 00000000 00000000 [ 12.330559] Compat vDSO mapped to ffffe000. [ 12.330571] Checking ‚hlt‘ instruction… OK. [ 12.346746] SMP alternatives: switching to UP code [ 12.348910] Freeing SMP alternatives: 11k freed [ 12.349032] Early unpacking initramfs… done [ 12.756479] ACPI: Core revision 20070126 [ 12.756550] ACPI: Looking for DSDT in initramfs… error, file /DSDT.aml not found. [ 12.802753] CPU0: Intel(R) Celeron(R) M processor 1.50GHz stepping 08 [ 12.802777] Total of 1 processors activated (2996.00 BogoMIPS). [ 12.802970] ENABLING IO-APIC IRQs [ 12.803170] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 12.950058] Brought up 1 CPUs [ 12.950089] CPU0 attaching sched-domain: [ 12.950092] domain 0: span 01 [ 12.950094] groups: 01 [ 12.950291] net_namespace: 64 bytes [ 12.950300] Booting paravirtualized kernel on bare hardware [ 12.950813] Time: 16:37:21 Date: 10/31/08 [ 12.950843] NET: Registered protocol family 16 [ 12.951061] EISA bus registered [ 12.951088] ACPI: bus type pci registered [ 12.951232] PCI: PCI BIOS revision 2.10 entry at 0xea304, last bus=1 [ 12.951234] PCI: Using configuration type 1 [ 12.951245] Setting up standard PCI resources [ 12.953572] ACPI: EC: Look up EC in DSDT [ 12.955236] ACPI: Interpreter enabled [ 12.955239] ACPI: (supports S0 S3 S4 S5) [ 12.955256] ACPI: Using IOAPIC for interrupt routing [ 12.956299] ACPI: EC: non-query interrupt received, switching to interrupt mode [ 12.962647] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 [ 12.962650] ACPI: EC: driver started in interrupt mode [ 12.962694] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 12.963325] Force enabled HPET at base address 0xfed00000 [ 12.963334] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO [ 12.963339] PCI quirk: region 1300-133f claimed by ICH6 GPIO [ 12.963895] PCI: Transparent bridge – 0000:00:1e.0 [ 12.963975] ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT] [ 12.964340] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PCIB._PRT] [ 12.968370] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 12.968471] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15) [ 12.968567] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15) [ 12.968662] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *7 11 12 14 15) [ 12.968757] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 12.968853] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 12.968948] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 12.969045] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 12.969170] Linux Plug and Play Support v0.97 (c) Adam Belay [ 12.969206] pnp: PnP ACPI init [ 12.969216] ACPI: bus type pnp registered [ 12.972499] pnp: PnP ACPI: found 9 devices [ 12.972502] ACPI: ACPI bus type pnp unregistered [ 12.972506] PnPBIOS: Disabled by ACPI PNP [ 12.972750] PCI: Using ACPI for IRQ routing [ 12.972755] PCI: If a device doesn’t work, try „pci=routeirq“. If it helps, post a report [ 12.982041] NET: Registered protocol family 8 [ 12.982044] NET: Registered protocol family 20 [ 12.982226] hpet clockevent registered [ 12.982233] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 12.982238] hpet0: 3 64-bit timers, 14318180 Hz [ 12.983283] AppArmor: AppArmor Filesystem Enabled [ 12.985995] Time: tsc clocksource has been installed. [ 12.994032] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved [ 12.994036] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved [ 12.994040] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved [ 12.994043] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved [ 12.994047] system 00:01: iomem range 0xf0008000-0xf000bfff has been reserved [ 12.994050] system 00:01: iomem range 0xfec00000-0xfec00fff has been reserved [ 12.994054] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved [ 12.994057] system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved [ 12.994065] system 00:05: ioport range 0x3e0-0x3e1 has been reserved [ 12.994069] system 00:05: ioport range 0x3f8-0x3ff has been reserved [ 12.994072] system 00:05: ioport range 0x600-0x60f has been reserved [ 12.994075] system 00:05: ioport range 0x680-0x6ff has been reserved [ 12.994078] system 00:05: ioport range 0x800-0x80f has been reserved [ 12.994081] system 00:05: ioport range 0x1000-0x107f has been reserved [ 12.994085] system 00:05: ioport range 0x1180-0x11bf has been reserved [ 12.994088] system 00:05: ioport range 0x1640-0x164f has been reserved [ 12.994092] system 00:05: iomem range 0xe0000000-0xefffffff has been reserved [ 12.994095] system 00:05: iomem range 0xf0008000-0xf000bfff has been reserved [ 12.994099] system 00:05: iomem range 0xfed14000-0xfed17fff has been reserved [ 12.994102] system 00:05: iomem range 0xfed18000-0xfed18fff has been reserved [ 12.994106] system 00:05: iomem range 0xfed19000-0xfed19fff has been reserved [ 13.024557] PCI: Bus 2, cardbus bridge: 0000:01:02.0 [ 13.024560] IO window: 0000c400-0000c4ff [ 13.024566] IO window: 0000c800-0000c8ff [ 13.024572] PREFETCH window: 9c000000-9fffffff [ 13.024578] MEM window: 24000000-27ffffff [ 13.024583] PCI: Bridge: 0000:00:1e.0 [ 13.024587] IO window: c000-dfff [ 13.024593] MEM window: cc000000-cfffffff [ 13.024597] PREFETCH window: 9c000000-9fffffff [ 13.024620] PCI: Setting latency timer of device 0000:00:1e.0 to 64 [ 13.024689] ACPI: PCI Interrupt 0000:01:02.0[A] -> GSI 17 (level, low) -> IRQ 16 [ 13.024707] NET: Registered protocol family 2 [ 13.062029] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 13.062248] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 13.062362] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 13.062477] TCP: Hash tables configured (established 16384 bind 16384) [ 13.062480] TCP reno registered [ 13.074091] checking if image is initramfs… it is [ 13.485766] Switched to high resolution mode on CPU 0 [ 13.871043] Freeing initrd memory: 7320k freed [ 13.871773] audit: initializing netlink socket (disabled) [ 13.871794] audit(1225471041.476:1): initialized [ 13.874191] VFS: Disk quotas dquot_6.5.1 [ 13.874286] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 13.874461] io scheduler noop registered [ 13.874464] io scheduler anticipatory registered [ 13.874466] io scheduler deadline registered [ 13.874478] io scheduler cfq registered (default) [ 13.874496] Boot video device is 0000:00:02.0 [ 13.874856] isapnp: Scanning for PnP cards… [ 14.228991] isapnp: No Plug & Play device found [ 14.260648] Real Time Clock Driver v1.12ac [ 14.260768] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled [ 14.262132] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize [ 14.262213] input: Macintosh mouse button emulation as /devices/virtual/input/input0 [ 14.262326] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 14.269166] i8042.c: Detected active multiplexing controller, rev 1.1. [ 14.272626] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 14.272631] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 14.272634] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 14.272637] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 14.272640] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 14.281293] mice: PS/2 mouse device common for all mice [ 14.281426] EISA: Probing bus 0 at eisa.0 [ 14.281434] Cannot allocate resource for EISA slot 1 [ 14.281463] EISA: Detected 0 cards. [ 14.281467] cpuidle: using governor ladder [ 14.281469] cpuidle: using governor menu [ 14.281579] NET: Registered protocol family 1 [ 14.281611] Using IPI No-Shortcut mode [ 14.281651] registered taskstats version 1 [ 14.281767] Magic number: 12:632:642 [ 14.281913] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 14.281915] EDD information not available. [ 14.282149] Freeing unused kernel memory: 368k freed [ 14.282181] Write protecting the kernel read-only data: 801k [ 14.286441] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 15.535111] fuse init (API version 7.9) [ 15.555987] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) [ 15.555995] ACPI: Processor [CPU0] (supports 8 throttling states) [ 15.556010] ACPI Exception (processor_core-0822): AE_NOT_FOUND, Processor Device is not present [20070126] [ 15.558905] ACPI: Thermal Zone [THRM] (58 C) [ 16.236169] usbcore: registered new interface driver usbfs [ 16.236199] usbcore: registered new interface driver hub [ 16.240135] usbcore: registered new device driver usb [ 16.260118] USB Universal Host Controller Interface driver v3.0 [ 16.260200] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 17 [ 16.260213] PCI: Setting latency timer of device 0000:00:1d.0 to 64 [ 16.260218] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 16.260621] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 [ 16.260658] uhci_hcd 0000:00:1d.0: irq 17, io base 0x00001200 [ 16.260818] usb usb1: configuration #1 chosen from 1 choice [ 16.260845] hub 1-0:1.0: USB hub found [ 16.260852] hub 1-0:1.0: 2 ports detected [ 16.328271] SCSI subsystem initialized [ 16.364138] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18 [ 16.364154] PCI: Setting latency timer of device 0000:00:1d.1 to 64 [ 16.364159] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 16.364186] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2 [ 16.364220] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001220 [ 16.364345] usb usb2: configuration #1 chosen from 1 choice [ 16.364371] hub 2-0:1.0: USB hub found [ 16.364378] hub 2-0:1.0: 2 ports detected [ 16.435955] libata version 3.00 loaded. [ 16.443979] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 16.468058] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19 [ 16.468074] PCI: Setting latency timer of device 0000:00:1d.2 to 64 [ 16.468079] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 16.468110] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3 [ 16.468146] uhci_hcd 0000:00:1d.2: irq 19, io base 0x00001240 [ 16.468278] usb usb3: configuration #1 chosen from 1 choice [ 16.468304] hub 3-0:1.0: USB hub found [ 16.468310] hub 3-0:1.0: 2 ports detected [ 16.572186] PCI: Enabling device 0000:00:1d.7 (0000 -> 0002) [ 16.572197] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 17 [ 16.572214] PCI: Setting latency timer of device 0000:00:1d.7 to 64 [ 16.572219] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 16.572248] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4 [ 16.576166] ehci_hcd 0000:00:1d.7: debug port 1 [ 16.576173] PCI: cache line size of 32 is not supported by device 0000:00:1d.7 [ 16.576182] ehci_hcd 0000:00:1d.7: irq 17, io mem 0x20000000 [ 16.603881] usb 1-1: new full speed USB device using uhci_hcd and address 2 [ 16.615853] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 [ 16.615992] usb usb4: configuration #1 chosen from 1 choice [ 16.616020] hub 4-0:1.0: USB hub found [ 16.616028] hub 4-0:1.0: 6 ports detected [ 16.719991] 8139cp 0000:01:04.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip [ 16.719998] 8139cp 0000:01:04.0: Try the „8139too“ driver instead. [ 16.722404] ACPI: PCI Interrupt 0000:01:02.2[C] -> GSI 19 (level, low) -> IRQ 18 [ 16.772184] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18] MMIO=[fedff800-fedfffff] Max Packet=[2048] IR/IT contexts=[4/8] [ 16.774121] 8139too Fast Ethernet driver 0.9.28 [ 16.776162] ata_piix 0000:00:1f.2: version 2.12 [ 16.776172] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] [ 16.931723] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18 [ 16.931769] PCI: Setting latency timer of device 0000:00:1f.2 to 64 [ 16.932574] scsi0 : ata_piix [ 16.933160] scsi1 : ata_piix [ 16.934092] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1100 irq 14 [ 16.934096] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1108 irq 15 [ 17.095938] ata1.00: ATA-6: HTS541040G9AT00, MB2OA60A, max UDMA/100 [ 17.095944] ata1.00: 78140160 sectors, multi 16: LBA48 [ 17.095947] ata1.00: applying bridge limits [ 17.111924] ata1.00: configured for UDMA/100 [ 17.315433] usb 4-2: new high speed USB device using ehci_hcd and address 3 [ 17.431796] ata2.00: ATAPI: TSSTcorpCD/DVDW SN-S082D, SS02, max UDMA/33 [ 17.448090] usb 4-2: configuration #1 chosen from 1 choice [ 17.448782] hub 4-2:1.0: USB hub found [ 17.449108] hub 4-2:1.0: 4 ports detected [ 17.479328] Clocksource tsc unstable (delta = -17993773740 ns) [ 17.486137] Time: hpet clocksource has been installed. [ 17.514127] ata2.00: configured for UDMA/33 [ 17.514267] scsi 0:0:0:0: Direct-Access ATA HTS541040G9AT00 MB2O PQ: 0 ANSI: 5 [ 17.516131] scsi 1:0:0:0: CD-ROM TSSTcorp CD/DVDW SN-S082D SS02 PQ: 0 ANSI: 5 [ 17.519531] ACPI: PCI Interrupt 0000:01:04.0[A] -> GSI 20 (level, low) -> IRQ 20 [ 17.520445] eth0: RealTek RTL8139 at 0xc000, 00:40:d0:97:ad:0b, IRQ 20 [ 17.520448] eth0: Identified 8139 chip type ‚RTL-8100B/8139D‘ [ 17.539798] Driver ’sd‘ needs updating – please use bus_type methods [ 17.539901] sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB) [ 17.539916] sd 0:0:0:0: [sda] Write Protect is off [ 17.539919] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 17.539938] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA [ 17.539995] sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB) [ 17.540006] sd 0:0:0:0: [sda] Write Protect is off [ 17.540009] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 17.540026] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA [ 17.540031] sda:Driver ’sr‘ needs updating – please use bus_type methods [ 17.552575] usb 1-1: new full speed USB device using uhci_hcd and address 3 [ 17.559867] usb 1-1: configuration #1 chosen from 1 choice [ 17.587510] sda1 sda2 [ 17.606972] sd 0:0:0:0: [sda] Attached SCSI disk [ 17.614385] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 17.614410] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 17.652951] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 17.652958] Uniform CD-ROM driver Revision: 3.20 [ 17.653025] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 17.690625] usb 4-2.1: new full speed USB device using ehci_hcd and address 4 [ 17.735889] usb 4-2.1: configuration #1 chosen from 1 choice [ 17.806179] Attempting manual resume [ 17.806184] swsusp: Resume From Partition 8:5 [ 17.806186] PM: Checking swsusp image. [ 17.806353] PM: Resume from disk failed. [ 17.823373] EXT3-fs: INFO: recovery required on readonly filesystem. [ 17.823378] EXT3-fs: write access will be enabled during recovery. [ 17.867506] usb 4-2.3: new high speed USB device using ehci_hcd and address 5 [ 17.907692] usb 4-2.3: configuration #1 chosen from 1 choice [ 17.907980] hub 4-2.3:1.0: USB hub found [ 17.908319] hub 4-2.3:1.0: 4 ports detected [ 18.037667] usb 4-2.3.1: new high speed USB device using ehci_hcd and address 6 [ 18.065261] usb 4-2.3.1: configuration #1 chosen from 1 choice [ 18.160567] kjournald starting. Commit interval 5 seconds [ 18.160587] EXT3-fs: sda1: orphan cleanup on readonly fs [ 18.160595] ext3_orphan_cleanup: deleting unreferenced inode 2090932 [ 18.160648] ext3_orphan_cleanup: deleting unreferenced inode 2090931 [ 18.160661] ext3_orphan_cleanup: deleting unreferenced inode 2090930 [ 18.160671] ext3_orphan_cleanup: deleting unreferenced inode 492875 [ 18.160686] ext3_orphan_cleanup: deleting unreferenced inode 492834 [ 18.160691] EXT3-fs: sda1: 5 orphan inodes deleted [ 18.160694] EXT3-fs: recovery complete. [ 18.163811] EXT3-fs: mounted filesystem with ordered data mode. [ 20.999834] Linux agpgart interface v0.102 [ 21.115881] agpgart: Detected an Intel 915GM Chipset. [ 21.116190] agpgart: Detected 7932K stolen memory. [ 21.279691] agpgart: AGP aperture is 256M @ 0xa0000000 [ 21.615083] iTCO_vendor_support: vendor-support=0 [ 21.659429] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007) [ 21.659602] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060) [ 21.659657] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 21.771558] input: Power Button (FF) as /devices/virtual/input/input2 [ 21.783329] ACPI: Power Button (FF) [PWRF] [ 21.783431] input: Sleep Button (CM) as /devices/virtual/input/input3 [ 21.795319] ACPI: Sleep Button (CM) [SBTN] [ 21.795410] input: Lid Switch as /devices/virtual/input/input4 [ 21.797190] ACPI: Lid Switch [LID] [ 21.835334] intel_rng: Firmware space is locked read-only. If you can’t or [ 21.835337] intel_rng: don’t want to disable this in firmware setup, and if [ 21.835339] intel_rng: you are certain that your system has a functional [ 21.835341] intel_rng: RNG, try using the ’no_fwh_detect‘ option. [ 21.953943] ACPI: AC Adapter [AC] (on-line) [ 22.194510] ACPI: Battery Slot [BAT0] (battery present) [ 22.595834] Yenta: CardBus bridge found at 0000:01:02.0 [1071:8048] [ 22.595863] Yenta: Using CSCINT to route CSC interrupts to PCI [ 22.595865] Yenta: Routing CardBus interrupts to PCI [ 22.595872] Yenta TI: socket 0000:01:02.0, mfunc 0x01ac1b22, devctl 0x64 [ 22.827487] Yenta: ISA IRQ mask 0x0cf8, PCI irq 16 [ 22.827494] Socket status: 30000006 [ 22.827497] Yenta: Raising subordinate bus# of parent bus (#01) from #02 to #05 [ 22.827504] pcmcia: parent PCI bridge I/O window: 0xc000 – 0xdfff [ 22.827508] cs: IO port probe 0xc000-0xdfff: clean. [ 22.828043] pcmcia: parent PCI bridge Memory window: 0xcc000000 – 0xcfffffff [ 22.828046] pcmcia: parent PCI bridge Memory window: 0x9c000000 – 0x9fffffff [ 22.959344] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 23.542363] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 21 (level, low) -> IRQ 21 [ 23.582618] phy0: Selected rate control algorithm ’simple‘ [ 23.715019] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6 [ 23.726140] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 25.263684] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 22 [ 25.263721] PCI: Setting latency timer of device 0000:00:1b.0 to 64 [ 25.888696] Linux video capture interface: v2.00 [ 25.890961] Synaptics Touchpad, model: 1, fw: 6.2, id: 0xa5a0b1, caps: 0xa04713/0x0 [ 25.933004] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input7 [ 26.012143] usbcore: registered new interface driver snd-usb-audio [ 26.032819] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c: USB GSPCA camera found.(ZC3XX) [ 26.206198] Bluetooth: Core ver 2.11 [ 26.218788] NET: Registered protocol family 31 [ 26.218793] Bluetooth: HCI device and connection manager initialized [ 26.218799] Bluetooth: HCI socket layer initialized [ 26.250143] Bluetooth: HCI USB driver ver 2.9 [ 26.666448] usbcore: registered new interface driver gspca [ 26.666457] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c: gspca driver 01.00.20 registered [ 26.667127] usbcore: registered new interface driver hci_usb [ 27.769338] cs: IO port probe 0x100-0x3af: clean. [ 27.771072] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7 [ 27.771780] cs: IO port probe 0x820-0x8ff: clean. [ 27.772389] cs: IO port probe 0xc00-0xcf7: clean. [ 27.773167] cs: IO port probe 0xa00-0xaff: clean. [ 27.948135] lp: driver loaded but no devices found [ 28.170186] Adding 1485972k swap on /dev/sda5. Priority:-1 extents:1 across:1485972k [ 28.254977] EXT3 FS on sda1, internal journal [ 28.673966] ip_tables: (C) 2000-2006 Netfilter Core Team [ 28.934002] No dock devices found. [ 29.736591] apm: BIOS not found. [ 29.809291] ppdev: user-space parallel port driver [ 29.829982] audit(1225471088.165:2): type=1503 operation=“inode_permission“ requested_mask=“a::“ denied_mask=“a::“ name=“/dev/tty“ pid=4926 profile=“/usr/sbin/cupsd“ namespace=“default“ [ 31.542653] input: Unspecified device as /devices/virtual/input/input8 [ 31.617461] eth0: link down [ 31.618076] Bluetooth: L2CAP ver 2.9 [ 31.618079] Bluetooth: L2CAP socket layer initialized [ 31.712745] Bluetooth: RFCOMM socket layer initialized [ 31.712765] Bluetooth: RFCOMM TTY layer initialized [ 31.712767] Bluetooth: RFCOMM ver 1.8 [ 32.371892] NET: Registered protocol family 17 [ 34.304581] [drm] Initialized drm 1.1.0 20060810 [ 34.308359] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 22 [ 34.308369] PCI: Setting latency timer of device 0000:00:02.0 to 64 [ 34.308465] [drm] Initialized i915 1.6.0 20060119 on minor 0 [ 68.124961] NET: Registered protocol family 10 [ 68.125505] lo: Disabled Privacy Extensions [ 68.126105] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 68.126756] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 78.373629] wlan0: Initial auth_alg=0 [ 78.373640] wlan0: authenticate with AP 00:13:49:07:67:55 [ 78.376252] wlan0: RX authentication from 00:13:49:07:67:55 (alg=0 transaction=2 status=0) [ 78.376258] wlan0: authenticated [ 78.376262] wlan0: associate with AP 00:13:49:07:67:55 [ 78.379134] wlan0: RX AssocResp from 00:13:49:07:67:55 (capab=0x471 status=0 aid=2) [ 78.379142] wlan0: associated [ 78.379149] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 78.379153] wlan0: switched to short barker preamble (BSSID=00:13:49:07:67:55) [ 78.379849] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 88.311442] wlan0: no IPv6 routers present [ 119.093941] process `skype‘ is using obsolete setsockopt SO_BSDCOMPAT [ 159.859297] ata2.00: qc timeout (cmd 0xa0) [ 159.859316] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 159.859330] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 159.859332] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 159.859333] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 159.859337] ata2.00: status: { DRDY ERR } [ 162.828062] ata2: port is slow to respond, please be patient (Status 0xd0) [ 165.781159] ata2: device not ready (errno=-16), forcing hardreset [ 165.781167] ata2: soft resetting link [ 166.077979] ata2.00: configured for UDMA/33 [ 166.078014] ata2: EH complete [ 260.501779] ata2.00: qc timeout (cmd 0xa0) [ 260.501798] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 260.501811] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 260.501813] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 260.501815] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 260.501819] ata2.00: status: { DRDY ERR } [ 263.298081] ata2: port is slow to respond, please be patient (Status 0xd1) [ 266.075935] ata2: device not ready (errno=-16), forcing hardreset [ 266.075944] ata2: soft resetting link [ 266.368073] ata2.00: configured for UDMA/33 [ 266.368107] ata2: EH complete [ 305.408323] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 305.623515] ata2.00: qc timeout (cmd 0xa0) [ 305.623531] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 305.623544] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 305.623545] cdb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 305.623547] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 305.623551] ata2.00: status: { DRDY ERR } [ 305.637489] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 308.420953] ata2: port is slow to respond, please be patient (Status 0xd0) [ 311.184900] ata2: device not ready (errno=-16), forcing hardreset [ 311.184909] ata2: soft resetting link [ 311.477012] ata2.00: configured for UDMA/33 [ 311.477047] ata2: EH complete [ 344.062364] ata2.00: qc timeout (cmd 0xa0) [ 344.062383] ata2.00: limiting speed to UDMA/25:PIO4 [ 344.062388] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 344.062401] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 344.062403] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 344.062405] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 344.062409] ata2.00: status: { DRDY ERR } [ 346.857492] ata2: port is slow to respond, please be patient (Status 0xd1) [ 349.618982] ata2: device not ready (errno=-16), forcing hardreset [ 349.618991] ata2: soft resetting link [ 349.910808] ata2.00: configured for UDMA/25 [ 349.910843] ata2: EH complete [ 360.501851] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 360.615302] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 384.750010] ata2.00: qc timeout (cmd 0xa0) [ 384.750029] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 384.750042] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 384.750044] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 384.750046] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 384.750050] ata2.00: status: { DRDY ERR } [ 387.551404] ata2: port is slow to respond, please be patient (Status 0xd0) [ 390.313637] ata2: device not ready (errno=-16), forcing hardreset [ 390.313645] ata2: soft resetting link [ 390.605278] ata2.00: configured for UDMA/25 [ 390.605313] ata2: EH complete [ 408.712832] ata2.00: qc timeout (cmd 0xa0) [ 408.712852] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 408.712865] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 408.712867] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 408.712869] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 408.712873] ata2.00: status: { DRDY ERR } [ 411.520593] ata2: port is slow to respond, please be patient (Status 0xd0) [ 414.286735] ata2: device not ready (errno=-16), forcing hardreset [ 414.286742] ata2: soft resetting link [ 414.579340] ata2.00: configured for UDMA/25 [ 414.579375] ata2: EH complete [ 470.625992] ata2.00: qc timeout (cmd 0xa0) [ 470.626012] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 470.626024] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 470.626026] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 470.626028] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 470.626032] ata2.00: status: { DRDY ERR } [ 473.690217] ata2: port is slow to respond, please be patient (Status 0xd1) [ 477.106444] ata2: device not ready (errno=-16), forcing hardreset [ 477.106453] ata2: soft resetting link [ 477.412606] ata2.00: configured for UDMA/25 [ 477.412641] ata2: EH complete [ 489.788976] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 489.992790] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 504.821531] ata2.00: qc timeout (cmd 0xa0) [ 504.821551] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 504.821564] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 504.821566] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 504.821568] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 504.821572] ata2.00: status: { DRDY ERR } [ 508.161179] ata2: port is slow to respond, please be patient (Status 0xd1) [ 511.038410] ata2: device not ready (errno=-16), forcing hardreset [ 511.038418] ata2: soft resetting link [ 511.353501] ata2.00: configured for UDMA/25 [ 511.353536] ata2: EH complete [ 543.520685] ata2.00: qc timeout (cmd 0xa0) [ 543.520706] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 543.520719] ata2.00: cmd a0/00:00:00:0c:00/00:00:00:00:00/a0 tag 0 pio 12 in [ 543.520720] cdb 43 00 00 00 00 00 00 00 0c 40 00 00 00 00 00 00 [ 543.520722] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 543.520726] ata2.00: status: { DRDY ERR } [ 546.384481] ata2: port is slow to respond, please be patient (Status 0xd1) [ 549.218906] ata2: device not ready (errno=-16), forcing hardreset [ 549.218915] ata2: soft resetting link [ 549.515992] ata2.00: configured for UDMA/25 [ 549.516029] ata2: EH complete [ 595.445696] ata2.00: qc timeout (cmd 0xa0) [ 595.445718] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 595.445730] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 595.445732] cdb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 595.445734] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 595.445738] ata2.00: status: { DRDY ERR } [ 598.314833] ata2: port is slow to respond, please be patient (Status 0xd0) [ 601.166153] ata2: device not ready (errno=-16), forcing hardreset [ 601.166164] ata2: soft resetting link [ 601.465039] ata2.00: configured for UDMA/25 [ 601.465076] ata2: EH complete [ 630.240274] ata2.00: qc timeout (cmd 0xa0) [ 630.240295] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 630.240307] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 630.240309] cdb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 630.240310] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 630.240314] ata2.00: status: { DRDY ERR } [ 633.094414] ata2: port is slow to respond, please be patient (Status 0xd0) [ 635.927913] ata2: device not ready (errno=-16), forcing hardreset [ 635.927922] ata2: soft resetting link [ 636.230199] ata2.00: configured for UDMA/25 [ 636.230237] ata2: EH complete [ 823.240361] ata2.00: qc timeout (cmd 0xa0) [ 823.240382] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 823.240395] ata2.00: cmd a0/00:00:00:0c:00/00:00:00:00:00/a0 tag 0 pio 12 in [ 823.240397] cdb 43 00 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 [ 823.240398] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 823.240403] ata2.00: status: { DRDY ERR } [ 826.112231] ata2: port is slow to respond, please be patient (Status 0xd0) [ 828.943021] ata2: device not ready (errno=-16), forcing hardreset [ 828.943029] ata2: soft resetting link [ 829.244782] ata2.00: configured for UDMA/25 [ 829.244818] ata2: EH complete [ 868.255597] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 868.255615] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 868.255616] cdb 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 868.255618] res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout) [ 868.255622] ata2.00: status: { DRDY } [ 871.123620] ata2: port is slow to respond, please be patient (Status 0xd0) [ 874.024554] ata2: device not ready (errno=-16), forcing hardreset [ 874.024563] ata2: soft resetting link [ 874.332827] ata2.00: configured for UDMA/25 [ 874.332852] ata2: EH complete [ 903.936689] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 904.335311] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 905.258348] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 905.413646] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 916.243005] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 916.560500] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 945.463745] ata2.00: qc timeout (cmd 0xa0) [ 945.463765] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 945.463778] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 945.463779] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 945.463781] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 945.463785] ata2.00: status: { DRDY ERR } [ 949.021890] ata2: port is slow to respond, please be patient (Status 0xd1) [ 951.812360] ata2: device not ready (errno=-16), forcing hardreset [ 951.812368] ata2: soft resetting link [ 952.109752] ata2.00: configured for UDMA/25 [ 952.109787] ata2: EH complete [ 975.777962] ata2.00: qc timeout (cmd 0xa0) [ 975.777983] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 975.777996] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 975.777997] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 975.777999] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 975.778003] ata2.00: status: { DRDY ERR } [ 978.574380] ata2: port is slow to respond, please be patient (Status 0xd0) [ 981.339477] ata2: device not ready (errno=-16), forcing hardreset [ 981.339485] ata2: soft resetting link [ 981.631496] ata2.00: configured for UDMA/25 [ 981.631530] ata2: EH complete [ 1004.256673] ata2.00: qc timeout (cmd 0xa0) [ 1004.256693] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1004.256706] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1004.256707] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1004.256709] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1004.256713] ata2.00: status: { DRDY ERR } [ 1007.056911] ata2: port is slow to respond, please be patient (Status 0xd0) [ 1009.824532] ata2: device not ready (errno=-16), forcing hardreset [ 1009.824540] ata2: soft resetting link [ 1010.121961] ata2.00: configured for UDMA/25 [ 1010.121997] ata2: EH complete [ 1065.701792] ata2.00: qc timeout (cmd 0xa0) [ 1065.701812] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1065.701825] ata2.00: cmd a0/00:00:00:0c:00/00:00:00:00:00/a0 tag 0 pio 12 in [ 1065.701827] cdb 43 00 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 [ 1065.701829] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1065.701833] ata2.00: status: { DRDY ERR } [ 1068.952675] ata2: port is slow to respond, please be patient (Status 0xd0) [ 1072.404081] ata2: device not ready (errno=-16), forcing hardreset [ 1072.404090] ata2: soft resetting link [ 1072.753284] ata2.00: configured for UDMA/25 [ 1072.753318] ata2: EH complete [ 1078.163513] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1078.338973] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1184.165026] ata2.00: qc timeout (cmd 0xa0) [ 1184.165047] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1184.165059] ata2.00: cmd a0/00:00:00:0c:00/00:00:00:00:00/a0 tag 0 pio 12 in [ 1184.165061] cdb 43 00 00 00 00 00 00 00 0c 40 00 00 00 00 00 00 [ 1184.165063] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1184.165067] ata2.00: status: { DRDY ERR } [ 1186.184889] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1186.356033] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1188.217961] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1191.048729] ata2: device not ready (errno=-16), forcing hardreset [ 1191.048736] ata2: soft resetting link [ 1191.354144] ata2.00: configured for UDMA/25 [ 1191.354179] ata2: EH complete [ 1205.732368] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1205.937051] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1220.009860] ata2.00: qc timeout (cmd 0xa0) [ 1220.009879] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1220.009892] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1220.009893] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1220.009895] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1220.009899] ata2.00: status: { DRDY ERR } [ 1223.234680] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1227.311154] ata2: device not ready (errno=-16), forcing hardreset [ 1227.311164] ata2: soft resetting link [ 1227.677285] ata2.00: configured for UDMA/25 [ 1227.677329] ata2: EH complete [ 1267.224743] ata2.00: qc timeout (cmd 0xa0) [ 1267.224772] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1267.224786] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1267.224788] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1267.224790] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1267.224794] ata2.00: status: { DRDY ERR } [ 1271.047649] ata2: port is slow to respond, please be patient (Status 0xd0) [ 1274.834528] ata2: device not ready (errno=-16), forcing hardreset [ 1274.834537] ata2: soft resetting link [ 1275.244716] ata2.00: configured for UDMA/25 [ 1275.244752] ata2: EH complete [ 1313.211666] ata2.00: qc timeout (cmd 0xa0) [ 1313.211686] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1313.211699] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1313.211701] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1313.211702] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1313.211706] ata2.00: status: { DRDY ERR } [ 1316.074666] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1318.899851] ata2: device not ready (errno=-16), forcing hardreset [ 1318.899860] ata2: soft resetting link [ 1319.209650] ata2.00: configured for UDMA/25 [ 1319.209687] ata2: EH complete [ 1377.598495] ata2.00: qc timeout (cmd 0xa0) [ 1377.598516] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1377.598529] ata2.00: cmd a0/00:00:00:0c:00/00:00:00:00:00/a0 tag 0 pio 12 in [ 1377.598531] cdb 43 00 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 [ 1377.598533] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1377.598537] ata2.00: status: { DRDY ERR } [ 1380.486343] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1383.322208] ata2: device not ready (errno=-16), forcing hardreset [ 1383.322216] ata2: soft resetting link [ 1383.628427] ata2.00: configured for UDMA/25 [ 1383.628463] ata2: EH complete [ 1443.168921] ata2.00: qc timeout (cmd 0xa0) [ 1443.168941] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1443.168954] ata2.00: cmd a0/00:00:00:0c:00/00:00:00:00:00/a0 tag 0 pio 12 in [ 1443.168956] cdb 43 00 00 00 00 00 00 00 0c 40 00 00 00 00 00 00 [ 1443.168958] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1443.168962] ata2.00: status: { DRDY ERR } [ 1446.037341] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1448.871035] ata2: device not ready (errno=-16), forcing hardreset [ 1448.871043] ata2: soft resetting link [ 1449.190841] ata2.00: configured for UDMA/25 [ 1449.190879] ata2: EH complete [ 1500.603938] ata2.00: qc timeout (cmd 0xa0) [ 1500.603960] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1500.603973] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1500.603975] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1500.603977] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1500.603981] ata2.00: status: { DRDY ERR } [ 1503.457556] ata2: port is slow to respond, please be patient (Status 0xd0) [ 1506.283666] ata2: device not ready (errno=-16), forcing hardreset [ 1506.283675] ata2: soft resetting link [ 1506.576351] ata2.00: configured for UDMA/25 [ 1506.576386] ata2: EH complete [ 1601.280088] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1601.510199] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1613.820645] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1613.934437] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1618.084731] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1618.199846] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1618.434179] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1618.554200] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1622.725477] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1622.841821] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1632.833145] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1633.062928] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1634.775907] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1635.009400] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1636.630825] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1636.743861] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1637.563771] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1637.686542] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1639.201208] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1639.546874] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1640.715596] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1654.237714] printk: 1 messages suppressed. [ 1654.237725] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1654.695888] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1661.496027] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1661.967392] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1662.333781] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1662.447819] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1663.014674] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1663.353535] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1665.662640] printk: 4 messages suppressed. [ 1665.662650] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1672.831580] printk: 1 messages suppressed. [ 1672.831591] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1673.296473] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1676.626133] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1676.860289] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1679.287979] printk: 4 messages suppressed. [ 1679.287989] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1682.287338] printk: 1 messages suppressed. [ 1682.287348] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1685.509806] printk: 1 messages suppressed. [ 1685.509816] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1711.631448] printk: 1 messages suppressed. [ 1711.631458] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1711.744602] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1713.270079] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1713.383248] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1720.084129] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1720.197853] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1720.546391] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1720.779230] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1722.171108] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1722.510791] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1728.790423] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1728.923309] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1729.722073] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1729.970491] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1731.174611] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1731.295398] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1733.979776] printk: 4 messages suppressed. [ 1733.979786] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1742.647583] printk: 5 messages suppressed. [ 1742.647592] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1744.956825] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1745.679486] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1746.857544] printk: 1 messages suppressed. [ 1746.857553] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1747.811573] ata2.00: qc timeout (cmd 0xa0) [ 1747.811595] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1747.811608] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1747.811610] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1747.811611] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1747.811616] ata2.00: status: { DRDY ERR } [ 1750.530579] printk: 5 messages suppressed. [ 1750.530589] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1751.272100] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1754.318034] ata2: device not ready (errno=-16), forcing hardreset [ 1754.318044] ata2: soft resetting link [ 1754.626690] ata2.00: configured for UDMA/25 [ 1754.626723] ata2: EH complete [ 1767.293952] printk: 5 messages suppressed. [ 1767.293963] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1767.413766] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1767.792363] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1767.914227] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1768.774850] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1770.202339] printk: 1 messages suppressed. [ 1770.202349] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1772.549269] printk: 6 messages suppressed. [ 1772.549279] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1778.010712] printk: 6 messages suppressed. [ 1778.010722] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1783.705909] printk: 1 messages suppressed. [ 1783.705919] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1783.828228] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1785.406572] printk: 2 messages suppressed. [ 1785.406582] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1788.959154] printk: 1 messages suppressed. [ 1788.959164] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1791.562424] printk: 4 messages suppressed. [ 1791.562434] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1792.146911] ata2.00: qc timeout (cmd 0xa0) [ 1792.146930] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1792.146942] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 1792.146944] cdb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1792.146946] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1792.146950] ata2.00: status: { DRDY ERR } [ 1794.984475] printk: 3 messages suppressed. [ 1794.984485] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1795.488209] ata2: port is slow to respond, please be patient (Status 0xd0) [ 1798.369094] printk: 2 messages suppressed. [ 1798.369103] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1798.582005] ata2: device not ready (errno=-16), forcing hardreset [ 1798.582015] ata2: soft resetting link [ 1798.914278] ata2.00: configured for UDMA/25 [ 1798.914313] ata2: EH complete [ 1801.595319] printk: 1 messages suppressed. [ 1801.595329] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1813.024665] printk: 1 messages suppressed. [ 1813.024674] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1813.483779] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1814.330841] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1814.475270] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1816.824586] printk: 2 messages suppressed. [ 1816.824596] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1825.359932] ata2.00: qc timeout (cmd 0xa0) [ 1825.359952] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 1825.359964] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 1825.359966] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 1825.359968] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 1825.359972] ata2.00: status: { DRDY ERR } [ 1828.405581] ata2: port is slow to respond, please be patient (Status 0xd1) [ 1831.656481] ata2: device not ready (errno=-16), forcing hardreset [ 1831.656489] ata2: soft resetting link [ 1831.992371] ata2.00: configured for UDMA/25 [ 1831.992407] ata2: EH complete [ 1835.246118] printk: 1 messages suppressed. [ 1835.246128] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1835.440513] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1836.445218] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1837.788259] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1838.355955] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1838.734355] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1840.070977] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1843.299352] printk: 7 messages suppressed. [ 1843.299362] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1846.327458] printk: 5 messages suppressed. [ 1846.327468] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1848.868919] printk: 3 messages suppressed. [ 1848.868930] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1855.753453] printk: 2 messages suppressed. [ 1855.753464] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1856.175676] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1858.803344] printk: 6 messages suppressed. [ 1858.803354] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1861.707027] printk: 4 messages suppressed. [ 1861.707040] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1864.607494] printk: 8 messages suppressed. [ 1864.607504] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1868.139359] printk: 6 messages suppressed. [ 1868.139369] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1870.820890] printk: 7 messages suppressed. [ 1870.820900] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1873.464093] printk: 6 messages suppressed. [ 1873.464102] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1876.494310] printk: 4 messages suppressed. [ 1876.494321] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1879.932567] printk: 7 messages suppressed. [ 1879.932577] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1883.329466] printk: 6 messages suppressed. [ 1883.329476] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1886.299645] printk: 4 messages suppressed. [ 1886.299655] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1889.529566] printk: 3 messages suppressed. [ 1889.529576] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1892.488746] printk: 5 messages suppressed. [ 1892.488756] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1896.395454] printk: 5 messages suppressed. [ 1896.395464] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1898.708567] printk: 3 messages suppressed. [ 1898.708579] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1902.739109] printk: 4 messages suppressed. [ 1902.739118] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1905.006353] printk: 2 messages suppressed. [ 1905.006367] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1908.616422] printk: 2 messages suppressed. [ 1908.616432] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1913.418402] printk: 4 messages suppressed. [ 1913.418413] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1916.648201] printk: 3 messages suppressed. [ 1916.648211] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1921.308099] printk: 4 messages suppressed. [ 1921.308110] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1925.254394] printk: 4 messages suppressed. [ 1925.254404] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1932.343399] printk: 1 messages suppressed. [ 1932.343409] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1932.474532] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1939.958154] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1940.151527] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1944.165725] printk: 2 messages suppressed. [ 1944.165735] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1948.024080] printk: 3 messages suppressed. [ 1948.024090] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1954.437141] printk: 1 messages suppressed. [ 1954.437151] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1954.562950] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1965.206725] printk: 2 messages suppressed. [ 1965.206734] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1965.689702] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1967.735086] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1969.211365] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1973.968894] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1974.430656] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1994.277065] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1994.534755] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1994.803679] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1995.441952] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1997.393210] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1997.538504] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 1998.273038] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 1998.534551] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2001.424535] printk: 3 messages suppressed. [ 2001.424548] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2057.335109] ata2.00: qc timeout (cmd 0xa0) [ 2057.335128] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 2057.335141] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 2057.335143] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 2057.335145] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 2057.335149] ata2.00: status: { DRDY ERR } [ 2060.221838] ata2: port is slow to respond, please be patient (Status 0xd0) [ 2063.072121] ata2: device not ready (errno=-16), forcing hardreset [ 2063.072129] ata2: soft resetting link [ 2063.378831] ata2.00: configured for UDMA/25 [ 2063.378870] ata2: EH complete [ 2071.944893] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2072.059041] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2075.335084] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2075.567223] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2084.224093] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2084.593304] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2085.167833] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2085.282669] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2086.223945] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2086.464141] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2089.854215] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2089.968223] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2091.728157] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2091.841879] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2096.031053] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2096.153637] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2104.361690] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2104.704047] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2110.679851] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 2110.679868] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 2110.679870] cdb 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 2110.679872] res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout) [ 2110.679876] ata2.00: status: { DRDY } [ 2113.529553] ata2: port is slow to respond, please be patient (Status 0xd0) [ 2113.986373] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2114.124760] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2115.107320] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2115.220977] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2116.475130] ata2: device not ready (errno=-16), forcing hardreset [ 2116.475138] ata2: soft resetting link [ 2116.769217] ata2.00: configured for UDMA/25 [ 2116.769240] ata2: EH complete [ 2134.698935] wlan0: CTS protection disabled (BSSID=00:13:49:07:67:55) [ 2134.822430] wlan0: CTS protection enabled (BSSID=00:13:49:07:67:55) [ 2135.467369] ata2.00: qc timeout (cmd 0xa0) [ 2135.467386] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen [ 2135.467399] ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 8 in [ 2135.467401] cdb 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 2135.467402] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 2135.467406] ata2.00: status: { DRDY ERR } [ 2135.748952] wlan0:
  22. knuutsen said, on November 2, 2008 at 1:34 pm

    Hey again,

    die dmesg zeichnet alle Hardware Vorgänge auf, die auf deinem Schläppi so passieren, wenn du ihn anmachst…

    Also deine dmesg sieht gut aus. Kann bis auf DSDT.aml fehler – und dieser ist usus auf fast allen Notebooks, also normal – nichts auffälliges erkennen.

    Dvbt benötigt zum Laufen 2.0 USB Schnittstelle.. wenn ich das richtig interpretiere (see dmesg uhci und ehci) dann hat dein Schläppi beides. Bin mir aber nicht sicher.Wenn ich recht habe, dann genügt es nicht einen USB – Hub 2.0 an eine 1.1 Usb Schnittstelle dran zu hängen. Wenn du einen PCMCIA – Steckplatz hast, dann könntest du dort einen USB 2.0 PCMCIA Karte einsetzen.
    Schau doch mal in den technischen daten deiner Kiste, ob du USB 2.0 hast.

    Wenn es kein USB Prob ist, dann mach dich mal im Internet schlau, ob deine dvbt in Linux unterstützt wird. Siehe Wiki unter Hardware. Dort steht dann auch meisten ob diese out of the box läuft oder nicht.
    Wenn deine Karte den emm28xx Treiber benötigt, dann musst du das How to exakt! abarbeiten.

    Wenn du nicht weiter kommst, dann meld dich nochmal, aber bitte mit den genauen daten deines Laptops Bezeichnung,Prozessor usw. sowie genaue Bezeichnung vom dvbt! und eine Antwort von mir kann etwas dauern, da ich wenig Zeit habe… 😦

    gruss knuutsen


Hinterlasse eine Antwort zu knuutsen Antwort abbrechen