Linux-Hardware Digest #571, Volume #13 Wed, 13 Sep 00 12:13:07 EDT
Contents:
Re: Problem with cdda2wav (Eric Dondelinger)
Re: serial port server ??? (Jimmy Hedman)
Re: promise controller ultra66 problems (Ken Siersma)
Interrupt lost on Promise UDMA 66 (Olger Stoelinga)
Re: Dual Head notebook (tommy)
Re: Linksys Etherfast LNE100TX v4.0 ("Larry K. Brown")
Re: Adding RAM to RedHat Linux (David C.)
Re: Ethernet Really Slow in Linux (David C.)
Re: Linux on a 386 (David C.)
Sound problem in user account ([EMAIL PROTECTED])
Re: 3c90x or 3c59x (Arne Wichmann)
Re: Sound problem in user account (Lew Pitcher)
Re: 3c90x or 3c59x (Frank Steiner)
Re: promise controller ultra66 problems ("Greg James")
Re: SB 16 ISA PnP: Alsa ok, Kernel not??? (Frank Steiner)
Re: Printers? (Elvis C Chen)
Re: Samsung SF5800p Multi-functional printer under linux? (Elvis C Chen)
Re: promise controller ultra66 problems (Ken Siersma)
----------------------------------------------------------------------------
From: Eric Dondelinger <[EMAIL PROTECTED]>
Subject: Re: Problem with cdda2wav
Date: Wed, 13 Sep 2000 14:16:56 +0200
Hi,
> When I try to copy a track from an audio cd to my hard disk using
> cdda2wav, cdda2wav stops after 12% and shows me the following error:
> status: 0x2 CHECK CONDITION
> recovered data with no error correction applied
> Can I add some error corrections?
You may want to try using cdparanoia rather than cdda2wav, it's
got excellent error correction. Does that CD have scratches?
Greets Eric
------------------------------
From: Jimmy Hedman <[EMAIL PROTECTED]>
Subject: Re: serial port server ???
Date: Wed, 13 Sep 2000 14:33:52 +0200
Miguel De Buf wrote:
:
: Thanks for your response, but this does not solve my problem. I need
it
: exactly the other way. Let me explain my problem :
:
: I have a serial device with only a serial interface attached to it (a
blood
: pressure machine). I have to place this equipment in a room far from
our
: server, where we have network. So, I want to prevent buying another
pc,
: attaching it to the network, and attaching the bp-machine to this pc.
I
: wondered if there existed such a small adaptor that acts like a print
server
: (you know, that wonderfull small box that acts like lpd).
You could look at Etherlite
(http://www.cd.com/digi.cfm?p=117832.pi.prd.00000048) or Annex
(http://www70.nortelnetworks.com/redirectVerity.asp?link=http%3A%2F%2Fwww%2Enortelnetworks%2Ecom%2Fproducts%2F02%2Fremote%2F2323%2Ehtml&ls=C1%7EI3%7ENK5%7EClass%7E277%7ECategory%7E288%7ESubcategory%7E0%7EProductLine%7E0%7ESeries%7E0%7E)
(wow, what an URL!), both are ethernet connected multiserialport
devices.
:
: It would be great if I could connect to some network-adres which would
provide
: me with the serial signals from the serial interface without buying
another pc
: and without writing this piece of software myself. So, what I need is
a black
: box with one serial connector, one network-connector, and if I connect
to
: <some-IP>:<some-port>, I can send and receive signals to/from the
serial
: device.
:
: Hope made myself clear enough :-)
------------------------------
From: Ken Siersma <[EMAIL PROTECTED]>
Subject: Re: promise controller ultra66 problems
Date: Wed, 13 Sep 2000 12:30:37 +0000
Thank you, Greg and James, for your replies. You both are telling me pretty
much the same thing. I do have more problems though. When I pass
"ide2=0xeff0,0xefe6 boot=/dev/hde" the boot crashes at check filesystems. I
have 7 different linux partitions: /, /home, /usr, /tmp, /usr2, /usr3, and
swap. I'm getting "bad magic number in superblock" errors for /home, /usr2,
/usr, /tmp, and a "short read ... could this be a zero length partition?" error
for /usr3. e2fsck was able to fix /home with 'e2fsck -b 8193 /dev/hde5' but
can't do anything with the other partitions apparently. I formatted all my
partitions when I installed, so I don't understand how the partitions can have
errors on them.
Thanks again for your help.
Ken
Greg James wrote:
> When you install, pass "ide2=0xeff0,0xefe6" to the kernel. You do this by
> add this to the prompt when you install. This assumes the hard drives are on
> the primary interface of the promise card. If you have drives on the second
> interface, also add "ide3=0xefa8,0xfe2" to the prompt. When you boot, you
> also have to pass the same parameters to the kernel. Also, you need to pass
> what drive you are booting from to the kernel. You do this with the "boot="
> parameter. Let's say you have a system where you are booting from the first
> drive on the primary interface on the promise controller. When lilo comes
> up, you would type "linux ide2=0xeff0,0xefe6 ide3=0xefa8,0xfe2
> boot=/dev/hde". Then once the system comes up, modify /etc/lilo.conf to to
> do these. Mine looks like this:
>
> /etc/lilo.conf:
>
> boot=/dev/hde
>
> map=/boot/map
>
> install=/boot/boot.b
>
> prompt
>
> timeout=25
>
> linear
>
> default=linux
>
> image=/boot/vmlinuz-2.2.16-3
>
> label=linux
>
> read-only
>
> root=/dev/hde1
>
> append="ide2=0xec98,0xecaa ide3=0xeca0,0xecae"
>
> initrd=/boot/initrd-2.2.16-3.img
>
> After you update lilo.conf, don't forget to update it by running "lilo -C
> /etc/lilo.conf". I forgot once and it took me about two hours to recover.
> What a pain.
>
> I'm running RH 6.2 and I updated the Kernel to 2.2.16, so my /etc/lilo.conf
> might look a little different.
>
> I had to to a major work-around before I figured out this would work. I had
> no luck with the promise boot disk they have on their website and they never
> returned my calls or email.
>
> This will get the drives working under RH, however they only run in slow PIO
> mode. I think you have to upgrade to 2.2.17 or higher in order to get the
> Ultra-DMA 4 support.
>
> Hope this works,
>
> Greg James
>
> [EMAIL PROTECTED]
>
> "Ken Siersma" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Thank you for your reply.
> >
> > I tried your suggestion, and I went into the RedHat 6.1 Installation,
> > and installed every package. I formatted the /, /usr, and /tmp
> > partitions (not /home, /usr2, etc). I tried to boot with my boot disk,
> > and I got a kernel panic, can't mount root again. It never found my
> > drive. Any suggestions?
> > Thanks
> > Ken
> >
> >
> >
------------------------------
From: Olger Stoelinga <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.alpha
Subject: Interrupt lost on Promise UDMA 66
Date: Wed, 13 Sep 2000 14:33:47 +0200
Reply-To: [EMAIL PROTECTED]
Hi to you all...
I've been watching this newsgroup for some time now and I must say that
it has helped me a great deal with getting up to this point. However,
I'm stuck at that very point... ;-(
Here's the deal...
I running Redhat 6.1 on an Alpha (simple "noname" thing...) and compiled
kernel 2.2.17. So far it runs ok.
I also have a Promise UDMA/66 controller in the box (PDC20262 chip) and
in order to get it up and running I applied the ide patches for the
2.2.17 kernel.
I recompiled with PDC20262 support and now the kernel sees the promise
card (ide2 and ide3). However, when I attach a harddrive to it (Quantum
LM 15 GB UDMA/66) or an old ATAPI cdrom drive (normal IDE) I get
"interrupt lost" messages.
The same cdrom drive works well on the internal ide interface (ide0).
When I attach the Quantum drive, it is recognized during boot, but when
it tries to read the partion table, it sais "interrupt lost on hde".
This is shows for about three times and then the machine hangs. With the
cdrom drive attached I could get the box to boot although it still said
"interrupt lost", but as soon as I try to mount the cdrom things start
to go wrong.
Has anyone seen this before (I think people have... :-) and what can one
do about it? Should I just wait for the new 2.4 kernel to be available
for the Alpha (the test version reboots about 2 seconds after vmlinuz is
loaded). Has anyone got an 2.4 kernel running on an Alpha?
I hope you guys can help me with this...
Thanks and regards,
Olger Stoelinga
[EMAIL PROTECTED]
------------------------------
From: tommy <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Dual Head notebook
Date: Wed, 13 Sep 2000 14:01:09 GMT
Shadow wrote:
>
> I want to set up my notebook as a dual head machine (ie 2 screens running
> side by side to double my desktop size). It works using win 98 and I would
> like to know if I can set up something similar under Linux.
>
> I have a Compaq Armada M700 with a Rage Mobility-P 8Meg AGP graphics card.
>
> Under Windows the internal and external screens can be configured as 2
> independant screens (as in a dual head configuration). There appears to be
> separate I/O and memory addresses for internal and external ports but they
> share the same IRQ.
>
> XFree86 version 4.0.1 lists support for the Rage Mobility-P but I can't seem
> to find info on setting up a dual head system.
>
> Any thoughts?
>
> David
Try http://213.237.17.91 under web links you will find a link laptop try
this.
Regards http://213.237.17.91
------------------------------
Date: Wed, 13 Sep 2000 09:31:03 -0500
From: "Larry K. Brown" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc
Subject: Re: Linksys Etherfast LNE100TX v4.0
If you check the file /proc/pci and find the LNE100TX card's vendor ID
and device id, then
compare it with the source in the tulip.c file you will probably find
like I did that the device ID
is different. It was just a few numbers off. I edited the tulip.c file
and recompiled and it has
worked fine since. I also found a newer version of tulip.c that had the
addition device id in it.
Mike Pullen wrote:
> I can not get this network card to be recognized. I am using the
> latest tulip drivers per the manual and web page. I am receiving the
> following error:
>
> insmod tulip
>
> tulip.c: init_mod.c: Device or resouce busy
>
> Any ideas?
> --
> Mike Pullen
------------------------------
From: [EMAIL PROTECTED] (David C.)
Crossposted-To:
alt.comp.linux,alt.linux,alt.os.linux,comp.os.linux,comp.os.linux.admin,comp.os.linux.misc,comp.os.linux.networking,hk.comp.os.linux
Subject: Re: Adding RAM to RedHat Linux
Date: 13 Sep 2000 10:35:28 -0400
Raymond Doetjes <[EMAIL PROTECTED]> writes:
>
> With the kernel 2.2.x the append is no longer necesarry it asks the
> BioS how much memory is in the system.
Only if your BIOS supports the particular extension that the kernel
looks for. Many (even today) do not.
-- David
------------------------------
From: [EMAIL PROTECTED] (David C.)
Subject: Re: Ethernet Really Slow in Linux
Date: 13 Sep 2000 10:43:11 -0400
"Doubt" <[EMAIL PROTECTED]> writes:
>
> Correction: cards are 3c905B "Cyclones"
Not possible.
The 905B is the "Boomerang" card.
"Cyclone" is to 905C
But it really shouldn't matter. If you had a kernel that didn't support
the Cyclone (earlier than 2.0.36), you wouldn't have any network
connectivity at all.
-- David
------------------------------
From: [EMAIL PROTECTED] (David C.)
Subject: Re: Linux on a 386
Date: 13 Sep 2000 10:50:11 -0400
Colm O'Gairbhith <[EMAIL PROTECTED]> writes:
>
> I'm trying to install Linux on a 386/SX 25Mhz.
A 386/sx has a 16-bit bus. So it can not handle more than 16M of RAM,
regardless of what you install.
> teh machine only has 1920Kb of memory so I run into problems when
> trying to install tinyLinux or muLinux. Anyone know of a distro that
> can fit on such a weak machine.
Can't help here.
> Also, any ideas as to what the max memory one can put on a 386.
A 386 DX can accept gigabytes of RAM. (Assuming the motherboard's
chipset also support it - most don't.) But you have an SX, so 16M is a
hard limit.
> Someone gave me 2x8Mb SIMMs but the machine doesn't recognise them.
Where did you install them?
Because of the 16M limit, you'll have to remove your original 1920Kb
first. If the original memory is soldered on, you're SOL.
Also, note that some motherboards will only accept 8M - requiring you to
install an expansion board to max it out to 16M.
> On a pc-newsgroup two people told me that since the 1920kb is on the
> motherboard, trying to add 16Mb to it causes me to go over the 16Mb
> total limit for a 386, can anyone verify this ?
A 386 DX has no such limit. But an SX does.
> Also, what , realistically, can I expect to run on a 386 ? I want ppp,
> telnet, a skinny web-browser, and also to do some developement in
> perl/mySQL ?
If you can get at least 8M in there, you can do some basic work. But it
will be _very_ slow. Probably not worth using for very much.
I think you'd be much better off buying an old 486 from somewhere (You
can get them for about $10 these days), put your 16M of RAM in there,
and install Linux on that.
-- David
------------------------------
From: [EMAIL PROTECTED]
Subject: Sound problem in user account
Date: Wed, 13 Sep 2000 14:39:41 GMT
Sound works fine in my root account. I don't get any wav/MIDI/MP3 output
in my user account, though. What could be the problem?
My chipset is an ESS ES1869 Audiodrive. I didn't
configure the card using isapnptools...warm boot in safe mode DOS is
needed to run sound in Linux. The other jacks (mic, line in/line out
jacks, master volume) and system beep work fine
in the user account though. (I use a CD player in the line in jack to
free up the PC's CD-ROM drive for other uses.) I also recently
uninstalled ALSA...I understand that all its modules reside in one
directory, but are there any other ALSA things I need to delete too?
I configured the OSSFree drivers in the kernel,
not as modules. SoundBlaster compatible.
Kernel 2.2.15 in Peanut-Linux (based on debian).
PC:
AMD K6-2 350 MHz
VIA MVP3 motherboard
ESS ES1869 sound chipset
128 MB RAM
8 GB HD (2.5 G for Linux, the rest for W98)
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED] (Arne Wichmann)
Subject: Re: 3c90x or 3c59x
Date: 13 Sep 2000 14:54:29 GMT
In article <[EMAIL PROTECTED]>,
Bernhard Mogens Ege <[EMAIL PROTECTED]> wrote:
>I am using the 3com 3C905B network interface and RedHat uses the 3c59x
>network module normally. Having checked on 3com's homepage, I find
>that one should try the 3c90x driver first and if it finds the network
>interface, let it use it. Next insert the 3c59x driver to see if other
>network interfaces are available. Having only the 3c905B card, I just
>use the 3c90x driver now.
>
>My question is this: Which of the 2 drivers (3c90x or 3c59x) is the
>better choice for the 3com 3c905B network interface?
We tried them both with approximately the same hardware. Both had some
problems. The following is from a mail I sent to linux-net:
# The original problem was to get our 3c905 (and 3c905[BC]) cards working at
# 100Mbit full-duplex. We use Netgear-Boxes, for example FS104, as Switches.
# If I do not tell anything to the 3c59x-driver, it works at 100Mbit, but
# not full-duplex. First question: Is there any better way to find this out
# but to ftp to some nearby host?
#
# If I give it "options 3c59x debug=1 options=12 full_duplex=1" it still
# works, as far as I can see. If I plug the cable out of the Netgear-Box and
# plug it in again, the Netgear-Box thinks is is in 100Mbit half-duplex mode
# (ifconfig starts telling me that it sees lots of errors). I think something
# is wrong with the autonegotiation.
#
# If I use the 3c90x-driver by 3com I have the following problems: First it
# does not work with plain 3c905-cards (of which we still have a bunch),
# second it crashes after some minutes of chargen on an SMP machine. 100Mbit
# FDX works.
#
# For my tests I used Linux version 2.2.14 with NFS V3-patches by Trond
# Myklebust (NFS v3 is considered a killer feature over here) and sometimes
# (always for the 3c90x-driver tests) 3c90x by 3com patched into the kernel.
# All NIC-drivers were modules. If I forgot relevant information please ask.
I do not know whether this behavior has been fixed in the meantime.
cu
AW
--
<ThePhonk> *tueteKlammernUeberVariableAuskipp* Dereferenzier Dich, Du
+Miststueck!
------------------------------
From: [EMAIL PROTECTED] (Lew Pitcher)
Subject: Re: Sound problem in user account
Reply-To: [EMAIL PROTECTED]
Date: Wed, 13 Sep 2000 15:11:35 GMT
On Wed, 13 Sep 2000 14:39:41 GMT, [EMAIL PROTECTED] wrote:
>Sound works fine in my root account. I don't get any wav/MIDI/MP3 output
>in my user account, though. What could be the problem?
What permission bits are set on the sound devices? Can the user
account write to the devices? (i.e. /dev/audio, /dev/dsp, etc.)
> My chipset is an ESS ES1869 Audiodrive. I didn't
>configure the card using isapnptools...warm boot in safe mode DOS is
>needed to run sound in Linux. The other jacks (mic, line in/line out
> jacks, master volume) and system beep work fine
>in the user account though. (I use a CD player in the line in jack to
>free up the PC's CD-ROM drive for other uses.) I also recently
>uninstalled ALSA...I understand that all its modules reside in one
>directory, but are there any other ALSA things I need to delete too?
>
> I configured the OSSFree drivers in the kernel,
>not as modules. SoundBlaster compatible.
>
>Kernel 2.2.15 in Peanut-Linux (based on debian).
>PC:
>AMD K6-2 350 MHz
>VIA MVP3 motherboard
>ESS ES1869 sound chipset
>128 MB RAM
>8 GB HD (2.5 G for Linux, the rest for W98)
>
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Lew Pitcher
Information Technology Consultant
Toronto Dominion Bank Financial Group
([EMAIL PROTECTED])
(Opinions expressed are my own, not my employer's.)
------------------------------
From: Frank Steiner <[EMAIL PROTECTED]>
Subject: Re: 3c90x or 3c59x
Date: Wed, 13 Sep 2000 17:15:38 +0200
Bernhard Mogens Ege wrote:
=
> 00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone=
] (rev 30)
=
THe 3c90x-driver will work prefectly with this card. The 3c59x will also =
work,
but from time to time it will generate error messages
Sep 12 15:56:33 kernel: eth0: Tx Ring full, refusing to send buffer.
Sep 12 15:56:38 kernel: eth0: transmit timed out, tx_status 00 status e00=
0.
This will not cause data errors, but delays in your traffic.
So choose the 3c90x.
Best,
Frank
-- =
Dipl.-Inform. Frank Steiner mailto:[EMAIL PROTECTED]
Lehrstuhl f. Programmiersprachen mailto:[EMAIL PROTECTED]
CAU Kiel, Olshausenstra=DFe 40 Phone: +49 431 880-7265, Fax: -7613
D-24098 Kiel, Germany http://www.informatik.uni-kiel.de/~fst=
/
------------------------------
From: "Greg James" <[EMAIL PROTECTED]>
Subject: Re: promise controller ultra66 problems
Date: Wed, 13 Sep 2000 10:18:26 -0500
I'm kinda a newbie, so maybe someone else may know what the problem is, but
my thinking is related to when you installed the os. In a previous message,
someone said to use ide=0xeff1,0xefe7. Not sure what effect that has, but it
was using one number outside the brackets ([])and one in side. My
configuration is an old 4gig drive as master on the primary interface and a
new IBM 75GXP 30gig as on the secondary interface. I have my CD-ROM plugged
into the motherboard IDE secondary interface. My /proc/pci for the Promise
card says:
Bus 0, device 19, function 0:
Unknown mass storage controller: Promise Technology Unknown device (rev
1).
Vendor id=105a. Device id=4d38.
Medium devsel. IRQ 5. Master Capable. Latency=64.
I/O at 0xec98 [0xec99].
I/O at 0xeca8 [0xeca9].
I/O at 0xeca0 [0xeca1].
I/O at 0xecac [0xecad].
I/O at 0xec00 [0xec01].
so my /etc/lilo.conf has:
append="ide2=0xec98,0xecaa ide3=0xeca0,0xecae"
which conforms to the howto:
http://www.ibiblio.org/mdw/HOWTO/mini/Ultra-DMA-5.html#ss5.1
If there I/O address were slightly different when you formated, it may be
causing the problem.
Hope this helps,
Greg James
[EMAIL PROTECTED]
"Ken Siersma" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Thank you, Greg and James, for your replies. You both are telling me
pretty
> much the same thing. I do have more problems though. When I pass
> "ide2=0xeff0,0xefe6 boot=/dev/hde" the boot crashes at check filesystems.
I
> have 7 different linux partitions: /, /home, /usr, /tmp, /usr2, /usr3, and
> swap. I'm getting "bad magic number in superblock" errors for /home,
/usr2,
> /usr, /tmp, and a "short read ... could this be a zero length partition?"
error
> for /usr3. e2fsck was able to fix /home with 'e2fsck -b 8193 /dev/hde5'
but
> can't do anything with the other partitions apparently. I formatted all
my
> partitions when I installed, so I don't understand how the partitions can
have
> errors on them.
>
> Thanks again for your help.
> Ken
>
> Greg James wrote:
>
> > When you install, pass "ide2=0xeff0,0xefe6" to the kernel. You do this
by
> > add this to the prompt when you install. This assumes the hard drives
are on
> > the primary interface of the promise card. If you have drives on the
second
> > interface, also add "ide3=0xefa8,0xfe2" to the prompt. When you boot,
you
> > also have to pass the same parameters to the kernel. Also, you need to
pass
> > what drive you are booting from to the kernel. You do this with the
"boot="
> > parameter. Let's say you have a system where you are booting from the
first
> > drive on the primary interface on the promise controller. When lilo
comes
> > up, you would type "linux ide2=0xeff0,0xefe6 ide3=0xefa8,0xfe2
> > boot=/dev/hde". Then once the system comes up, modify /etc/lilo.conf to
to
> > do these. Mine looks like this:
> >
> > /etc/lilo.conf:
> >
> > boot=/dev/hde
> >
> > map=/boot/map
> >
> > install=/boot/boot.b
> >
> > prompt
> >
> > timeout=25
> >
> > linear
> >
> > default=linux
> >
> > image=/boot/vmlinuz-2.2.16-3
> >
> > label=linux
> >
> > read-only
> >
> > root=/dev/hde1
> >
> > append="ide2=0xec98,0xecaa ide3=0xeca0,0xecae"
> >
> > initrd=/boot/initrd-2.2.16-3.img
> >
> > After you update lilo.conf, don't forget to update it by running
"lilo -C
> > /etc/lilo.conf". I forgot once and it took me about two hours to
recover.
> > What a pain.
> >
> > I'm running RH 6.2 and I updated the Kernel to 2.2.16, so my
/etc/lilo.conf
> > might look a little different.
> >
> > I had to to a major work-around before I figured out this would work. I
had
> > no luck with the promise boot disk they have on their website and they
never
> > returned my calls or email.
> >
> > This will get the drives working under RH, however they only run in slow
PIO
> > mode. I think you have to upgrade to 2.2.17 or higher in order to get
the
> > Ultra-DMA 4 support.
> >
> > Hope this works,
> >
> > Greg James
> >
> > [EMAIL PROTECTED]
> >
> > "Ken Siersma" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]...
> > > Thank you for your reply.
> > >
> > > I tried your suggestion, and I went into the RedHat 6.1 Installation,
> > > and installed every package. I formatted the /, /usr, and /tmp
> > > partitions (not /home, /usr2, etc). I tried to boot with my boot
disk,
> > > and I got a kernel panic, can't mount root again. It never found my
> > > drive. Any suggestions?
> > > Thanks
> > > Ken
> > >
> > >
> > >
>
------------------------------
From: Frank Steiner <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: SB 16 ISA PnP: Alsa ok, Kernel not???
Date: Wed, 13 Sep 2000 17:18:12 +0200
Ok, I got the card running after doing a new pnpdump and isapnp =
and adjusting the shown parameters in modules.conf (which differ
from the sources that alsasound was using before, e.g. interrupt.
Alsa was using 5, now isapnp tells me to use 7. Strange!)
Anyway, it works and thanks for all your help :-)
Best,
Frank
-- =
Dipl.-Inform. Frank Steiner mailto:[EMAIL PROTECTED]
Lehrstuhl f. Programmiersprachen mailto:[EMAIL PROTECTED]
CAU Kiel, Olshausenstra=DFe 40 Phone: +49 431 880-7265, Fax: -7613
D-24098 Kiel, Germany http://www.informatik.uni-kiel.de/~fst=
/
------------------------------
From: Elvis C Chen <[EMAIL PROTECTED]>
Subject: Re: Printers?
Date: 13 Sep 2000 15:40:16 GMT
Bartek Kostrzewa <[EMAIL PROTECTED]> wrote:
: I'm desperately looking for a printer (my HP 660C broke some time ago, and I
: just realised that I need a printer a lot... didn't know that before :) )
: Well, what would you recommend? Oh, no laser, I need color, so Inkjet is the
: only option cause my budget is limited (altough it's pretty high still).
you should check out:
http://www.linuxprinting.org/printer_list.cgi
whatever you decide, make sure it functions properly under linux.
Elvis
------------------------------
From: Elvis C Chen <[EMAIL PROTECTED]>
Subject: Re: Samsung SF5800p Multi-functional printer under linux?
Date: 13 Sep 2000 15:38:11 GMT
Elvis C Chen <[EMAIL PROTECTED]> wrote:
: http://www.samsungcanada.com/products/offauto/SF5800.htm
: It is stated that the Emulation for the printer is GDI.
on the other hand, if I can connect this printer to a Windows machine, and
share it though Samba, can I print from linux through the windows
machine? If so, what filter should I use when I set it up under linux?
thanx in advance,
Elvis
------------------------------
From: Ken Siersma <[EMAIL PROTECTED]>
Subject: Re: promise controller ultra66 problems
Date: Wed, 13 Sep 2000 15:53:34 +0000
Well,
I was able to compile kernel 2.2.16 with a patch for promise support,
and I dd'd the image onto a floppy, and now I can boot into my kernel.
But only with the floppy. I guess that will do for now.
Thanks for the help,
Ken
------------------------------
** 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
******************************