Discussione:
Linux mce. Mi aiutate?
(troppo vecchio per rispondere)
cestino
2007-12-28 22:27:34 UTC
Permalink
Ciao a tutti. Qualche mese fa mi sono preso tutto l'hardware per farmi
il mio media center. Mi ero fidato di un amico che a suo sentito dire
era un mega esperto di linux, ma dopo mesi (esattamente 5) sono qui
che cerco di arrangiarmi.
Tanto per inquadrarmi sono un tecnico windows con una decina d'aani di
esperienza alle spalle ma di linux... nulla... un perfetto dilettante
allo sbaraglio!

Mi sembra d'aver capito che un ottimo sistema è il linux mce. Mi sono
scaricato la versione 7.04 nel DVD che "fa tutto" installato e non ci
sono stati errori mastodontici, ma non posso vedere la tv.
Ho configurato la rete, riesco a navigare in internet ma credo manchi
la configurazione della scheda di acquisizione.

L'hardware l'ho scelto scrupolosamente io. Eccovi il tutto:

Case: Antec lifestyle fusion media center 430w
mb: asus m2npv-vm
cpu: amd athlon 64 3500+ 2.2Ghz
ram: 1 GB
scheda video: quella integrata nella mb
scheda acquisizione: flydvb trio
disco: samsung sp2504c 250gb s-ata II

Sono qui a domandarvi se tra di voi c'è qualche buon'anima che ha
voglia di darmi una mano per farmi funzionare l'aggegio... altrimenti
se cerco di arrangiarmi faccio prima a rivendere il tutto anche se mi
dispiacerebbe molto!

Vorrei capire prima cosa se tutte le cosine che ho comperato sono
compatibili con linux mce (kubuntu+mythtv) visto che non sono riuscito
a trovare una compatibility list
Poi se qualcuno mi dicesse come configurare la scheda di acquisizione,
un link o un qualcosa per iniziare gliene sarei molto grato.

Se qualcuno mi spiegasse come fare l'equivalente del windows update...
magari con quello qualcosina di meglio riuscirei già a fare.
Oppure qualche comando per vedere le periferiche installate,....
insomma qualche comando base per poter iniziare a famigliarizzare con
l'aggegio...

Grazie
Jack Malmostoso
2007-12-28 22:49:49 UTC
Permalink
Post by cestino
Vorrei capire prima cosa se tutte le cosine che ho comperato sono
compatibili con linux mce (kubuntu+mythtv) visto che non sono riuscito
a trovare una compatibility list
E' sicuramente compatibile a partire dal kernel 2.6.16:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4aa6ba513e28884b56bac529553a47a6b160c310

Ed e' supportata dal modulo saa7134:

http://www.linuxtv.org/v4lwiki/index.php/Saa713x_devices

Quindi la cosa piu' importante da fare e' controllare se il suddetto
modulo sia caricato: lancia da un terminale

$ lsmod | grep -i saa

e posta l'output qui.
Post by cestino
Poi se qualcuno mi dicesse come configurare la scheda di acquisizione,
un link o un qualcosa per iniziare gliene sarei molto grato.
Spulcia il wiki di video4linux (quello che ti ho linkato sopra), poiche'
e' prodigo di informazioni. Inoltre, linuxmce ha un forum che pare
abbastanza attivo. Vedi se ci sono esperienze simili alle tue.
--
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux
cestino
2007-12-28 23:14:17 UTC
Permalink
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co...
Qui sembra dica solo analogico. in teoria dovrebbe avere analogico,
digitale terrestre e sat in 3 tuner differenti... gi' vedere qualche
ombra che si muove sarebbe comunque un primo traguardo
$ lsmod | grep -i saa
saa7134_alsa 15392 1
snd_pcm 79876 5
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_pcm_oss
saa7134 122080 1 saa7134_alsa
video_buf 26116 2 saa7134_alsa,saa7134
compat_ioctl32 2304 1 saa7134
ir_kbd_i2c 9872 1 saa7134
ir_common 31236 2 saa7134,ir_kbd_i2c
videodev 28160 1 saa7134
v4l2_common 25216 3 tuner,saa7134,videodev
v4l1_compat 15236 2 saa7134,videodev
snd 54020 19
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_core 22784 6 i2c_ec,tuner,saa7134,i2c_
Stefano Gatti
2007-12-29 08:37:13 UTC
Permalink
Post by cestino
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co...
Qui sembra dica solo analogico. in teoria dovrebbe avere analogico,
digitale terrestre e sat in 3 tuner differenti... gi' vedere qualche
ombra che si muove sarebbe comunque un primo traguardo
$ lsmod | grep -i saa
saa7134_alsa 15392 1
snd_pcm 79876 5
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_pcm_oss
saa7134 122080 1 saa7134_alsa
video_buf 26116 2 saa7134_alsa,saa7134
compat_ioctl32 2304 1 saa7134
ir_kbd_i2c 9872 1 saa7134
ir_common 31236 2 saa7134,ir_kbd_i2c
videodev 28160 1 saa7134
v4l2_common 25216 3 tuner,saa7134,videodev
v4l1_compat 15236 2 saa7134,videodev
snd 54020 19
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_core 22784 6 i2c_ec,tuner,saa7134,i2c_
Qualche informazione in più, magari ti può essere utile...

