|
Next: Best way to downgrade glibc
|
| Author |
Message |
External

Since: Jan 29, 2005 Posts: 69
|
(Msg. 1) Posted: Sun May 29, 2005 2:39 am
Post subject: TV Tuner cards anyone? Archived from groups: alt>os>linux>slackware (more info?)
|
|
|
Hello from the Eighth Doctor
I have here a Hauppauge WinTV card. The thing comes with software written for
you guessed it, that guy's OS. It comes with user written advice for Red Hat Linux.
And when I contacted the crew at the place not long ago, they told me that they
support the card under that guy's OS, naturally. But not under Linux, the "user
written advice" was supplied to them, via the work of an ordinary user.
Has anyone tried this card under Slackware Linux? Say 10.1.
---
Gregg drwho8 atsign att dot net
"This signature supports the Rebel Alliance." |
|
| Back to top |
|
 |  |
External

Since: Mar 23, 2005 Posts: 5
|
(Msg. 2) Posted: Sun May 29, 2005 5:54 am
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
The Eighth Doctor wrote:
> Hello from the Eighth Doctor
> I have here a Hauppauge WinTV card. The thing comes with software written for
> you guessed it, that guy's OS. It comes with user written advice for Red Hat Linux.
What chipset is it? Stating "I have X brand card" tends to be useless, since
they tend to change chipsets on a given branded card without notice to
generic user. (You're supposed to use their drivers, so why do you care
about chipsets?  )
Many of the Hauppauge cards are based on the 848 chipset, which is supported
under linux. I have a CCMail card in my box, and a generic TV card that has
Hauppauge printed on it. Both are based on the 848, and both use the same
module, just different IO ranges.
If its a full tuner, you're probably good. I had to tweek the code a little
for the CCMail card because it had no tuner chip on it, as it was video in
only. (Basically had to make a null-tuner module, but it works.
If your isn't based on the 848, look at the board / Win-drivers to see what
it is, and post that info. Without more detail, theres a good chance you
won't get a good reply. |
|
| Back to top |
|
 |  |
External

Since: Jan 29, 2005 Posts: 69
|
(Msg. 3) Posted: Mon May 30, 2005 4:21 am
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <7Ocme.23282$i42.10430@twister.nyroc.rr.com>,
woody DeleteThis @roNcOhSePsAtMer.rr.com says...
>
>The Eighth Doctor wrote:
>
>> Hello from the Eighth Doctor
>> I have here a Hauppauge WinTV card. The thing comes with software written
for
>> you guessed it, that guy's OS. It comes with user written advice for Red Hat
Linux.
>
>What chipset is it? Stating "I have X brand card" tends to be useless, since
>they tend to change chipsets on a given branded card without notice to
>generic user. (You're supposed to use their drivers, so why do you care
>about chipsets? )
>
>Many of the Hauppauge cards are based on the 848 chipset, which is supported
>under linux. I have a CCMail card in my box, and a generic TV card that has
>Hauppauge printed on it. Both are based on the 848, and both use the same
>module, just different IO ranges.
>
>If its a full tuner, you're probably good. I had to tweek the code a little
>for the CCMail card because it had no tuner chip on it, as it was video in
>only. (Basically had to make a null-tuner module, but it works.
>
>If your isn't based on the 848, look at the board / Win-drivers to see what
>it is, and post that info. Without more detail, theres a good chance you
>won't get a good reply.
Hello (again) from the Eighth Doctor
Surprisingly enough, your right. The card I have the Hauppauge WinTV card by
name, is indeed wearing a bt848 device. I checked it yesterday, and even when I first
tried to use it under Linux. It happens that its the same model described in the first
of the v4l (video for Linux) notes. But your right. I should have indicated this at
first. I actually wanted a generic reply, yours, first, then I'd post mine. Then we
would see where it would lead us. More including dmesg report, and even places to
look for output pictures, later.
---
Gregg drwho8 atsign att dot net |
|
| Back to top |
|
 |  |
External

Since: Jan 29, 2005 Posts: 69
|
(Msg. 4) Posted: Mon May 30, 2005 4:01 pm
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <fxwme.265150$cg1.147111@bgtnsc04-news.ops.worldnet.att.net>,
drwho8__NOTME__ RemoveThis @att.net says...
>
>In article <7Ocme.23282$i42.10430@twister.nyroc.rr.com>,
>woody@roNcOhSePsAtMer.rr.com says...
>>
>>The Eighth Doctor wrote:
>>
>>> Hello from the Eighth Doctor
>>> I have here a Hauppauge WinTV card. The thing comes with software written
>for
>>> you guessed it, that guy's OS. It comes with user written advice for Red Hat
>Linux.
>>
>>What chipset is it? Stating "I have X brand card" tends to be useless, since
>>they tend to change chipsets on a given branded card without notice to
>>generic user. (You're supposed to use their drivers, so why do you care
>>about chipsets? )
>>
>>Many of the Hauppauge cards are based on the 848 chipset, which is supported
>>under linux. I have a CCMail card in my box, and a generic TV card that has
>>Hauppauge printed on it. Both are based on the 848, and both use the same
>>module, just different IO ranges.
>>
>>If its a full tuner, you're probably good. I had to tweek the code a little
>>for the CCMail card because it had no tuner chip on it, as it was video in
>>only. (Basically had to make a null-tuner module, but it works.
>>
>>If your isn't based on the 848, look at the board / Win-drivers to see what
>>it is, and post that info. Without more detail, theres a good chance you
>>won't get a good reply.
>
>Hello (again) from the Eighth Doctor
>Surprisingly enough, your right. The card I have the Hauppauge WinTV card by
>name, is indeed wearing a bt848 device. I checked it yesterday, and even when I
first
>tried to use it under Linux. It happens that its the same model described in the first
>of the v4l (video for Linux) notes. But your right. I should have indicated this at
>first. I actually wanted a generic reply, yours, first, then I'd post mine. Then we
>would see where it would lead us. More including dmesg report, and even places
to
>look for output pictures, later.
>---
>Gregg drwho8 atsign att dot net
>
Hello from the Eighth Doctor
More news. According to the company website, its a bt878 based board that I have
here. (*Sigh!!*) However I seem to recall that the support for this device is part of
the basic V4L collection.
----
Gregg drwho8 atsign att dot net |
|
| Back to top |
|
 |  |
External

Since: Mar 10, 2005 Posts: 238
|
(Msg. 5) Posted: Mon May 30, 2005 10:14 pm
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
The Eighth Doctor wrote :
> More news. According to the company website, its a bt878 based board
> that I have here. (*Sigh!!*) However I seem to recall that the support
> for this device is part of the basic V4L collection.
No sweat. Its supported by the bttv driver. Shut down the computer, plug
in the card, boot and run 'lsmod' to see if "hotplug" did find it.
Hotplug do find my Bt848 card fine and loads the modules needed. (But
the card is only there because I'm to lazy to remove it.)
--
Thomas O.
This area is designed to become quite warm during normal operation. |
|
| Back to top |
|
 |  |
External

Since: Jun 07, 2004 Posts: 31
|
(Msg. 6) Posted: Mon May 30, 2005 11:29 pm
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2005-05-30, The Eighth Doctor <drwho8__NOTME__.DeleteThis@att.net> wrote:
> More news. According to the company website, its a bt878 based board that I have
> here. (*Sigh!!*) However I seem to recall that the support for this device is part of
> the basic V4L collection.
I have an oldish Hauppauge PCI WinTV card that I've got pictures from
using Linux and Microsoft's operating system. There is a problem with
this WinTV card as it will lock up after a minute or two and I have
to do a hard reset. This for either operating system and a couple of
different motherboards. Probably the latest versions are better.
Basically you need to know the chipset and the tuner. These cards are
fairly well supported. Hotplug detected my card, for example. They
are not hugely expensive. It's just that there's not much to watch. |
|
| Back to top |
|
 |  |
External

Since: Jan 09, 2005 Posts: 11
|
(Msg. 7) Posted: Mon May 30, 2005 11:37 pm
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
The Eighth Doctor wrote:
> Hello from the Eighth Doctor
> More news. According to the company website, its a bt878 based board that I have
> here. (*Sigh!!*) However I seem to recall that the support for this device is part of
> the basic V4L collection.
> ----
> Gregg drwho8 atsign att dot net
>
i have a bt848 card ( miro ),
and maybe you have to load the module with an option " card=10"
( see
file:/usr/src/linux-<your-kernel>/Documentation/video4linux/CARDLIST.bttv )
for that , i added " bttv" to the file "/etc/hotplug/blacklist " and
load it with rc.modules
otherwise hotplug loads it with no options. ( i could add that in
modprobe.conf....but didn't try... )
just add in rc.modules " /sbin/modprobe bttv card=10 "
btw. i think you need " 10 "
cashmir |
|
| Back to top |
|
 |  |
External

Since: Jan 09, 2005 Posts: 11
|
(Msg. 8) Posted: Mon May 30, 2005 11:51 pm
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
cashmir wrote:
> btw. i think you need " 10 "
errrm.... or " 80 "
cashmir |
|
| Back to top |
|
 |  |
External

Since: Jan 29, 2005 Posts: 69
|
(Msg. 9) Posted: Thu Jun 02, 2005 4:28 am
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <op8sm2-fa2.ln1 DeleteThis @news.inet.tele.dk>, thover DeleteThis @post2.tele.dk says...
>
>
>The Eighth Doctor wrote :
>
>> More news. According to the company website, its a bt878 based board
>> that I have here. (*Sigh!!*) However I seem to recall that the support
>> for this device is part of the basic V4L collection.
>
>No sweat. Its supported by the bttv driver. Shut down the computer, plug
>in the card, boot and run 'lsmod' to see if "hotplug" did find it.
>
>Hotplug do find my Bt848 card fine and loads the modules needed. (But
>the card is only there because I'm to lazy to remove it.)
>--
>Thomas O.
>
>This area is designed to become quite warm during normal operation.
Hello from the Eighth Doctor
I just added the card. The computer's normal OS, finds everything without
comment.
However under Linux, hotplug causes a panic. I temporarily turned off hotplug, and
naturally I found out that I believe this to be a PCI enumeration problem. The
machine is a Dell Dimension, about seven years old. I've never seen this happen
before, except on an even older model, who's an unnamed box.
One clew was that the rest of the procedure scripts didn't find the Ethernet card, a
3COM 3C905C card. I'll probably try removing the card, and reinsterting it.
----
Gregg drwho8 atsign att dot net |
|
| Back to top |
|
 |  |
External

Since: Jan 29, 2005 Posts: 69
|
(Msg. 10) Posted: Thu Jun 02, 2005 5:34 am
Post subject: Re: TV Tuner cards anyone? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <eWvne.275595$cg1.32792@bgtnsc04-news.ops.worldnet.att.net>,
drwho8__NOTME__.RemoveThis@att.net says...
>
>In article <op8sm2-fa2.ln1.RemoveThis@news.inet.tele.dk>, thover.RemoveThis@post2.tele.dk says...
>>
>>
>>The Eighth Doctor wrote :
>>
>>> More news. According to the company website, its a bt878 based board
>>> that I have here. (*Sigh!!*) However I seem to recall that the support
>>> for this device is part of the basic V4L collection.
>>
>>No sweat. Its supported by the bttv driver. Shut down the computer, plug
>>in the card, boot and run 'lsmod' to see if "hotplug" did find it.
>>
>>Hotplug do find my Bt848 card fine and loads the modules needed. (But
>>the card is only there because I'm to lazy to remove it.)
>>--
>>Thomas O.
>>
>>This area is designed to become quite warm during normal operation.
>
>Hello from the Eighth Doctor
>I just added the card. The computer's normal OS, finds everything without
>comment.
>
>However under Linux, hotplug causes a panic. I temporarily turned off hotplug,
and
>naturally I found out that I believe this to be a PCI enumeration problem. The
>machine is a Dell Dimension, about seven years old. I've never seen this happen
>before, except on an even older model, who's an unnamed box.
>
>One clew was that the rest of the procedure scripts didn't find the Ethernet card, a
>3COM 3C905C card. I'll probably try removing the card, and reinsterting it.
>----
>Gregg drwho8 atsign att dot net
>
Hello from the Eighth Doctor
Nertz!
Excuse me. It seems that the Ethernet card didn't cause the problems. It was caused
by the bttv driver, and the tuner card. It seems the both of them need an
arrangement of resources that are not found on this model computer. I suspect it
would work on say, the model Dimension before the current crop even got started.
I've got here an Optiplex from the same time period. As soon as he feels better, I'll
try the card there. If the same thing happens, which I epect to do so, I'll simply put
the card away, and wait until the next model machine arrives, which will be RSN.
--
Gregg drwho8 atsign att dot net |
|
| Back to top |
|
 |  |
| Related Topics: | TV tuner recommendations - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm looking for recommendations on PCI TV Tuner cards for a Slackware 10.0 or 10.1 system. If you have a /working/ configuration of a PCI TV tuner card and either Slackware 10.0 or Slackware 10.1, I'd be..
Anyone got a Twinhan 3250 Tuner card working? - lspci -v reports... 02:04.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) Subsystem: Twinhan Technology Co. Ltd VisionPlus DVB card Flags: bus master, medium devsel, latency 32, IRQ 18 Memory at....
TV-Cards - Hi all! Anyone in this group that have experince with Pinacle TV-Card on a Slack 9.1 system? Would like to find some drivers and a good program that works for tv-capture. I've been looking for some howto's but couldn't find anything?? Micke
How can I change network cards? - I have slackware 8 from about a year or more ago installed. I don't use it much, but sometimes I need to. A few weeks ago the network card in the machine that runs slackware went bad. I have removable drives and usually boot windows os's for testing..
dual network cards compiled into kernel - Ok I searched the group for this and didn't really find what I was looking for so I apologize in advance if this has already been answered. Now then I have reinstalled slack9 which also corrected my ncurses problem which was nice. I also installed a.. |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|