Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 8 times, last edit by "dron72" (Mar 28th 2012, 8:56pm) with the following reason: Titel geändert, da so treffender.
This post has been edited 1 times, last edit by "fnu" (Jan 31st 2012, 1:12am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
menuentry 'Ubuntu, mit Linux 2.6.38-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 8c08026c-ba20-4f6d-999e-7df8d7935336
linux /boot/vmlinuz-2.6.38-13-generic root=UUID=8c08026c-ba20-4f6d-999e-7df8d7935336 ro vmalloc=256m vga=792 noresume nohz=off acpi_enforce_resources=lax nosplash noplymouth
initrd /boot/initrd.img-2.6.38-13-generic
}
|
This post has been edited 4 times, last edit by "dron72" (Feb 2nd 2012, 8:07am)


This post has been edited 2 times, last edit by "dron72" (Feb 4th 2012, 9:41pm)
Quoted
asus_atk0110: Ressources not safely usable due to acpi_enforce_resources kernel parameter
Warning, you are using an experimental version of the media stack. As the driver is backported to an older kernel, it doesn't offer enough quality for its usage in production. Use it with care.
This post has been edited 1 times, last edit by "dron72" (Feb 5th 2012, 9:44am) with the following reason: Titel angepasst. Hängt jetzt auch mit SSD, siehe nächsten Post.
|
|
Source code |
1 2 3 4 5 6 7 8 |
[ 30.714651] WARNING: You are using an experimental version of the media stack. [ 30.714653] As the driver is backported to an older kernel, it doesn't offer [ 30.714654] enough quality for its usage in production. [ 30.714655] Use it with care. [ 30.714656] Latest git patches (needed if you report a bug to linux-media@vger.kernel.org): [ 30.714657] 7023c7dbc3944f42aa1d6910a6098c5f9e23d3f1 [media] DVB: dvb-net, make the kconfig text helpful [ 30.714659] 1681540175bd0a263e122d20ffe8ca8ede339537 [media] dvb: remove unnecessary code [ 30.714660] e41840c8278677888b46653743e8316c5294d8cc [media] dvb-usb/technisat-usb2: don't use flush_scheduled_work() |

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[ 30.742733] usbcore: registered new interface driver imon [ 30.869572] nvidia 0000:03:00.0: PCI INT A -> Link[APC5] -> GSI 16 (level, low) -> IRQ 16 [ 30.869586] nvidia 0000:03:00.0: setting latency timer to 64 [ 30.869591] vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=io+mem [ 30.869834] NVRM: loading NVIDIA UNIX x86 Kernel Module 270.30 Fri Feb 25 14:34:41 PST 2011 [ 30.896099] IR NEC protocol handler initialized [ 30.934799] IR RC5(x) protocol handler initialized [ 30.969869] IR RC6 protocol handler initialized [ 30.976506] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22 [ 30.976513] HDA Intel 0000:00:10.1: PCI INT B -> Link[AAZA] -> GSI 22 (level, low) -> IRQ 22 [ 30.976517] hda_intel: Disable MSI for Nvidia chipset [ 30.976551] HDA Intel 0000:00:10.1: setting latency timer to 64 [ 30.985172] LNBx2x attached on addr=a [ 30.999223] IR JVC protocol handler initialized [ 31.000317] stv6110x_attach: Attaching STV6110x [ 31.000322] DVB: registering new adapter (nGene) [ 31.000326] DVB: registering adapter 0 frontend 0 (STV090x Multistandard)... [ 31.018827] IR Sony protocol handler initialized [ 31.028942] ir_lirc_codec: Unknown symbol lirc_dev_fop_poll [ 31.029178] ir_lirc_codec: Unknown symbol lirc_dev_fop_open [ 31.029276] ir_lirc_codec: disagrees about version of symbol lirc_get_pdata [ 31.029279] ir_lirc_codec: Unknown symbol lirc_get_pdata [ 31.029370] ir_lirc_codec: Unknown symbol lirc_dev_fop_close [ 31.029470] ir_lirc_codec: Unknown symbol lirc_dev_fop_read [ 31.029553] ir_lirc_codec: disagrees about version of symbol lirc_register_driver [ 31.029556] ir_lirc_codec: Unknown symbol lirc_register_driver [ 31.029750] ir_lirc_codec: Unknown symbol lirc_dev_fop_ioctl [ 31.041776] LNBx2x attached on addr=8 [ 31.041860] stv6110x_attach: Attaching STV6110x |
Hmm, keiner ne Idee?
|
|
Source code |
1 2 |
root@htpc:~# dmidecode -s bios-version ASUS M2NPV-VM ACPI BIOS Revision 0705 |
kann der vdr-sxfe Fehler tatsächlich durch das BIOS kommen
Stimmt meine SATA-Kabel Theorie: Platte geht per SATA ohne Probleme, dann ist das Kabel auch in Ordnung?
ich habe mir ne SSD gegönnt
Du schreibst was von "vielen Platten", also könnte durchaus sein, wenn die anfahrenden Platten einen Bedarf erzeugen, den das Netzteil nicht decken kann, dann schaltet das NT ab.
This post has been edited 1 times, last edit by "dron72" (Feb 11th 2012, 12:19am)
Quoted
Ich habe eher das Gefühl, dass beim Booten von der SSD der Kernel die DVB Devices ansprechen will, die aber noch nicht initialisiert sind (weil es zu schnell geht) und er sich daher weghängt.
Irgendwelche Ideen, wie ich weiterkomme?
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
01:00.0 Multimedia video controller [0400]: Micronas Semiconductor Holding AG Device [18c3:0720] (rev 01) Subsystem: Micronas Semiconductor Holding AG Device [18c3:db02] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+ Latency: 0, Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 42 Region 0: Memory at fdbf0000 (32-bit, non-prefetchable) [size=64K] Region 1: Memory at fdbe0000 (64-bit, non-prefetchable) [size=64K] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+ Capabilities: [48] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0300c Data: 4171 Capabilities: [58] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Device Serial Number 00-00-00-00-00-00-00-00 Capabilities: [400 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: ngene Kernel modules: ngene |
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
03:09.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01) Subsystem: Technotrend Systemtechnik GmbH Technotrend/Hauppauge DVB card rev2.3 [13c2:000e] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32 (3750ns min, 9500ns max) Interrupt: pin A routed to IRQ 17 Region 0: Memory at fdeff000 (32-bit, non-prefetchable) [size=512] Kernel driver in use: av7110 Kernel modules: dvb-ttpci |
Vielen Dank für Deine unermüdlichen Tipps!
Also linux-media-dkms installieren wenn ich nochmal an die Kiste darf?