http://www.osrevolution.netsons.org/index.php/2006/12/16/schede-tv-modulo-saa7134-lirc-linux-kernel-26x/
Pipperss
2007-12-28 23:08:58 UTC
Permalink
Post by cestino
Tanto per inquadrarmi sono un tecnico windows con una decina d'aani di
esperienza alle spalle ma di linux... nulla... un perfetto dilettante
allo sbaraglio!
Per cominciare dimentica le metodiche M$, questo è un altro mondo, a mio
parere mooolto meglio, forse un po' più difficile se uno non si documenta,
ma il tasso tecnico di linux è più alto.
Post by cestino
Mi sembra d'aver capito che un ottimo sistema è il linux mce. Mi sono
scaricato la versione 7.04 nel DVD che "fa tutto" installato e non ci
sono stati errori mastodontici, ma non posso vedere la tv.
In che senso non puoi vedere la tv ?
Io non conosco linux mce, però ho una Debian con la scheda tv analogica.
Perciò i miei consigli potrebbero non proprio adattarsi.
Post by cestino
Vorrei capire prima cosa se tutte le cosine che ho comperato sono
compatibili con linux mce (kubuntu+mythtv) visto che non sono riuscito
a trovare una compatibility list
Cerca meglio
Post by cestino
Poi se qualcuno mi dicesse come configurare la scheda di acquisizione,
un link o un qualcosa per iniziare gliene sarei molto grato.
Prima di tutto posta il chipset della periferica, puoi vedere i chipset
delle periferiche presenti da un terminale con
$ sudo lspci
più dettagli con
$ sudo lspci -v
ancora più dettagli con
$ sudo lspci -vv

La scheda tv dovrebbe avere, da quel che ho visto, chipset saa7134 o giù di
li, per vedere se il modulo è andato su (in winzozziano si chiamerebbe
driver) digita da terminale
$ sudo lsmod
e per impaginare meglio
$ sudo lsmod |more
Tale chipset è supportato.

Il comando dmesg ti fa vedere i messaggi del kernel, dopo il boot da un
terminale fai
$ dmesg
e vedi cosa ha trovato il kernel nel pc, è un file lungo, si può anche
restringere la "visione" alla scheda tv, ma per una volta leggilo bene, se
trovi qualcosa del genere la scheda va:

saa7133[0]: found at 0000:00:0c.0, rev: 208, irq: 20, latency: 32, mmio:
0xe3023000
saa7133[0]: subsystem: 11bd:002e, board: Pinnacle PCTV 40i/50i/110i
(saa7133) [card=77,autodetected]
saa7133[0]: board init: gpio is 200c000
input: Pinnacle PCTV as /class/input/input3
ir-kbd-i2c: Pinnacle PCTV detected at i2c-0/0-0047/ir0 [saa7133[0]]
saa7133[0]: i2c eeprom 00: bd 11 2e 00 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff e0 60 02 ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 2c 01 23 23 01 04 30 98 ff 00 e2 ff 22 00 c2
saa7133[0]: i2c eeprom 30: 96 ff 03 30 15 01 ff 15 0c 22 17 aa 03 aa 7b 78
saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner 0-004b: chip found @ 0x96 (saa7133[0])
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0

Quindi manca il programma per la tv.
tvtime
xawtv
kdetv

v4l ---> se googoli un po' trovi una marea di info.
Post by cestino
Se qualcuno mi spiegasse come fare l'equivalente del windows update...
In ambiente linux gli aggiornamenti dei pacchetti si fanno a seconda delle
distro con vari metodi, sicuramente hai già tutto, devi solo infilare la
trafila.

pipperss
cestino
2007-12-28 23:23:40 UTC
Permalink
Post by Pipperss
In che senso non puoi vedere la tv ?
E- un media center e lo voglio utilizzare unicamente per vedere la tv
*almeno inizialmente( poi magari giochicchiare un po- con
videosorveglianza e simili visto che c-[ la possibilit', ma per ora
vediamo di fare in minimo indispensabile, gli altri sono optional.
Post by Pipperss
$ sudo lspci -vv
Eccoti il tutto
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Capabilities: [44] HyperTransport: Slave or Primary Interface
Command: BaseUnitID=0 UnitCnt=15 MastHost- DefDir-
DUL-
Link Control 0: CFlE+ CST- CFE- <LkFail- Init+ EOC-
TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut-
LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
Link Control 1: CFlE+ CST- CFE- <LkFail- Init+ EOC-
TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
Link Config 1: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut-
LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
Revision ID: 1.03
Link Frequency 0: 1.0GHz
Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
Link Frequency Capability 0: 200MHz+ 300MHz+ 400MHz+
500MHz+ 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT-
64bA- UIDRD-
Link Frequency 1: 800MHz
Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
Link Frequency Capability 1: 200MHz+ 300MHz+ 400MHz+
500MHz+ 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Error Handling: PFlE+ OFlE+ PFE- OFE- EOCFE- RFE-
CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
Prefetchable memory behind bridge Upper: 00-00
Bus Number: 00
Capabilities: [e0] HyperTransport: MSI Mapping

00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR+ <PERR-

00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0

00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Capabilities: [44] #00 [00fe]
Capabilities: [fc] #00 [0000]

00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000a000-0000afff
Memory behind bridge: fd800000-fd8fffff
Prefetchable memory behind bridge:
00000000fd700000-00000000fd7fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Subsystem: nVidia Corporation Unknown
device 0000
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+
Queue=0/1 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [60] HyperTransport: MSI Mapping
Capabilities: [80] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0,
ExtTag-
Device: Latency L0s <512ns, L1 <4us
Device: Errors: Correctable+ Non-Fatal+ Fatal+
Unsupported+
Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1,
Port 2
Link: Latency L0s <512ns, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug-
Surpise-
Slot: Number 0, PowerLimit 0.000000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt-
HPIrq-
Slot: AttnInd Off, PwrInd On, Power-
Root: Correctable- Non-Fatal- Fatal- PME-

00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00008000-00008fff
Memory behind bridge: fde00000-fdefffff
Prefetchable memory behind bridge:
00000000fdd00000-00000000fddfffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Subsystem: nVidia Corporation Unknown
device 0000
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+
Queue=0/1 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [60] HyperTransport: MSI Mapping
Capabilities: [80] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0,
ExtTag-
Device: Latency L0s <512ns, L1 <4us
Device: Errors: Correctable+ Non-Fatal+ Fatal+
Unsupported+
Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1,
Port 1
Link: Latency L0s <512ns, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug-
Surpise-
Slot: Number 0, PowerLimit 0.000000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt-
HPIrq-
Slot: AttnInd Off, PwrInd On, Power-
Root: Correctable- Non-Fatal- Fatal- PME-

00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 0000b000-0000bfff
Memory behind bridge: fdc00000-fdcfffff
Prefetchable memory behind bridge:
00000000fd900000-00000000fd9fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Subsystem: nVidia Corporation Unknown
device 0000
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+
Queue=0/1 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [60] HyperTransport: MSI Mapping
Capabilities: [80] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0,
ExtTag-
Device: Latency L0s <512ns, L1 <4us
Device: Errors: Correctable+ Non-Fatal+ Fatal+
Unsupported+
Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s L1,
Port 0
Link: Latency L0s <512ns, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x16
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug-
Surpise-
Slot: Number 0, PowerLimit 0.000000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt-
HPIrq-
Slot: AttnInd Off, PwrInd On, Power-
Root: Correctable- Non-Fatal- Fatal- PME-

00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce
6150] (rev a2) (prog-if 00 [VGA])
Subsystem: ASUSTeK Computer Inc. Unknown device 81cd
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 21
Region 0: Memory at fc000000 (32-bit, non-prefetchable)
[size=16M]
Region 1: Memory at d0000000 (64-bit, prefetchable)
[size=256M]
Region 3: Memory at fb000000 (64-bit, non-prefetchable)
[size=16M]
[virtual] Expansion ROM at 50000000 [disabled] [size=128K]
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+
Queue=0/0 Enable-
Address: 0000000000000000 Data: 0000

00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Capabilities: [44] HyperTransport: Slave or Primary Interface
Command: BaseUnitID=9 UnitCnt=15 MastHost- DefDir-
DUL-
Link Control 0: CFlE+ CST- CFE- <LkFail- Init+ EOC-
TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
Link Config 0: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut-
LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO
+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut-
LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
Revision ID: 1.03
Link Frequency 0: 800MHz
Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
Link Frequency Capability 0: 200MHz+ 300MHz+ 400MHz+
500MHz+ 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT-
64bA- UIDRD-
Link Frequency 1: 200MHz
Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
Link Frequency Capability 1: 200MHz- 300MHz- 400MHz-
500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Error Handling: PFlE+ OFlE+ PFE- OFE- EOCFE- RFE-
CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
Prefetchable memory behind bridge Upper: 00-00
Bus Number: 00
Capabilities: [e0] HyperTransport: MSI Mapping

00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0

00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 11
Region 4: I/O ports at 4c00 [size=64]
Region 5: I/O ports at 4c40 [size=64]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev
a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev
a2) (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 16
Region 0: Memory at fe02f000 (32-bit, non-prefetchable)
[size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev
a2) (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin B routed to IRQ 16
Region 0: Memory at fe02e000 (32-bit, non-prefetchable)
[size=256]
Capabilities: [44] Debug port
Capabilities: [80] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME+

00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1) (prog-if
8a [Master SecP PriP])
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Region 0: [virtual] Memory at 000001f0 (32-bit, non-
prefetchable) [disabled] [size=8]
Region 1: [virtual] Memory at 000003f0 (type 3, non-
prefetchable) [disabled] [size=1]
Region 2: [virtual] Memory at 00000170 (32-bit, non-
prefetchable) [disabled] [size=8]
Region 3: [virtual] Memory at 00000370 (type 3, non-
prefetchable) [disabled] [size=1]
Region 4: I/O ports at f400 [size=16]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller
(rev a1) (prog-if 85 [Master SecO PriO])
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 09f0 [size=8]
Region 1: I/O ports at 0bf0 [size=4]
Region 2: I/O ports at 0970 [size=8]
Region 3: I/O ports at 0b70 [size=4]
Region 4: I/O ports at e000 [size=16]
Region 5: Memory at fe02d000 (32-bit, non-prefetchable)
[size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+
Queue=0/2 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [cc] HyperTransport: MSI Mapping

00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller
(rev a1) (prog-if 85 [Master SecO PriO])
Subsystem: ASUSTeK Computer Inc. Unknown device 81c0
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 18
Region 0: I/O ports at 09e0 [size=8]
Region 1: I/O ports at 0be0 [size=4]
Region 2: I/O ports at 0960 [size=8]
Region 3: I/O ports at 0b60 [size=4]
Region 4: I/O ports at cc00 [size=16]
Region 5: Memory at fe02c000 (32-bit, non-prefetchable)
[size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+
Queue=0/2 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [cc] HyperTransport: MSI Mapping

00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2) (prog-
if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=128
I/O behind bridge: 00009000-00009fff
Memory behind bridge: fdb00000-fdbfffff
Prefetchable memory behind bridge: fda00000-fdafffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium
Post by Pipperss
TAbort- <TAbort- <MAbort- <SERR- <PERR+
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
Capabilities: [b8] Subsystem: Gammagraphx, Inc. Unknown device
0000
Capabilities: [8c] HyperTransport: MSI Mapping

00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio
(rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81cb
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (500ns min, 1250ns max)
Interrupt: pin B routed to IRQ 17
Region 0: Memory at fe024000 (32-bit, non-prefetchable)
[size=16K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+
Queue=0/0 Enable-
Address: 0000000000000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [6c] HyperTransport: MSI Mapping

00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a1)
Subsystem: ASUSTeK Computer Inc. Unknown device 816a
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (250ns min, 5000ns max)
Interrupt: pin A routed to IRQ 19
Region 0: Memory at fe02b000 (32-bit, non-prefetchable)
[size=4K]
Region 1: I/O ports at c800 [size=8]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable+ DSel=0 DScale=0 PME-

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] HyperTransport Technology Configuration
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Capabilities: [80] HyperTransport: Host or Secondary Interface
!!! Possibly incomplete decoding
Command: WarmRst+ DblEnd-
Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO-
<CRCErr=0
Link Config: MLWI=16bit MLWO=16bit LWI=16bit LWO=16bit
Revision ID: 1.02

00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] Address Map
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] DRAM Controller
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-

00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/
Opteron] Miscellaneous Control
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Capabilities: [f0] #0f [0010]

