LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-01-2004, 08:36 AM   #1
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Question xawtv blanking out the screen


I typed
Code:
xawtv
in the command line and my monitor just went blank and lost signal.

Here is the output of lsmod:
Code:
Module                  Size  Used by    Tainted: P
tuner                  12288   1  (autoclean)
tda9887                 4572   1  (autoclean)
tvaudio                16636   0  (autoclean) (unused)
bttv                  100512   0  (unused)
i2c-algo-bit            8776   1  [bttv]
videodev                8288   2  [bttv]
i2c-core               19172   0  [tuner tda9887 tvaudio bttv i2c-algo-bit]
i810_audio             27048   0  (autoclean)
ac97_codec             17064   0  (autoclean) [i810_audio]
soundcore               6500   2  (autoclean) [bttv i810_audio]
fglrx                 214600  86
agpgart                54276  12
ntfs                   58528   0  (unused)
autofs                 13236   0  (autoclean) (unused)
sk98lin               161024   1
8139too                16808   0  (unused)
mii                     3992   0  [8139too]
ipt_REJECT              4344   1  (autoclean)
ipt_state               1080   4  (autoclean)
ip_conntrack           28840   1  (autoclean) [ipt_state]
iptable_filter          2444   1  (autoclean)
ip_tables              15264   3  [ipt_REJECT ipt_state iptable_filter]
sg                     35852   0  (autoclean)
sr_mod                 17752   0  (autoclean)
ide-scsi               11984   0
scsi_mod              107080   3  [sg sr_mod ide-scsi]
ide-cd                 35488   0
cdrom                  33216   0  [sr_mod ide-cd]
ohci1394               28872   0  (unused)
ieee1394              204644   0  [ohci1394]
befs                   27888   1  (autoclean)
nls_iso8859-1           3548   1  (autoclean)
nls_cp437               5180   1  (autoclean)
vfat                   12812   1  (autoclean)
fat                    38488   0  (autoclean) [vfat]
keybdev                 2944   0  (unused)
mousedev                5428   0  (unused)
hid                    24356   0  (unused)
input                   5824   0  [keybdev mousedev hid]
ehci-hcd               19976   0  (unused)
usb-ohci               21160   0  (unused)
usbcore                78368   1  [hid ehci-hcd usb-ohci]
ext3                   70532   1
jbd                    51732   1  [ext3]
I am using ATI's fglrx drivers.

What could be the problem here? What are the options I need to use xawtv without this problem?

Thanks.
 
Old 10-01-2004, 09:17 AM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
When I start it I use xawtv -device /dev/video0 you may want to try the same.
 
Old 10-01-2004, 09:34 AM   #3
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Thanks for the suggestion HappyTux, but the problem still exists when I use

xawtv -device /dev/video0

The screen still blanks out. The monitor loses signal.
 
Old 10-01-2004, 09:46 AM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Harishankar
Thanks for the suggestion HappyTux, but the problem still exists when I use

xawtv -device /dev/video0

The screen still blanks out. The monitor loses signal.
And the card gets detected properly as well? You should see output like when you use dmesg in a console/console window.

Code:
Linux video capture interface: v1.00
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt848 (rev 18) at 0000:00:09.0, irq: 9, latency: 64, mmio: 0xdcdff000
bttv0: using: Zoltrix TV-Max [card=15,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00ffebff [init]
bttv0: using tuner=6
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951),ta8874z
tuner: chip found at addr 0xc0 i2c-bus bt848 #0 [sw]
tuner: type set to 6 (Temic NTSC (4032 FY5)) by bt848 #0 [sw]
bttv0: registered device video0
bttv0: registered device vbi0
 
Old 10-01-2004, 11:39 PM   #5
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Here the output of lspci:
Code:
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:04.0 Ethernet controller: Galileo Technology Ltd.: Unknown device 4320 (rev 13)
01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
03:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4150
03:00.1 Display controller: ATI Technologies Inc: Unknown device 4170
The dmesg output is too big to post here. Please tell me which portion of the output is relevant, so that I can post it here.
 
