pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by e3k on Mon 5 Nov 21:28
report abuse | download | new post

  1. **************************************************
  2. with Nvidia Sata support in kernel (dvd does not work)
  3. **************************************************
  4.  
  5. dmesg | grep scsi
  6. ..nothihg
  7.  
  8. dmesg | grep SCSI
  9. SCSI subsystem initialized
  10.  
  11. dmesg | grep ata
  12. ..nothing
  13. **************************************************
  14.  
  15.  
  16.  
  17.  
  18.  
  19. **************************************************
  20. with ahci as module (booting is delayed, dvd does not work)
  21. **************************************************
  22. dmesg | grep ahci
  23.  
  24. ahci 0000:00:0a.0: version 2.2
  25. ahci 0000:00:0a.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
  26. ahci 0000:00:0a.0: flags: 64bit ncq pm led clo pmp pio
  27. scsi0 : ahci
  28. scsi1 : ahci
  29. scsi2 : ahci
  30. scsi3 : ahci
  31.  
  32. dmesg | grep ata
  33.  
  34. ata1: SATA max UDMA/133 cmd 0xffffc20000a9c100 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  35. ata2: SATA max UDMA/133 cmd 0xffffc20000a9c180 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  36. ata3: SATA max UDMA/133 cmd 0xffffc20000a9c200 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  37. ata4: SATA max UDMA/133 cmd 0xffffc20000a9c280 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  38. ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  39. ata1.00: ATAPI: PLEXTOR DVDR PX-810SA, 1.00, max UDMA/66
  40. ata1.00: qc timeout (cmd 0xef)
  41. ata1.00: failed to set xfermode (err_mask=0x4)
  42. ata1: failed to recover some devices, retrying in 5 secs
  43. ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  44. ata1.00: qc timeout (cmd 0xef)
  45. ata1.00: failed to set xfermode (err_mask=0x4)
  46. ata1.00: limiting speed to UDMA/66:PIO3
  47. ata1: failed to recover some devices, retrying in 5 secs
  48. ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  49. ata1.00: qc timeout (cmd 0xef)
  50. ata1.00: failed to set xfermode (err_mask=0x4)
  51. ata1.00: disabled
  52. ata2: SATA link down (SStatus 0 SControl 300)
  53. ata3: SATA link down (SStatus 0 SControl 300)
  54. ata4: SATA link down (SStatus 0 SControl 300)
  55. **************************************************
  56.  
  57.  
  58.  
  59.  
  60. **************************************************
  61. with ahci in kernel (boot sporadicaly hangs when freeing memory, dvd works)
  62. **************************************************
  63. dmesg | grep scsi
  64.  
  65. scsi0 : ahci
  66. scsi1 : ahci
  67. scsi2 : ahci
  68. scsi3 : ahci
  69. scsi 0:0:0:0: CD-ROM PLEXTOR DVDR PX-810SA 1.00 PQ: 0 ANSI: 5
  70. sr0: scsi3-mmc drive: 94x/94x writer dvd-ram cd/rw xa/form2 cdda tray
  71. sr 0:0:0:0: Attached scsi CD-ROM sr0
  72. sr 0:0:0:0: Attached scsi generic sg0 type 5
  73.  
  74. dmesg | grep ata
  75. ata1: SATA max UDMA/133 cmd 0xffffc20000a98100 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  76. ata2: SATA max UDMA/133 cmd 0xffffc20000a98180 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  77. ata3: SATA max UDMA/133 cmd 0xffffc20000a98200 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  78. ata4: SATA max UDMA/133 cmd 0xffffc20000a98280 ctl 0x0000000000000000 bmdma 0x0000000000000000 irq 1275
  79. ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  80. ata1.00: ATAPI: PLEXTOR DVDR PX-810SA, 1.00, max UDMA/66
  81. ata1.00: configured for UDMA/66
  82. ata2: SATA link down (SStatus 0 SControl 300)
  83. ata3: SATA link down (SStatus 0 SControl 300)
  84. ata4: SATA link down (SStatus 0 SControl 300)
  85. ata1: soft resetting port
  86. ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  87. ata1.00: configured for UDMA/66
  88. ata1: EH complete
  89. **************************************************

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post