04:05.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A
IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc. K8N4-E Mainboard
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium
Post by Pipperss
TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (500ns min, 1000ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at fdbff000 (32-bit, non-prefetchable)
[size=2K]
Region 1: Memory at fdbf8000 (32-bit, non-prefetchable)
[size=16K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME+

04:08.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135
Video Broadcast Decoder (rev d1)
Subsystem: Animation Technologies Inc. LifeView FlyDVB Trio
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
Post by Pipperss
TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (21000ns min, 8000ns max)
Interrupt: pin A routed to IRQ 21
Region 0: Memory at fdbfe000 (32-bit, non-prefetchable)
[size=2K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-


/////////////////////////////////////////////////////////////////////////////////////////////
Post by Pipperss
$ sudo lsmod
Module Size Used by
ide_generic 2304 0 [permanent]
rfcomm 40856 0
l2cap 25728 5 rfcomm
bluetooth 55908 4 rfcomm,l2cap
nfs 240876 0
nfsd 218992 17
exportfs 6912 1 nfsd
lockd 64904 3 nfs,nfsd
sunrpc 161340 12 nfs,nfsd,lockd
nbd 23328 0
ppdev 10116 0
ipt_TCPMSS 4992 1
ipt_MASQUERADE 4608 1
ipt_TTL 3328 1
autofs4 21892 1
iptable_mangle 3712 1
xt_tcpudp 4224 6
xt_mark 2816 1
xt_state 3456 1
iptable_nat 8580 1
iptable_filter 3968 1
ip_tables 13796 3
iptable_mangle,iptable_nat,iptable_filter
x_tables 16388 8
ipt_TCPMSS,ipt_MASQUERADE,ipt_TTL,xt_tcpudp,xt_mark,xt_state,iptable_nat,ip_tables
af_packet 23816 2
cpufreq_powersave 2688 0
cpufreq_stats 7360 0
cpufreq_conservative 8200 0
cpufreq_ondemand 9228 0
freq_table 5792 2 cpufreq_stats,cpufreq_ondemand
cpufreq_userspace 5408 0
dev_acpi 12292 0
tc1100_wmi 8068 0
sony_acpi 6284 0
pcc_acpi 13184 0
video 16388 0
dock 10268 0
button 8720 0
ac 6020 0
asus_acpi 17308 0
backlight 7040 1 asus_acpi
sbs 15652 0
i2c_ec 5888 1 sbs
container 5248 0
battery 10756 0
nf_nat_irc 3712 0
nf_nat_ftp 4480 0
nf_nat 19372 4
ipt_MASQUERADE,iptable_nat,nf_nat_irc,nf_nat_ftp
nf_conntrack_irc 8088 1 nf_nat_irc
nf_conntrack_ftp 11008 1 nf_nat_ftp
nf_conntrack_ipv4 19468 3 iptable_nat
nf_conntrack 62600 9
ipt_MASQUERADE,xt_state,iptable_nat,nf_nat_irc,nf_nat_ftp,nf_nat,nf_conntrack_irc,nf_conntrack_ftp,nf_conntrack_ipv4
nfnetlink 7704 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
lp 12452 0
fuse 46612 0
saa7134_alsa 15392 1
snd_hda_intel 21912 2
snd_hda_codec 205440 1 snd_hda_intel
snd_pcm_oss 44544 0
snd_mixer_oss 17408 1 snd_pcm_oss
snd_pcm 79876 4
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 4740 0
snd_seq_oss 32896 0
tuner 61864 0
snd_seq_midi 9600 0
snd_rawmidi 25472 1 snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 52592 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
ide_cd 32672 0
cdrom 37664 1 ide_cd
snd_timer 23684 2 snd_pcm,snd_seq
snd_seq_device 9100 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
saa7134 122080 1 saa7134_alsa
analog 12832 0
i2c_nforce2 6784 0
video_buf 26116 2 saa7134_alsa,saa7134
compat_ioctl32 2304 1 saa7134
ir_kbd_i2c 9872 1 saa7134
ir_common 31236 2 saa7134,ir_kbd_i2c
videodev 28160 1 saa7134
gameport 16520 1 analog
parport_pc 36388 1
parport 36936 3 ppdev,lp,parport_pc
pcspkr 4224 0
psmouse 38920 0
nvidia 4713780 42
agpgart 35400 1 nvidia
v4l2_common 25216 3 tuner,saa7134,videodev
v4l1_compat 15236 2 saa7134,videodev
snd 54020 17
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8672 1 snd
snd_page_alloc 10888 2 snd_hda_intel,snd_pcm
serio_raw 7940 0
k8temp 6656 0
shpchp 34324 0
pci_hotplug 32576 1 shpchp
i2c_core 22784 6
i2c_ec,tuner,saa7134,i2c_nforce2,ir_kbd_i2c,nvidia
tsdev 8768 0
ipv6 268704 30
evdev 11008 3
ext3 133128 1
jbd 59816 1 ext3
mbcache 9604 1 ext3
sg 36252 0
sd_mod 23428 3
amd74xx 15260 0 [permanent]
generic 5124 0 [permanent]
ata_generic 9092 0
floppy 59524 0
ohci1394 36528 0
ieee1394 299448 1 ohci1394
ohci_hcd 22532 0
forcedeth 46728 0
sata_nv 20868 2
libata 125720 2 ata_generic,sata_nv
scsi_mod 142348 3 sg,sd_mod,libata
ehci_hcd 34188 0
usbcore 134280 3 ohci_hcd,ehci_hcd
raid10 26240 0
raid456 126480 0
xor 16648 1 raid456
raid1 25600 0
raid0 9600 0
multipath 9856 0
linear 7296 0
md_mod 79764 7
raid10,raid456,raid1,raid0,multipath,linear
thermal 14856 0
processor 31048 1 thermal
fan 5636 0
fbcon 42656 0
tileblit 3584 1 fbcon
font 9216 1 fbcon
bitblit 6912 1 fbcon
softcursor 3200 1 bitblit
vesafb 9220 0
capability 5896 0
commoncap 8192 1 capability

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Post by Pipperss
Il comando dmesg ti fa vedere i messaggi del kernel, dopo il boot da un
terminale fai
$ dmesg
[ 36.490778] saa7133[0]: found at 0000:04:08.0, rev: 209, irq: 21,
latency: 32, mmio: 0xfdbfe000
[ 36.490784] saa7133[0]: subsystem: 5168:0319, board: LifeView
FlyDVB Trio [card=84,autodetected]
[ 36.490793] saa7133[0]: board init: gpio is 211400
[ 36.635537] saa7133[0]: i2c eeprom 00: 68 51 19 03 54 20 1c 00 43
43 a9 1c 55 d2 b2 92
[ 36.635545] saa7133[0]: i2c eeprom 10: 00 00 60 0a ff 20 ff ff ff
ff ff ff ff ff ff ff
[ 36.635551] saa7133[0]: i2c eeprom 20: 01 40 01 03 03 01 01 03 08
ff 01 f9 ff ff ff ff
[ 36.635556] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff
[ 36.635562] saa7133[0]: i2c eeprom 40: ff 00 10 c0 96 12 08 00 c2
96 c6 1c 16 3a 15 ff
[ 36.635567] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff
[ 36.635573] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff
[ 36.635578] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff
[ 36.799365] tuner 2-004b: chip found @ 0x96 (saa7133[0])
[ 36.859299] tuner 2-004b: setting tuner address to 61
[ 36.907239] tuner 2-004b: type set to tda8290+75a
[ 37.051086] tuner 2-004b: setting tuner address to 61
[ 37.090240] input: ImPS/2 Logitech Wheel Mouse as /class/input/
input3
[ 37.099048] tuner 2-004b: type set to tda8290+75a
[ 37.185204] saa7133[0]: registered device video0 [v4l2]
[ 37.185227] saa7133[0]: registered device vbi0
[ 37.185248] saa7133[0]: registered device radio0
[ 37.185855] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
[ 37.185859] ACPI: PCI Interrupt 0000:00:10.1[B] -> Link [AAZA] ->
GSI 22 (level, low) -> IRQ 17
[ 37.185876] PCI: Setting latency timer of device 0000:00:10.1 to 64
[ 37.191664] saa7134 ALSA driver for DMA sound loaded
[ 37.191687] saa7133[0]/alsa: saa7133[0] at 0xfdbfe000 irq 21
registered as card -2

Quindi sembra tutto OK!
Post by Pipperss
Quindi manca il programma per la tv.
Questo sysop *distribuzione dite vero? [ stata fatta apposta... c-[ c-
[ il programma, ma probabilmente non so configurarlo...


Grazie e attendo speranzoso in qualche lume
Pipperss
2007-12-29 10:01:29 UTC
Permalink
cestino wrote:
[megacut]

La scheda c'è.
Post by Pipperss
Quindi manca il programma per la tv.
Non so che gestore del pacchetti usi, ma cerca tra i menu, cerca qualcosa
come Synaptic.
Se ti è più comodo il terminale,
$ sudo apt-get install xawtv
per installare xawtv
oppure installa tvtime o kdetv

Dovrebbe installarsi anche scantv, per scansionare i canali.
Se usi kde, (e sarebbe ora di dircelo quale windows manager usi perchè
facciamo un po' prima), kdetv è comodo in quanto ti fa lui la scansione
direttamente e ti dice anche cosa manca tra i pacchetti.

pipperss
cestino
2007-12-29 10:23:04 UTC
Permalink
Post by Pipperss
Non so che gestore del pacchetti usi, ma cerca tra i menu, cerca qualcosa
come Synaptic.
Se ti è più comodo il terminale,
$ sudo apt-get install xawtv
per installare xawtv
oppure installa tvtime o kdetv
Io voglio usare mythtv visto che lo ho installato...
Post by Pipperss
Dovrebbe installarsi anche scantv, per scansionare i canali.
Se usi kde, (e sarebbe ora di dircelo quale windows manager usi perchè
facciamo un po' prima),
E che ne so cosa uso... non ci capisco niente. ho installato linux
mce. Credo di usare kde, ma non ne sono sicuro, se mi dite come faccio
a capirlo ve lo dico volentieri.
Post by Pipperss
kdetv è comodo in quanto ti fa lui la scansione
direttamente e ti dice anche cosa manca tra i pacchetti.
Secondo me il mio problema è solamente che devo agguingere la scheda
di acquisizione al mythtv e poi funzia, ma non so dove sbattere la
testa....
Mattia
2007-12-29 10:31:55 UTC
Permalink
Post by cestino
Secondo me il mio problema è solamente che devo agguingere la scheda
di acquisizione al mythtv e poi funzia, ma non so dove sbattere la
testa....
ti devi registrare:

Mythtv-Setup_Step_by_Step-w/ScreenShots
http://dvbn.happysat.org/viewtopic.php?t=39630
Mattia
2007-12-29 10:35:19 UTC
Permalink
e:
http://vdr-italia.phpbb24.com/forum/viewtopic.php?t=292
Rama
2007-12-29 10:48:16 UTC
Permalink
Post by cestino
E che ne so cosa uso... non ci capisco niente. ho installato linux
mce. Credo di usare kde, ma non ne sono sicuro, se mi dite come faccio
a capirlo ve lo dico volentieri.
be', il KDE liscio ha un'icona a sinistra con su una grossa K;
cmq se hai il kcontrol credo proprio che stai usando KDE;

r
--
ubuntu s. m. persico trota, black bass

Baudelaire e l'arte: http://umpf.net/
cestino
2007-12-28 23:25:43 UTC
Permalink
Se mi dite come settare la tastiera in italiano magari riesco a
scrivervi meglio...
Comincio a capire quegli utenti che definisco imbranati in windows...
kavolo come mi sento andicappato...
Rama
2007-12-29 05:41:29 UTC
Permalink
Post by cestino
Se mi dite come settare la tastiera in italiano magari riesco a
scrivervi meglio...
dal Centro di controllo (kcontrol);

r
--
tagliacutteggiate, prego
[firma 1.0 freeware auto-random mode]

Ramapage: http://umpf.net/
cestino
2007-12-29 10:00:36 UTC
Permalink
Post by Rama
dal Centro di controllo (kcontrol);
OK ci sono riuscito èàòù che felicità vedere le accentate :-)

Grazie
Mattia
2007-12-28 23:48:28 UTC
Permalink
Post by cestino
Ciao a tutti. Qualche mese fa mi sono preso tutto l'hardware per farmi
il mio media center.
Io lo faccio, anzi sono migrato da windows a linux proprio per questo
motivo. E' un anno che non avvio windows.

Purtroppo non ho molto tempo ma puoi trovare tutto quello che cerchi qui:

http://vdr-italia.phpbb24.com/forum/portal.php

Specie nel forum

E su irc:

#vdr server irc.azzurra.org

Se ti accontenti di vedere solo canali in chiaro e non hai abbonamenti
tipo sky è davvero una cosa banale configurare la tv.
Altrimenti vai su quel canale irc.

Ciao
cestino
2007-12-28 23:58:11 UTC
Permalink
Post by Mattia
Io lo faccio, anzi sono migrato da windows a linux proprio per questo
motivo. E' un anno che non avvio windows.
Io per lavoro non lo potr; mai abbandonare, ma mi piacerebbe conoscere
linux.
Post by Mattia
http://vdr-italia.phpbb24.com/forum/portal.php
vdr non [ il programma che volevo utilizzare io...
se non riesco proprio a venirci fuori con mce ok, ma prima provo un
po- a sbattermi con mce.
Post by Mattia
Se ti accontenti di vedere solo canali in chiaro e non hai abbonamenti
tipo sky è davvero una cosa banale configurare la tv.
Si mi basta vedere la tv normale/digitale terrestre/sat digitale tutti
in chiaro.
sigh... non mi dire cos=... che sono 4 ore che smanetto e l-unica cosa
che sono riuscito a fare e accenderlo
Post by Mattia
Ciao
Ciao e grazie
Mattia
2007-12-29 10:16:34 UTC
Permalink
Post by cestino
vdr non [ il programma che volevo utilizzare io...
se non riesco proprio a venirci fuori con mce ok, ma prima provo un
po- a sbattermi con mce.
Quel forum non è solo per vdr ma per i mediacenter in generale, certo
per vedere la tv vdr è il top dei top e li principalmnente usano quello.
MA per mythtv base una mano te la sanno dare tutti.
Post by cestino
sigh... non mi dire cos=... che sono 4 ore che smanetto e l-unica cosa
che sono riuscito a fare e accenderlo
Forse perchè non l'hai mai usato neanche su windows.
A memoria la più facile è mythbuntu, io partirei con quella.
Nel tuo caso puoi fare tutto senza mai toccare il terminale.

Per il telecomando, se non vuoi minimamente sbatterti o un'imon o un MCE
qualsiasi.
Mattia
2007-12-29 10:24:49 UTC
Permalink
Post by cestino
Case: Antec lifestyle fusion media center 430w
mb: asus m2npv-vm
cpu: amd athlon 64 3500+ 2.2Ghz
ram: 1 GB
scheda video: quella integrata nella mb
scheda acquisizione: flydvb trio
disco: samsung sp2504c 250gb s-ata II
Il pc non ha problemi, però la scheda tv non è un granchè, se lo vuoi
usare al posto della tv con soddisfazione ti serve altra merce.
Qualsiasi SS1 per il sat e technotrend per il Dtt.

http://vdr.spaghettilinux.org/index.php/Schede_DVB-S_compatibili_al_100%25_con_VDR
http://vdr.spaghettilinux.org/index.php/Schede_DVB-T_compatibili_al_100%25_con_VDR
cestino
2007-12-29 11:18:49 UTC
Permalink
Allora... ho fatto un passo avanti....
sono andato nella configurazione di mythtv, ho aggiunto una scheda,
fatto la sintonia bla bla bla...
Mi ha trovato qualche canale, ma ho unì'antennina, non sono attaccato
all'antenna (troppo lontana) , comunque diciamo che qualcosa si vede.

Ora vorrei provare ad attaccarlo alla TV, devo dire qualcosa oppure
basta che lo connetta? Lo connetto tramite s-video.
Basta che connetta il cavo e subito vedrò la TV o che devo fare?
Jack Malmostoso
2007-12-29 12:09:50 UTC
Permalink
Post by cestino
Basta che connetta il cavo e subito vedrò la TV o che devo fare?
Dipende da quanto e' intelligente linuxmce e da che scheda video hai,
oltre che dal driver che usi. Sarei propenso verso il "fara' tutto da
solo", ma non saprei.

Mi auguro che i maintainers di linuxmce abbiano inserito un pannello di
controllo per aggiungere nuovi monitor.
--
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux
Valeria Dal Monte
2007-12-30 01:49:39 UTC
Permalink
Allora... ho fatto un passo avanti.... sono andato nella configurazione di
mythtv, ho aggiunto una scheda, fatto la sintonia bla bla bla...
Mi ha trovato qualche canale, ma ho unì'antennina, non sono attaccato
all'antenna (troppo lontana) ,
Eccolo la'. Con l'antennina non vedrai mai niente. Ti serve quella vera
altrimenti smanetti all'infinito inutilmente.
cestino
2007-12-30 09:46:44 UTC
Permalink
Post by Valeria Dal Monte
Eccolo la'. Con l'antennina non vedrai mai niente. Ti serve quella vera
altrimenti smanetti all'infinito inutilmente.
L'ho attaccato, ma durante il boot si vede sulla tv, appena arriva la
parte grafica scompare tutto. Da qualche parte probabilmente si deve
dire che è attaccato alla tv...
Pipperss
2007-12-30 14:49:30 UTC
Permalink
Post by cestino
Post by Valeria Dal Monte
Eccolo la'. Con l'antennina non vedrai mai niente. Ti serve quella vera
altrimenti smanetti all'infinito inutilmente.
L'ho attaccato, ma durante il boot si vede sulla tv, appena arriva la
parte grafica scompare tutto. Da qualche parte probabilmente si deve
dire che è attaccato alla tv...
La butto, risoluzione troppo alta per la tv ?

pipperss
cestino
2007-12-30 23:15:47 UTC
Permalink
Post by Pipperss
La butto, risoluzione troppo alta per la tv ?
L'ho collegata tramite il cavo AV, non credo che su quel cavo venga
mandata una risoluzione... nel senso... dovrebbe essere un segnale
analogico, quindi qualunque sia la risoluzione/frequenza l'uscita
dovrebbe essere sempre quella su quel cavo... almeno credo :-/

Loading...