Linux-Hardware Digest #43, Volume #10 Fri, 16 Apr 99 09:13:50 EDT
Contents:
Re: Travan TR4 / Seagate Hornet Tape Dirve (Gary Momarison)
sane and snapscan310 (Ralph Schleifer)
Re: hard disk stops (Alumne OSCAR RENALIAS GRENO FIB)
Re: Sound Blaster 16 problems. (Alumne OSCAR RENALIAS GRENO FIB)
Re: 3dfx VooDoo3 ("G de Keating-Hart")
STB Desktop TV PCI Card. (S Sachdeva)
SUN SparcStation 10 with cg12 video frambuffer (=?iso-8859-1?Q?=B1=E8=BA=B4=C7=F6?=)
STB Desktop TV PCI Card. (S Sachdeva)
Trouble in HP SCSI Host Adapter AHA-2740. HELP. ("Vasyliy_Makarov")
Re: Non-destructive HD repartition? (John McKown)
Re: Creative Ensoniq AudioPci64 (Patrick Mcginley)
Which hardware is best ? ("CM")
problem with scsi adapter aha-1542 during instalation ("yaniv&yael")
Why was I so lucky ... (gus)
Re: All the current OSes are idiotic (was Re: Is Windows for idiots?) (Matthias
Warkus)
Re: pentium motherboards with onboard ethernet? ([EMAIL PROTECTED])
RE: Download file like NetVampire or Getright ??? (Vincent)
Re: SUN SparcStation 10 with cg12 video frambuffer ("M.C. van den Bovenkamp")
Re: A New 'puter Board for Me (Jeff McWilliams)
LS-120 drive and Linux ("Vaughan Hider")
Re: Trouble in HP SCSI Host Adapter AHA-2740. HELP. ("Vasyliy_Makarov")
Re: Linux and External Print Servers (Grant Taylor)
Re: STB Desktop TV PCI Card. ("G de Keating-Hart")
Re: USB ZIP-drive on linux????? ("Alex Johnson")
HELLLPPPP ("john")
----------------------------------------------------------------------------
From: Gary Momarison <[EMAIL PROTECTED]>
Subject: Re: Travan TR4 / Seagate Hornet Tape Dirve
Date: 15 Apr 1999 17:52:34 -0700
"Kenneth H. Cox" <[EMAIL PROTECTED]> writes:
> David Graham wrote:
> > You should be able to use make backups with something like:
> >
> > tar cvf /dev/ht0 {filenames}
> >
> > It was that simple for me, at least.
>
> Do you know if it's possible to store multiple files on the
> same tape? I want to use 'dump', and I expected that I could
> do something like this:
>
> dump 0uf /dev/nht0 /
> dump 0uf /dev/nht0 /usr
>
> And that appears to work, but then my attempts to use 'mt'
> to move the tape to the start of the 2nd backup fail.
> I tried:
>
> mt -f /dev/nht0 rewind
> mt -f /dev/nht0 fsf 1
>
> Any suggestions would be appreciated.
Tip: Make a link from /dev/tape to /dev/nht0 and loose the
"-f /dev/nht0".
I don't know "dump", but the "mt" stuff looks OK. Maybe try
"fsf 2" or "eof".
I find "afio" does a good job, allowing your multiple usage and
compressed archives.
I use something like
find . -xdef | afio -ozZv -b 32k -c 64 -L /var/log/afio tape_host:/dev/nst0
Play with -b & -c for best speed.
--
Look for Linux info at http://www.dejanews.com/home_ps.shtml and
Gary's Encyclopedia at http://www.aa.net/~swear/pedia/index.html
------------------------------
From: Ralph Schleifer <[EMAIL PROTECTED]>
Subject: sane and snapscan310
Date: Fri, 16 Apr 1999 11:36:28 +0200
Hello all,
I've got a problem accessing my AGFA SnapScan 310 scanner attatched
to a ASUS SC200 SCSI card although the find-scanner command says
find-scanner: found scanner "AGFA SNAPSCAN 310 1.10" at device /dev/scanner
find-scanner: found scanner "AGFA SNAPSCAN 310 1.10" at device /dev/sg0
The scanimage --help command says
:
:
:
List of available devices:
pnm:0 pnm:1
cat /proc/scsi/scsi says:
Attached devices:
Host: scsi0 Channel: 00 Id: 02 Lun: 00
Vendor: AGFA Model: SNAPSCAN 310 Rev: 1.10
Type: Scanner ANSI SCSI revision: 02
Does anybody have an idea what the problem is?
Thank you
Ralph
------------------------------
From: Alumne OSCAR RENALIAS GRENO FIB <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: hard disk stops
Date: Fri, 16 Apr 1999 12:41:13 +0200
David Murray wrote:
> sounds like either:
>
> 1) hardware failure
> 2) BIOS power management
>
> > hda: timeout waiting for DMA
> > hda: irq timeout: status=0xd2 { Busy }
> > hda: DMA disabled
> > hdb: DMA disabled
But if it was a software failure, it should also happen under window$,
but it doesn't!
Any other idea?
------------------------------
From: Alumne OSCAR RENALIAS GRENO FIB <[EMAIL PROTECTED]>
Subject: Re: Sound Blaster 16 problems.
Date: Fri, 16 Apr 1999 12:45:33 +0200
Greg McGee wrote:
> ������������� �������� wrote:
> >
> > I have Redhat Linux 5.2 and the Creative sound blaster 16 Value. The problem
> > is that i can't install my sound card with sndconfig (when it is ready to
> > play the sample it appears an error message).How can I solve this problem.
> Make sure you have no other cards conflicting.
> I had to "move" the IRQs and such on my scsi card...
> The SB wants "its" defaults.
Are you using a Soundblaster Vibrax? If so, read the file VIBRAX in the directory
Documentation/ in you linux sources directory.
------------------------------
From: "G de Keating-Hart" <[EMAIL PROTECTED]>
Subject: Re: 3dfx VooDoo3
Date: Fri, 16 Apr 1999 11:05:42 +0100
Does any program actually use the 3Dfx card (even just voodoo2) in linux?
Eric Bohn wrote in message <7f6kp9$2u6$[EMAIL PROTECTED]>...
>In article <[EMAIL PROTECTED]>,
> sxltrex <[EMAIL PROTECTED]> wrote:
>> I just bought a 3dfx VooDoo3 2000 PCI. Does anyone have any idea if
>> anyone is working on Linux drivers for this card? (By the way, it kicks
>> ass on Half-Life).
>
>Daryll Strauss: you'll find him at 3dfx.glide.linux.
>
>- Eric Bohn
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: S Sachdeva <[EMAIL PROTECTED]>
Subject: STB Desktop TV PCI Card.
Date: Thu, 15 Apr 1999 22:14:26 -0400
Hi,
Thx for your suggestions. I am able to SEE Tv now on my PC NO sound though.
Tried all suggestions in xawtv Sound-FAQ.
Is anyone using this card with Linux.
I have a Creative Ensoniq sound card ( es1371 chip ), it is working fine.
STB Card has a Phillips Tuner, an FM 1236 radio tuner, BT878KHF video chip and
a TDA9850 audio chip.
I have tried connecting audio out of TV card to cd in, TV tuner in and IDE in
on the creative card with no success.
Any help will be greatly appreciated.
Sandeep
------------------------------
From: =?iso-8859-1?Q?=B1=E8=BA=B4=C7=F6?= <[EMAIL PROTECTED]>
Subject: SUN SparcStation 10 with cg12 video frambuffer
Date: Fri, 16 Apr 1999 19:48:42 +0900
I have SUN SparcStation 10 with cg12 video framebuffer.
Can I install "Red Hat Linux 5.2" on Sun SparcStation 10 with "cg12"
video framebuffer?
Let me know it, please.
------------------------------
From: S Sachdeva <[EMAIL PROTECTED]>
Subject: STB Desktop TV PCI Card.
Date: Thu, 15 Apr 1999 22:16:10 -0400
Hi,
Thx for your suggestions. I am able to SEE Tv now on my PC NO sound though.
Tried all suggestions in xawtv Sound-FAQ.
Is anyone using this card with Linux.
I have a Creative Ensoniq sound card ( es1371 chip ), it is working fine.
STB Card has a Phillips Tuner, an FM 1236 radio tuner, BT878KHF video chip and
a TDA9850 audio chip.
I have tried connecting audio out of TV card to cd in, TV tuner in and IDE in
on the creative card with no success.
Any help will be greatly appreciated.
Sandeep
------------------------------
From: "Vasyliy_Makarov" <[EMAIL PROTECTED]>
Subject: Trouble in HP SCSI Host Adapter AHA-2740. HELP.
Date: Fri, 16 Apr 1999 14:48:51 +0300
I am trying to install redhat 5.2.
When system ask me about SCSI I say AHA-274x and choose "Autoprobe"
I get error "kernel panic unrecoverable BRKADRINT"
Ok
Trying install module aic7xxx.o by hand.
I get error too.
Sometimes i get another error "unsupported irq level 0 , ignored"
Please HELP
------------------------------
From: [EMAIL PROTECTED] (John McKown)
Subject: Re: Non-destructive HD repartition?
Date: 16 Apr 1999 10:51:39 GMT
Reply-To: [EMAIL PROTECTED]
To the best of my knowledge, you cannot resize an ext2 partition.
What I have done is create a new filesystem (partition). I called it
/drive2. I then put a symlink as a directory from /opt to the
corresponding directory in /drive2. For example (as root)
1. mkdir /drive2/opt
2. mkdir /drive2/opt/communicator-v451
3. cd /opt
4. tar c communicator-451 | (cd /drive2/opt; tar x)
5. rm -R /opt/communicator-451
6. ln -s /drive2/opt/communicator-v451 /opt/communicator-v451
Now the data is actually in /drive2/opt/communicator-v451, but I can
access it via /opt/communicator-v451. If you are installing a NEW
package, which will be at /opt/package, then you can simply do:
1. mkdir /drive2/opt/package
2. ln -s /drive2/opt/package /opt/package
Now do the install. This, to me, is easier than backing up the entire
filesystem, creating a new one somewhere else that's bigger, then
restoring the data.
On Wed, 14 Apr 1999 23:42:07 -0600, 4Season <[EMAIL PROTECTED]> wrote:
>What's the best way to repartition a hard drive, without disturbing the data
>on it?
>
>I goofed and only allocated maybe 10 megabytes to /OPT, only to find that
>the first two packages I installed both wanted it, and ran out of space!
>
>Nothing too complicated about the hard drive: A brand-new 8.4G Maxtor,
>containing Linux, and only Linux (another drive contains all of my Windows98
>stuff)
>
>
------------------------------
From: [EMAIL PROTECTED] (Patrick Mcginley)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Creative Ensoniq AudioPci64
Date: 15 Apr 1999 20:01:42 -0500
I seem to recall Alan W. Jurgensen ([EMAIL PROTECTED]) babbling somthing about:
: Hi Yall,
: REgarding: Creative Ensoniq AudioPCI Sound Card...
: Looks like it works in 2.2.5 Kernel using es1371....
It also works for me in real life ;) Just have to run setup to make sure
it's found. Have fun!
: As Taken from linux/Documentation/sound/es1371:
: ...
: This driver does not support the ALaw/uLaw sample formats.
: ALaw is the default mode when opening a sound device
: using OSS/Free. The reason for the lack of support is
: that the hardware does not support these formats, and adding
: conversion routines to the kernel would lead to very ugly
: code in the presence of the mmap interface to the driver.
: And since xquake uses mmap, mmap is considered important :-)
: and no sane application uses ALaw/uLaw these days anyway.
: In short, playing a Sun .au file as follows:
: cat my_file.au > /dev/dsp
: does not work. Instead, you may use the play script from
: Chris Bagwell's sox-12.14 package (available from the URL
: below) to play many different audio file formats.
: The script automatically determines the audio format
: and does do audio conversions if necessary.
: http://home.sprynet.com/sprynet/cbagwell/projects.html
: ...
: ONE Strange Thing is: cat /dev/sndstat Displays nothing!
: Does anyone have any sure-fire procedure for properly loading
: Sound Modules required by this 1371 Card? IE, is an OPL2/3
: driver needed... uart401 needed? what else!?
: Any Help/Comments are appreciated!!
: later,
: al-man
: James Kosin wrote:
: >
: > Dear Rob v.d. Meer,
: >
: > Its supported in RedHat 5.2 and kernel 2.0.36 and later.
: >
: > I haven't figured out how to get Xwindows setup to do sounds like Windows
: > 95/98 yet. I am able to play the .au files and stuff like that.
: >
: > Thanks,
: > James Kosin
: >
: > Rob v.d. Meer <[EMAIL PROTECTED]> wrote in message
: > news:7f2qdo$k5m$[EMAIL PROTECTED]...
: > > Hya,
: > >
: > > I've just bought an Creative Pci64 soundcard (The Ensoniq clone) but Linux
: > > doesn't seem to recognize him.. At bootup it tells: Unknown device at PCI
: > > adres 1237:1381 and the it does not install the sounddriver configured
: > > in sndconfig.. The HOWTO of the AWE64 doesn't get me any further either
: > caus
: > > the AWE is an ISA card..
: > >
: > > I'm running Redhat 5.0 with kernel 2.0.33... Anyone can help ??
: > >
: > > Thnx in advance, Rob
: > >
: > > ---
: > > Email: [EMAIL PROTECTED]
: > > The Young Technicians Delft
: > > Faculty of Electrical Engineering
: > > University of Technoligy Delft.
: --
: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
: Alan W. Jurgensen - Full Compass Systems
: phone: (608) 831-7330 - email: [EMAIL PROTECTED]
: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
--
The heartbreaking tale of constipation and tragedy began April 23 when the
conscientious zookeeper noticed that his prize, 8,000-pound African
elephant didn't seem to be producing his usual poop aplenty.-WWNOnline.com
+Patrick McGinley+
------------------------------
From: "CM" <[EMAIL PROTECTED]>
Subject: Which hardware is best ?
Date: Thu, 15 Apr 1999 22:43:27 -0400
OK, so what's the best off-the-shelf PC for RedHat 5.2, because obviously
this Packard Bell Multimedia 955 that I have is a piece of crap ! I'm
really struggling to get the modem and sound working.
------------------------------
From: "yaniv&yael" <[EMAIL PROTECTED]>
Subject: problem with scsi adapter aha-1542 during instalation
Date: Fri, 16 Apr 1999 13:16:06 +0300
autoprobe does not find the adapter with adapter bios disabled or enabled.
what is the format of the parameters i have to specify?
io port ? irq?
------------------------------
From: gus <[EMAIL PROTECTED]>
Subject: Why was I so lucky ...
Date: Fri, 16 Apr 1999 11:23:08 +0100
Can someone explain what happened?
This is the story. I have been getting sporadic instability from my
Linux box. The PS/2 port "died, and the one serial port "died". Other
things "happened", and this all led me to think there had been a power
spike or something which had trashed my system. After a few weeks
debugging I determined that the PS/2 was definately broken, the Serial
Port was definately broken, and it seemed my SCSI CDReWriter was
misbehaving as well. I could not determine whether it was a controller,
device, or other problem.
Anyway, I decided that the motherboard had to be replaced, and if it
fixed the CDRom and Scanner, then great.
So, I bought a Gigabyte mobo yesterday, got home, powered off the box,
stripped it, and then mounted the new board, popped all the cards,
memory, and CPU in.
Wired up the switches, power, and LED's. Plugged it in, switched on, and
hey, presto, it started booting.
But ... it could not find a bootable device.
I realised, Oh Shit, that I boot off an ide hd, hda, which has /boot on
it, and some swap space, and another small partition. / is actually on a
SCSI disk ... I could not remember what I had set up as the ide disk
geometry.
So, in the BIOS I AUTODETECTED the IDE HD, and chose LBA from the LBA,
LARGE, and NORMAL choices it provided.
Reboot, and no luck.
Choose NORMAL, and No Luck.
Choose LARGE, and NO luck.
Now, I think, Shit, I can't boot, and the error messages look really
bad, Have I trashed /dev/hda?
I put the SuSE 6.0 CD1 in the CDRom, make BIOS boot CDRom first, and
choose the load current installation... (Basically a rescue disk...)
fdisk /dev/hda
there is no active partition! Toggle the partition, reboot, and no luck!
Shit!
Re-load off SuSE CD, and at command prompt, I just type "lilo", and it
wistles off with the four or so boot setups I have ... all OK.
reboot ..
and presto, the whole thing winds up perfectly.
So, the question is, Why was the MBR trashed?
Why did lilo fix it?
What could I have done to avoid it?
Otherwise, all things considdered, it went perfectly! CDROm is
"responding", PS/2 mouse works again, serial ports work, CDRom now
reports an error ;-) Haven't worked on Scanner yet.
Cheers, guys. That must be the easiest upgrade I have done, even though
I did get a fright.
By the way, I am very impressed with the Buslogic SCSI driver writers.
My CDROm is now showing a diagnostic which says "... Error 28000002:
CDRom Spindle Servo failure". Funny, if it was MS Windows, it would say
"Hardware Fault", and I probably would not believe it. With Linux it
says exactly what is broken, and I believe it.
Time to exercise a warrantee ... and buy a UPS...
gus
------------------------------
From: [EMAIL PROTECTED] (Matthias Warkus)
Crossposted-To:
comp.lang.java.advocacy,comp.os.linux.advocacy,comp.os.ms-windows.advocacy
Subject: Re: All the current OSes are idiotic (was Re: Is Windows for idiots?)
Date: Thu, 15 Apr 1999 21:11:05 +0200
Reply-To: [EMAIL PROTECTED]
It was the Thu, 15 Apr 1999 09:46:40 -0500...
..and Daniel Weber <[EMAIL PROTECTED]> wrote:
> Here's a programming tip I learned a long time ago that is just as
> applicable here: never type any variable/file name twice. Keep a
> window open with your varialble declarations and cut and paste them in.
> I do the same thing for file names that are longer than about 3
> characters. If I had all the time back that I spent re-typing commands
> b/c I mis-spelled the stupid name and the time spent re-compiling b/c I
> can't speel printf, I'd write my own damn case-insensitive OS.
Hm. Aren't there editors doing tab completion for identifiers?
It comes to mind that one could have a spelling checker for code that
uses the declarations as its dictionary...
mawa
--
Level 3 - Network Layer
User has a major package that may make it to the distros in the
future, or submits major context diffs for obscure kernel problems.
-- Cliff Pratt
------------------------------
From: [EMAIL PROTECTED] ([EMAIL PROTECTED])
Subject: Re: pentium motherboards with onboard ethernet?
Date: Fri, 16 Apr 1999 13:40:51 GMT
For example my Compaq 5100 has an on motherboard 10 MBit Ethernet
connection.
On Thu, 15 Apr 1999 09:33:13 GMT, [EMAIL PROTECTED]
(Matt) wrote:
>hi there everyone,
>
>I was wondering if anyone knows of a pentium motherboard that has
>onboard ethernet (preferably 100Mbit)?
>
>thanks in advance
>
>Matt
mailto:[EMAIL PROTECTED]
tel&fax +31 (0)30-2213847 - GSM +31 (0)6-22.98.66.95
Meyenhagen 3, NL-3721 XA Bilthoven
------------------------------
From: Vincent <[EMAIL PROTECTED]>
Crossposted-To:
alt.linux,alt.os.linux,comp.os.linux.x,comp.os.linux.development.system,comp.os.linux.development.apps,comp.os.linux.development
Subject: RE: Download file like NetVampire or Getright ???
Date: Fri, 16 Apr 1999 09:38:37 +0200
I'm looking for a software which download file in multiple time like the
NetVampire or Getright under Windows ?
If this software exist, where can I found it ?
Thanks
[EMAIL PROTECTED]
------------------------------
From: "M.C. van den Bovenkamp" <[EMAIL PROTECTED]>
Subject: Re: SUN SparcStation 10 with cg12 video frambuffer
Date: Fri, 16 Apr 1999 13:42:21 +0200
=B1=E8=BA=B4=C7=F6 wrote:
> Can I install "Red Hat Linux 5.2" on Sun SparcStation 10 with "cg12"
> video framebuffer?
Probably not. As far as I know the cg12 isn't supported. But I'd be
willing to be corrected on the issue.
Regards,
-- =
Marco van den Bovenkamp.
CIO EMEA Network Design Engineer,
Lucent Technologies Nederland.
Room: HVS BZK 32
Tel.: (+31-35-687)2724
Mail: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Jeff McWilliams)
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: A New 'puter Board for Me
Reply-To: [EMAIL PROTECTED]
Date: Fri, 16 Apr 1999 12:00:08 GMT
In article <[EMAIL PROTECTED]>, Rich Looke wrote:
Rich,
Wow, that's a tall order. Here are a couple comments based on my own
experiences.
First off, I don't think the stardard XFree86 supports any sort of dual
display functionality right now. Check www.xfree86.org. You may be REQUIRED
to run a dual headed version of Xi's X server to take advantage of your card.
I'd also check with them to see if their card has the support you're looking
for.
Further, I think you'll be fairly challenged in finding a motherboard which
supports more than 2 ISA slots these days. Most people buying new ATX
motherboards seem to value 5 PCI slots, 2 ISA, and 1 AGP slot. If you're
building a new machine, then I suspect you don't plan on using a lot of old
legacy hardware in it. Just about anything you might want to plug into such a
board these days will be PCI based, except for cheap PCI cards and possibly an
internal analog modem.
Stay away from PCI modems. It sounds like you're going to have an ISDN
connection in which case you may not need an analog modem anyway. Go to
www.dejanews.com and search comp.os.linux.networking for stuff about ISDN.
When I looked there and in the kernel documentation for ISDN it seemed that
most of the internal ISDN modem support was for European based ISDN.
Here at work we use an ISDN router. It's a Netgear RT328. You plug it into
your ISDN line, and then plug it into your twisted pair ethernet network. Set
it up and you magically have a LAN that's connected via ISDN to whatever is on
the other end. They're pretty affordable too - might make more sense than the
hassle of an ISDN "modem".
I hope this helps a little. It doesn't directly answer your questions, but it
may give you some additional insight on choosing some hardware.
Jeff
--
Jeff McWilliams - Advanced Development Engineer, ACE Technologies
[EMAIL PROTECTED]
------------------------------
From: "Vaughan Hider" <[EMAIL PROTECTED]>
Subject: LS-120 drive and Linux
Date: Sat, 17 Apr 1999 00:00:31 +1200
Hi
I am planning an install of Red Hat 5.2 and are wanting to know if LS-120
drives are compatible with linux.
Thanks
Vaughan
------------------------------
From: "Vasyliy_Makarov" <[EMAIL PROTECTED]>
Subject: Re: Trouble in HP SCSI Host Adapter AHA-2740. HELP.
Date: Fri, 16 Apr 1999 16:09:29 +0300
Hi!
I solving this trouble.
I download updates images boot and supp.
Thank you all.
Vasyliy_Makarov ����� � ��������� <7f74gp$1en1$[EMAIL PROTECTED]> ...
>I am trying to install redhat 5.2.
>When system ask me about SCSI I say AHA-274x and choose "Autoprobe"
>I get error "kernel panic unrecoverable BRKADRINT"
>Ok
>Trying install module aic7xxx.o by hand.
>I get error too.
>Sometimes i get another error "unsupported irq level 0 , ignored"
>
>Please HELP
>
>
------------------------------
From: Grant Taylor <[EMAIL PROTECTED]>
Subject: Re: Linux and External Print Servers
Date: 15 Apr 1999 23:31:36 -0400
mike <[EMAIL PROTECTED]> writes:
> Thanks to this newsgroup I have been able to route printing from
> Linux to my HP JetDirect EX Plus3 external print server. However,
> the EX Plus3 has 3 parallel ports and I have a printer attached to
> each. Can someone tell me how to direct printing to a particular
> port. Currently defaults to port 1.
This is covered in the Printing HOWTO. In short, with lpd there are
three queues: "raw1", "raw2", "raw3". With the ten-cent TCP port bit,
there are three ports: 9100, 91001, 9102.
--
Grant Taylor - gtaylor@picante<dot>com - http://www.picante.com/~gtaylor/
Cellphone information: http://www.picante.com/~gtaylor/cell/
Libretto information: http://www.picante.com/~gtaylor/portable/
Linux Printing HOWTO: http://www.picante.com/~gtaylor/pht/
------------------------------
From: "G de Keating-Hart" <[EMAIL PROTECTED]>
Subject: Re: STB Desktop TV PCI Card.
Date: Fri, 16 Apr 1999 12:39:58 +0100
if you have kernel 2.2.5 compile install (decompressed) (I think you might
need 2.2.3 minimum but I might be wrong) you can look under
/usr/src/linux-2.2.5/Documentation/video4linux
however the information is a bit vague. I have a card with a brooktree
chipset but I don't know where to find the linux drivers (the first thing it
tells you is to look on your disks for under driver/bttv, but this doesn't
exist on my system.
Chun Lin wrote in message <7f6ehn$5o1$[EMAIL PROTECTED]>...
>I also have a STB desktop TV and want to know how to setup
>under Redhat Linux. Please post or email me. thanks.
>
>S Sachdeva wrote in message <[EMAIL PROTECTED]>...
>>Hi,
>>
>>Thx for your suggestions. I am able to SEE Tv now on my PC NO sound
though.
>>
>>Tried all suggestions in xawtv Sound-FAQ.
>>
>>Is anyone using this card with Linux.
>>
>>I have a Creative Ensoniq sound card ( es1371 chip ), it is working fine.
>>
>>STB Card has a Phillips Tuner, an FM 1236 radio tuner, BT878KHF video chip
>and
>>a TDA9850 audio chip.
>>
>>I have tried connecting audio out of TV card to cd in, TV tuner in and IDE
>in
>>on the creative card no success so far.
>>
>>Any help will be greatly appreciated.
>>
>>Sandeep
>
>
------------------------------
From: "Alex Johnson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,linux.redhat.misc
Subject: Re: USB ZIP-drive on linux?????
Date: Thu, 15 Apr 1999 22:06:26 -0400
Linux does not have USB support yet.
Marin <[EMAIL PROTECTED]> wrote in message
<[EMAIL PROTECTED]>...
>I have usb zip-dive and wont them on linux. Q is how can I do thet? What I
>need?
>Thanks!
>
>--
>Dosta!
>Bojkotiraj HiNet!
>http://dosta.cjb.net
>Marin :o)
>
>
------------------------------
From: "john" <[EMAIL PROTECTED]>
Crossposted-To: aus.computers.linux
Subject: HELLLPPPP
Date: Fri, 16 Apr 1999 23:01:48 +1000
Help...... I can't install redhat 5.2
the problem is, after I choose fdisk then I get to choose between hard
disk and jaz drive (where I want to install)
the problem:
after entering "/jaz" as mounting thing (???), the when I press OK,
it says "need to have root (/) directory in linux native format ext2 to
continue installation" or something like that.
I haven't got a clue on what this meant.
If anybody sucessfully installed red hat on jaz disk, (also for bootable
disk), or knows how to do it, PLEASE TELL ME HOW TO.
thank's
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.hardware) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Hardware Digest
******************************