Old 10-02-2004, 01:08 AM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Harishankar
Here the output of lspci:
01:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
03:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4150
03:00.1 Display controller: ATI Technologies Inc: Unknown device 4170[/CODE]

The dmesg output is too big to post here. Please tell me which portion of the output is relevant, so that I can post it here.
We would need to see the part of the dmesg where the card gets detected to see if it is done properly the output would be similar to what I have posted above for my card. BTW which card do you have anyways a quick google search leads to this page here on the site in the HCL which suggest it is a Pinnacle PCTV and it should be getting detected as card number 39 according to the CARDLIST.bttv that I have printed out here from when I was searching for a compatible card to buy. I see that a couple of the posters there are from India also you may want to personal message them and see if they can give you any help getting it going. Also another google search lead to the HCL as well and seems to suggest that you have a 9600 pro from ATI is this so?
 
Old 10-02-2004, 01:56 AM   #7
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
The TV tuner card is a Pinnacle PCTV pro, Bt878 chipset.

Yes, I have Radeon 9600 pro.

Here's the output of dmesg. Hope you can make some sense out of it. Thanks for your reply.
Code:
Linux version 2.4.22-1.2115.nptl (bhcompile@bugs.devel.redhat.com) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:31:21 EST 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
 BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
 BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
ACPI: have wakeup address 0xc0001000
On node 0 totalpages: 131056
zone(0): 4096 pages.
zone(1): 126960 pages.
zone(2): 0 pages.
ACPI: RSDP (v000 Nvidia                                    ) @ 0x000f75e0
ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000
ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3040
ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff7640
ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Kernel command line: ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi rhgb
ide_setup: hdc=ide-scsi
ide_setup: hdd=ide-scsi
Initializing CPU#0
Detected 1664.164 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 3322.67 BogoMIPS
Memory: 514284k/524224k available (1482k kernel code, 9552k reserved, 1110k data, 136k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 0383fbff c1c3fbff 00000000 00000000
CPU:             Common caps: 0383fbff c1c3fbff 00000000 00000000
CPU: AMD Athlon(tm) XP 2000+ stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
ACPI: Subsystem revision 20031002
ACPI: Interpreter disabled.
PCI: PCI BIOS revision 2.10 entry at 0xfb410, last bus=3
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router default [10de/01e0] at 00:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE2: IDE controller at PCI slot 00:09.0
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
AMD_IDE: Bios didn't set cable bits corectly. Enabling workaround.
AMD_IDE: nVidia Corporation nForce2 IDE (rev a2) UDMA100 controller on pci00:09.0
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: SAMSUNG SP0802N, ATA DISK drive
blk: queue c0408880, I/O limit 4095Mb (mask 0xffffffff)
hdc: HL-DT-ST GCE-8320B, ATAPI CD/DVD-ROM drive
hdd: DVD-ROM DDU1621, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=9733/255/63, UDMA(100)
Partition check:
 hda: hda1 hda2 hda3 < hda5 > hda4
ide: late registration of driver.
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 159k freed
VFS: Mounted root (ext2 filesystem).
Journalled Block Device driver loaded
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 136k freed
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected NVIDIA nForce2 chipset
agpgart: AGP aperture is 64M @ 0xd0000000
[fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.
[fglrx] module loaded - fglrx 3.14.1 [Sep 27 2004] on minor 0
[fglrx] AGP detected, AgpState   = 0x1f00421b (hardware caps of chipset)
[fglrx] AGP enabled,  AgpCommand = 0x1f004312 (selected caps)
[fglrx] free  AGP = 54800384
[fglrx] max   AGP = 54800384
[fglrx] free  LFB = 122679296
[fglrx] max   LFB = 122679296
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total AGP = 16384
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
PCI: Setting latency timer of device 00:02.0 to 64
usb-ohci.c: USB OHCI at membase 0xe8dea000, IRQ 11
usb-ohci.c: usb-00:02.0, nVidia Corporation nForce2 USB Controller
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
PCI: Setting latency timer of device 00:02.1 to 64
usb-ohci.c: USB OHCI at membase 0xe8dec000, IRQ 9
usb-ohci.c: usb-00:02.1, nVidia Corporation nForce2 USB Controller (#2)
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
PCI: Setting latency timer of device 00:02.2 to 64
ehci_hcd 00:02.2: nVidia Corporation nForce2 USB Controller
ehci_hcd 00:02.2: irq 5, pci mem e8df4000
usb.c: new USB bus registered, assigned bus number 3
PCI: cache line size of 64 is not supported by device 00:02.2
ehci_hcd 00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Jun-19/2.4
hub.c: USB hub found
hub.c: 6 ports detected
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,2), internal journal
Adding Swap: 755012k swap-space (priority -1)
BeFS version: 0.9.3
BeFS(ide0(3,4)): No write support. Marking filesystem read-only
ohci1394: $Rev: 1010 $ Ben Collins <bcollins@debian.org>
PCI: Setting latency timer of device 00:0d.0 to 64
ohci1394_0: OHCI-1394 1.1 (PCI): IRQ=[9]  MMIO=[da084000-da0847ff]  Max Packet=[2048]
ohci1394_0: SelfID received outside of bus reset sequence
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e0180000868733]
SCSI subsystem driver Revision: 1.00
hdc: attached ide-scsi driver.
hdd: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: HL-DT-ST  Model: CD-RW GCE-8320B   Rev: 1.04
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: SONY      Model: DVD-ROM DDU1621   Rev: S3.2
  Type:   CD-ROM                             ANSI SCSI revision: 02
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12
sr1: scsi3-mmc drive: 0x/40x cd/rw xa/form2 cdda tray
inserting floppy driver for 2.4.22-1.2115.nptl
floppy0: no floppy controllers found
PCI: Setting latency timer of device 00:04.0 to 64
divert: allocating divert_blk for eth0
8139too Fast Ethernet driver 0.9.26
divert: allocating divert_blk for eth1
eth1: RealTek RTL8139 Fast Ethernet at 0xe8f1d000, 00:c1:26:0e:d4:e1, IRQ 5
eth1:  Identified 8139 chip type 'RTL-8100B/8139D'
divert: freeing divert_blk for eth0
divert: freeing divert_blk for eth1
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (4095 buckets, 32760 max) - 292 bytes per conntrack
8139too Fast Ethernet driver 0.9.26
divert: allocating divert_blk for eth0
eth0: RealTek RTL8139 Fast Ethernet at 0xe8f2a000, 00:c1:26:0e:d4:e1, IRQ 5
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
divert: allocating divert_blk for eth1
sk98lin: Network Device Driver v6.15
(C)Copyright 1999-2003 Marvell(R).
eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
      PrefPort:A  RlmtMode:Check Link State
NTFS driver v1.1.22 [Flags: R/O MODULE]
[fglrx] free  AGP = 54800384
[fglrx] max   AGP = 54800384
[fglrx] free  LFB = 122679296
[fglrx] max   LFB = 122679296
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total AGP = 16384
Intel 810 + AC97 Audio, version 0.24, 15:37:20 Oct 29 2003
PCI: Setting latency timer of device 00:06.0 to 64
i810: NVIDIA nForce Audio found at IO 0xd000 and 0xe400, MEM 0x0000 and 0x0000, IRQ 9
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Resetting connection 0
ac97_codec: AC97 Audio codec, id: ALG32 (ALC650)
i810_audio: AC'97 codec 0, new EID value = 0x05c7
i810_audio: AC'97 codec 0, DAC map configured, total channels = 6
eth2: network connection up using port A
    speed:           100
    autonegotiation: yes
    duplex mode:     full
    flowctrl:        none
    scatter-gather:  enabled
eth2: network connection down
eth2: network connection up using port A
    speed:           100
    autonegotiation: yes
    duplex mode:     full
    flowctrl:        none
    scatter-gather:  enabled

Last edited by vharishankar; 10-02-2004 at 02:08 AM.
 
Old 10-02-2004, 02:03 AM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
I see nothing in there to indicate a TV card getting detected at all. Try modprobe bttv then use dmesg again and paste the output of when the driver loads and detects the card.
 
Old 10-02-2004, 02:05 AM   #9
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Sorry for that. The bttv module was not loaded when I posted the previous message.

Here's the dmesg output with the bttv module loaded.
Code:
Linux version 2.4.22-1.2115.nptl (bhcompile@bugs.devel.redhat.com) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:31:21 EST 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
 BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
 BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
ACPI: have wakeup address 0xc0001000
On node 0 totalpages: 131056
zone(0): 4096 pages.
zone(1): 126960 pages.
zone(2): 0 pages.
ACPI: RSDP (v000 Nvidia                                    ) @ 0x000f75e0
ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000
ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3040
ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff7640
ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Kernel command line: ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi rhgb
ide_setup: hdc=ide-scsi
ide_setup: hdd=ide-scsi
Initializing CPU#0
Detected 1664.164 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 3322.67 BogoMIPS
Memory: 514284k/524224k available (1482k kernel code, 9552k reserved, 1110k data, 136k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 0383fbff c1c3fbff 00000000 00000000
CPU:             Common caps: 0383fbff c1c3fbff 00000000 00000000
CPU: AMD Athlon(tm) XP 2000+ stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
ACPI: Subsystem revision 20031002
ACPI: Interpreter disabled.
PCI: PCI BIOS revision 2.10 entry at 0xfb410, last bus=3
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router default [10de/01e0] at 00:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE2: IDE controller at PCI slot 00:09.0
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
AMD_IDE: Bios didn't set cable bits corectly. Enabling workaround.
AMD_IDE: nVidia Corporation nForce2 IDE (rev a2) UDMA100 controller on pci00:09.0
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: SAMSUNG SP0802N, ATA DISK drive
blk: queue c0408880, I/O limit 4095Mb (mask 0xffffffff)
hdc: HL-DT-ST GCE-8320B, ATAPI CD/DVD-ROM drive
hdd: DVD-ROM DDU1621, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=9733/255/63, UDMA(100)
Partition check:
 hda: hda1 hda2 hda3 < hda5 > hda4
ide: late registration of driver.
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 159k freed
VFS: Mounted root (ext2 filesystem).
Journalled Block Device driver loaded
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 136k freed
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected NVIDIA nForce2 chipset
agpgart: AGP aperture is 64M @ 0xd0000000
[fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.
[fglrx] module loaded - fglrx 3.14.1 [Sep 27 2004] on minor 0
[fglrx] AGP detected, AgpState   = 0x1f00421b (hardware caps of chipset)
[fglrx] AGP enabled,  AgpCommand = 0x1f004312 (selected caps)
[fglrx] free  AGP = 54800384
[fglrx] max   AGP = 54800384
[fglrx] free  LFB = 122679296
[fglrx] max   LFB = 122679296
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total AGP = 16384
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
PCI: Setting latency timer of device 00:02.0 to 64
usb-ohci.c: USB OHCI at membase 0xe8dea000, IRQ 11
usb-ohci.c: usb-00:02.0, nVidia Corporation nForce2 USB Controller
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
PCI: Setting latency timer of device 00:02.1 to 64
usb-ohci.c: USB OHCI at membase 0xe8dec000, IRQ 9
usb-ohci.c: usb-00:02.1, nVidia Corporation nForce2 USB Controller (#2)
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
PCI: Setting latency timer of device 00:02.2 to 64
ehci_hcd 00:02.2: nVidia Corporation nForce2 USB Controller
ehci_hcd 00:02.2: irq 5, pci mem e8df4000
usb.c: new USB bus registered, assigned bus number 3
PCI: cache line size of 64 is not supported by device 00:02.2
ehci_hcd 00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Jun-19/2.4
hub.c: USB hub found
hub.c: 6 ports detected
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,2), internal journal
Adding Swap: 755012k swap-space (priority -1)
BeFS version: 0.9.3
BeFS(ide0(3,4)): No write support. Marking filesystem read-only
ohci1394: $Rev: 1010 $ Ben Collins <bcollins@debian.org>
PCI: Setting latency timer of device 00:0d.0 to 64
ohci1394_0: OHCI-1394 1.1 (PCI): IRQ=[9]  MMIO=[da084000-da0847ff]  Max Packet=[2048]
ohci1394_0: SelfID received outside of bus reset sequence
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e0180000868733]
SCSI subsystem driver Revision: 1.00
hdc: attached ide-scsi driver.
hdd: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: HL-DT-ST  Model: CD-RW GCE-8320B   Rev: 1.04
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: SONY      Model: DVD-ROM DDU1621   Rev: S3.2
  Type:   CD-ROM                             ANSI SCSI revision: 02
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12
sr1: scsi3-mmc drive: 0x/40x cd/rw xa/form2 cdda tray
inserting floppy driver for 2.4.22-1.2115.nptl
floppy0: no floppy controllers found
PCI: Setting latency timer of device 00:04.0 to 64
divert: allocating divert_blk for eth0
8139too Fast Ethernet driver 0.9.26
divert: allocating divert_blk for eth1
eth1: RealTek RTL8139 Fast Ethernet at 0xe8f1d000, 00:c1:26:0e:d4:e1, IRQ 5
eth1:  Identified 8139 chip type 'RTL-8100B/8139D'
divert: freeing divert_blk for eth0
divert: freeing divert_blk for eth1
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (4095 buckets, 32760 max) - 292 bytes per conntrack
8139too Fast Ethernet driver 0.9.26
divert: allocating divert_blk for eth0
eth0: RealTek RTL8139 Fast Ethernet at 0xe8f2a000, 00:c1:26:0e:d4:e1, IRQ 5
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
divert: allocating divert_blk for eth1
sk98lin: Network Device Driver v6.15
(C)Copyright 1999-2003 Marvell(R).
eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
      PrefPort:A  RlmtMode:Check Link State
NTFS driver v1.1.22 [Flags: R/O MODULE]
[fglrx] free  AGP = 54800384
[fglrx] max   AGP = 54800384
[fglrx] free  LFB = 122679296
[fglrx] max   LFB = 122679296
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total AGP = 16384
Intel 810 + AC97 Audio, version 0.24, 15:37:20 Oct 29 2003
PCI: Setting latency timer of device 00:06.0 to 64
i810: NVIDIA nForce Audio found at IO 0xd000 and 0xe400, MEM 0x0000 and 0x0000, IRQ 9
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Resetting connection 0
ac97_codec: AC97 Audio codec, id: ALG32 (ALC650)
i810_audio: AC'97 codec 0, new EID value = 0x05c7
i810_audio: AC'97 codec 0, DAC map configured, total channels = 6
eth2: network connection up using port A
    speed:           100
    autonegotiation: yes
    duplex mode:     full
    flowctrl:        none
    scatter-gather:  enabled
eth2: network connection down
eth2: network connection up using port A
    speed:           100
    autonegotiation: yes
    duplex mode:     full
    flowctrl:        none
    scatter-gather:  enabled
i2c-core.o: i2c core module
Linux video capture interface: v1.00
i2c-algo-bit.o: i2c bit algorithm module
bttv: driver version 0.7.107 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Host bridge is PCI device 10de:01e0 (nVidia Corporation)
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 01:08.0, irq: 11, latency: 32, mmio: 0xd4000000
bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
bttv0: using: BT878(Pinnacle PCTV Studio/Ra) [card=39,autodetected]
i2c-core.o: adapter bt848 #0 registered as adapter 0.
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: pinnacle/mt: id=1 info="PAL / mono" radio=no
bttv0: using tuner=33
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951),ta8874z
i2c-core.o: driver generic i2c audio driver registered.
i2c-core.o: driver i2c tda9887 driver registered.
tda9887: chip found @ 0x86
i2c-core.o: client [tda9887] registered to adapter [bt848 #0](pos. 0).
i2c-core.o: driver i2c TV tuner driver registered.
tuner: chip found @ 0xc0
tuner: type set to 33 (MT2032 universal)
MT2032: Companycode=4d54 Part=04 Revision=04
i2c-core.o: client [MT2032 universal] registered to adapter [bt848 #0](pos. 1).
MT2032: Companycode=4d54 Part=04 Revision=04
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: registered device video0
bttv0: registered device vbi0

Last edited by vharishankar; 10-02-2004 at 02:06 AM.
 
Old 10-02-2004, 02:17 AM   #10
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Ok that is getting detected as the pinnacle I mentioned a couple of posts back now what does it show you if you use scantv in a console window?

Edit: I notice that it is using driver version 0.7.xx (I am 0.9.15 with kernel 2.6.8.1) using with the 2.4.22 kernel you are using you may want to consider upgrading the kernel to get the latest driver support or going to http://bytesex.org/bttv/ and getting the latest driver I found this here on the site in this thread. http://www.linuxquestions.org/questions/history/41357

Last edited by HappyTux; 10-02-2004 at 02:22 AM.
 
Old 10-02-2004, 02:22 AM   #11
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I did a 'scantv -a -o xawtvrc' yesterday and it took about 20 minutes to run.

Here's part of the output.
Code:
   0: us-bcast
   1: us-cable
   2: us-cable-hrc
   3: japan-bcast
   4: japan-cable
   5: europe-west
   6: europe-east
   7: italy
   8: newzealand
   9: australia
  10: ireland
  11: france
  12: china-bcast
  13: southafrica
  14: argentina
  15: australia-optus
  16: russia
nr ?
[global]
freqtab = us-bcast

[defaults]
input = Television
norm = PAL


scanning freqencies...
??  44.00 MHz (-   ): |   no
??  44.25 MHz (-   ): |   no
??  44.50 MHz (-   ): |   no
??  44.75 MHz (-   ): |   no
??  45.00 MHz (-   ): |   no
??  45.25 MHz (-   ): |   no
??  45.50 MHz (-   ): |   no
??  45.75 MHz (-   ): |   no
??  46.00 MHz (-   ): |   no
??  46.25 MHz (-   ): |   no
??  46.50 MHz (-   ): |   no
??  46.75 MHz (-   ): |   no
??  47.00 MHz (-   ): |   no
??  47.25 MHz (-   ): |   no
??  47.50 MHz (-   ): |   no
??  47.75 MHz (-   ): |   no
.
.
.
I have to use scantv -a because my country is not listed on the frequency tables list.
The whole output would be really too long to post here. At the end though, the detected frequencies did not get added to the config file and I don't know why.
 
Old 10-02-2004, 02:26 AM   #12
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Quote:
Originally posted by HappyTux
Ok that is getting detected as the pinnacle I mentioned a couple of posts back now what does it show you if you use scantv in a console window?

Edit: I notice that it is using driver version 0.7.xx (I am 0.9.15 with kernel 2.6.8.1) using with the 2.4.22 kernel you are using you may want to consider upgrading the kernel to get the latest driver support or going to http://bytesex.org/bttv/ and getting the latest driver I found this here on the site in this thread. http://www.linuxquestions.org/questions/history/41357
Thanks for that website . Which files do I download?
 
Old 10-02-2004, 11:35 PM   #13
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Harishankar
I did a 'scantv -a -o xawtvrc' yesterday and it took about 20 minutes to run.

Here's part of the output.
Code:
   0: us-bcast
   1: us-cable
   2: us-cable-hrc
   3: japan-bcast
   4: japan-cable
   5: europe-west
   6: europe-east
   7: italy
   8: newzealand
   9: australia
  10: ireland
  11: france
  12: china-bcast
  13: southafrica
  14: argentina
  15: australia-optus
  16: russia
nr ?
[global]
freqtab = us-bcast

[defaults]
input = Television
norm = PAL


scanning freqencies...
??  44.00 MHz (-   ): |   no
??  44.25 MHz (-   ): |   no
??  44.50 MHz (-   ): |   no
??  44.75 MHz (-   ): |   no
??  45.00 MHz (-   ): |   no
??  45.25 MHz (-   ): |   no
??  45.50 MHz (-   ): |   no
??  45.75 MHz (-   ): |   no
??  46.00 MHz (-   ): |   no
??  46.25 MHz (-   ): |   no
??  46.50 MHz (-   ): |   no
??  46.75 MHz (-   ): |   no
??  47.00 MHz (-   ): |   no
??  47.25 MHz (-   ): |   no
??  47.50 MHz (-   ): |   no
??  47.75 MHz (-   ): |   no
.
.
.
I have to use scantv -a because my country is not listed on the frequency tables list.
The whole output would be really too long to post here. At the end though, the detected frequencies did not get added to the config file and I don't know why.
Do you still have that part saved so you can post it? And I can see one thing wrong in your settings you have us-bcast and norm=PAL for a US broadcast signal it should be norm=NTSC. BTW what is the broadcast standard used in India? You need that information for sure to get it going properly and have you tried to contact the two people from India in the link to the card that I posted above they should have more information than I can give you that is if they are accepting personal messages. I read that bytesex.org page again and it appears that you should have the version that is available there for the 0.7.x already in the kernel support sorry for the misleading information. You may want to try using you video card without the ati drivers and see if this will help as well and maybe even upgrade to the latest 2.6 kernel you can get for the newest support for the bttv module possible.
 
Old 10-02-2004, 11:47 PM   #14
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
The broadcast standard used in India is PAL not NTSC.

And I had no idea which frequency table to choose because India is not listed.

I thought that using scantv -a would override the default option. Unfortunately I had not saved the full output of scantv because the output would fill upto twenty or thirty pages.

Edit: I will try and update the drivers for bttv. Thanks for all your help, HappyTux. I'll keep you informed of developments on this thread.

Last edited by vharishankar; 10-02-2004 at 11:50 PM.
 
Old 10-03-2004, 12:04 AM   #15
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Harishankar
The broadcast standard used in India is PAL not NTSC.

And I had no idea which frequency table to choose because India is not listed.

I thought that using scantv -a would override the default option. Unfortunately I had not saved the full output of scantv because the output would fill upto twenty or thirty pages.

Edit: I will try and update the drivers for bttv. Thanks for all your help, HappyTux. I'll keep you informed of developments on this thread.
Your welcome and in that case you definitely do not want the us-bcast in the file then that is NTSC only. I would try when you run the scan tv using all the options except the us ones with PAL as the standard and see if one of the other countries is close enough to your standard to work with the card.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Blanking b0mb3r Slackware 6 03-16-2005 02:39 PM
How to turn off screen blanking screen saver in run level 3? Arodef Linux - Software 1 01-04-2005 12:50 PM
screen blanking rekonrad Linux - General 2 09-07-2003 07:23 PM
RH 9.0 screen blanking corrupter Linux - Distributions 0 06-04-2003 09:11 AM
Screen Blanking bretthoward Linux - General 7 03-19-2001 05:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration