Linux-Hardware Digest #520, Volume #14           Sat, 24 Mar 01 04:13:05 EST

Contents:
  Re: cant find ttyS03 (Eric P. McCoy)
  Need to force half_duplex and 10MB on a 3C905B (Denis Martel)
  I did IT!.. Somehow :-) ("Charles")
  Re: Need to force half_duplex and 10MB on a 3C905B (Dean Thompson)
  Re: redhat cds auf festplatte ? (Christian Garms)
  Re: Mandrake 7.1 vs Mandrake 7.2 ? (Christian Garms)
  Re: The different incarnations of the TNT2 video card and which to get (Nick 
Williams)
  Help for SoundBlaster Live! PCI (WMD) Setup ("Rob Foulis")
  Help setting up USB, almost there?!  (Long message, includes some  (Walter Francis)
  Must disable built-in sound chip before adding new soundcard?? WHY? (Chris Rankin)
  Re: Sound blaster 16 (Chris Rankin)
  Re: Linux Woes (Markku Kolkka)
  Token Ring PCMCIA Cards ("Ian Ellis")
  Problem with Sis900 ethernet card ("Nikola")
  Re: Problem with Sis900 ethernet card (Dean Thompson)
  Re: no frills video card with lots of memory? (jwk)

----------------------------------------------------------------------------

Subject: Re: cant find ttyS03
From: [EMAIL PROTECTED] (Eric P. McCoy)
Date: 23 Mar 2001 22:29:40 -0500

"John Kelly" <[EMAIL PROTECTED]> writes:

> KPPP finds it a CAU3.  From what I read cau0 are being depreciated, so I'm
> tgrying not to use it.

ITYM "/dev/cua3", but I'm not sure.

/dev/cua[0-9] refer to the same devices as /dev/ttyS[0-9].  In the
future, only /dev/ttyS[0-9] will be used.

My system doesn't actually have the /dev/cua[0-9] devices, so I can't
verify the identity (they should probably refer to the same device
numbers), but I've always been able to use them interchangeably.

> I looked into /proc for the following files but find the files with 0 bytes,

That's normal.  /proc is a pseudo-filesystem which does not exist on
the disk.  The kernel doesn't bother to update the file size.

> so I dont know how to find out IRQ being used
> r--r--r--    1 root     root            0 Mar 19 20:40 ioports
> r--r--r--    1 root     root            0 Mar 19 20:41 tty/driver/serial

cat /proc/ioports
cat /proc/tty/driver/serial

> DMESG reports  at TTS03 a device that has the com port and IRQ settings that
> I set on the card.

Don't capitalize Unix/Linux filenames.  To see why, try running your
favorite command by typing its name in caps.

> Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> ttyS03 at 0x02e8 (irq = 3) is a 16550A

> but minicom and setserial cant find it.  Can anyone tell me what I am doing
> wrong?

Does /dev/ttyS3 exist?  It should look like this:

  crw-rw----    1 root     dialout    4,  67 Nov 30 10:23 /dev/ttyS3

If it isn't there, do:

  mknod /dev/ttyS3 c 4 67

> minicom: WARNING: configuration file not found, using defaults
> minicom: cannot open /dev/modem: No such file or directory

/dev/modem should be a symlink to your modem's device (/dev/ttyS3).

> root@linux02 /root]# setserial ttyS3 irq 3 uart 16550A
> ttyS3: No such file or directory

You mean:

  setserial /dev/ttyS3 irq 3 uart 16550A

I strongly suggest you read a book on Unix and Linux fundamentals.
You obviously have some idea what's going on, but there are a lot of
really basic (but non-trivial) problems in what you're saying here.

-- 
Eric McCoy <[EMAIL PROTECTED]>
  "Knowing that a lot of people across the world with Geocities sites
absolutely despise me is about the only thing that can add a positive
spin to this situation."  - Something Awful, 1/11/2001

------------------------------

From: Denis Martel <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,alt.comp.linux
Subject: Need to force half_duplex and 10MB on a 3C905B
Date: Fri, 23 Mar 2001 23:31:58 -0500

Hi

Still use RedHat 6.0

my NIC is a 3com Etherlink 10/100 3C905B

I need to force half duplex and 10 mbps because
of my cable modem.

Do I need to recompile a module or how can i set
options through a command or utility ?

Thanks
Denis

------------------------------

From: "Charles" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.mandrake,comp.os.linux.networking
Subject: I did IT!.. Somehow :-)
Date: Sat, 24 Mar 2001 04:34:50 GMT

Actually, I don't know what the heck I did, but I made it work. I was able
to browse the internet <woohoo!>
Once I get Netscape set-up for NG's and Email, I will post what changes I
made... and the specs for my sound card that I am having trouble with..
Thanks to everybody who has helped me to this point.. you have shown
*immense* patience.


--


Charles


(Electrician's do it with *spark*!)

ICQ# 42872537



"


------------------------------

From: Dean Thompson <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,alt.comp.linux
Subject: Re: Need to force half_duplex and 10MB on a 3C905B
Date: Sat, 24 Mar 2001 15:53:22 +1100


Hi Denis,

> Still use RedHat 6.0
> my NIC is a 3com Etherlink 10/100 3C905B
> 
> I need to force half duplex and 10 mbps because
> of my cable modem.
> 
> Do I need to recompile a module or how can i set
> options through a command or utility ?

You should be able to specify as the module loads the ability to set the card
into half duplex mode.  As for the speed, it should be auto-negoitated between
the two devices.  You are probably looking to specify some option as:
full_duplex=0 when the module loads.  This will either be placed in your
/etc/lilo.conf on the append line or in your /etc/conf.modules file.

See ya

Dean Thompson

------------------------------

From: Christian Garms <[EMAIL PROTECTED]>
Subject: Re: redhat cds auf festplatte ?
Date: 24 Mar 2001 07:10:06 +0200

"Peter Diesner" <[EMAIL PROTECTED]> writes:

> Hallo zusammen,
> habe gerade redhat 7 installiert und w�rde nun gerne wissen, wie ich die
> RH-CDs auf Festplatte speichern kann, so dass ich Pakete inkl. Ihrer
> Abh�ngigkeiten einfach nachinstallieren kann, ohne auf die CDs zuzugreifen.
> Einfach alle rpms in ein Verzeichnis, je ein Unterverzeichnisse pro CD oder
> wie ?

Wenn Du soviel HD-Kapaizit�t besitzt, warum installierst Du dann nicht einfach
alle Pakete?

Ansonsten kannst Du alles in ein Verzeichnis packen. �bersichtlicher ist es
allerdings zumindestens die Sourcen und die Binaeries zu trennen.

-- 
regards,
        Christian               mailto:[EMAIL PROTECTED]

------------------------------

From: Christian Garms <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Mandrake 7.1 vs Mandrake 7.2 ?
Date: 24 Mar 2001 07:15:08 +0200

peter <[EMAIL PROTECTED]> writes:

> What are the major differences ?
> -KDE ?
> -Kernel ?

7.2: KDE 2.0 (bloody slow)

7.1: KDE 1.1.2

Kernel is not that interresting because you can upgrade
both to 2.2.18.

> Which do you like better ?

7.1 with my AddOns (newest LyX, StarOffice, junkbuster)
7.2 is better if you have more recent hardware to run X 4.0.x

> Why ?

7.1. is not so big, uses KDE1.1.2 which is faster.

> I'm running 7.1, should I upgrade to 7.2 ?

If you're happe with 7.1 and don't need KDE2.0 than wait to a stable 8.x

> What will be different ?

7.2 needs more RAM and HD space.

-- 
regards,
        Christian               mailto:[EMAIL PROTECTED]

------------------------------

From: Nick Williams <[EMAIL PROTECTED]>
Subject: Re: The different incarnations of the TNT2 video card and which to get
Date: Fri, 23 Mar 2001 23:44:40 +0000

mike wrote:

> Hi,
>     I am interested in getting a TNT2 video card with 32 megs of
> ram and I understand that there are many incarnations of
> this card with some secondary names like "erazor" or mx64.
> Also there are different manufacturers.
>    What is the best to get and what are the differences?
>
>                                                             Thanks
>                                                                     Mike

Take a look at http://www.nvidia.com/Products/Drivers.nsf/Linux.html to get
an idea of whats supported.


------------------------------

From: "Rob Foulis" <[EMAIL PROTECTED]>
Subject: Help for SoundBlaster Live! PCI (WMD) Setup
Date: Sat, 24 Mar 2001 06:33:55 GMT

Hey, as stated, I have a SoundBlaster Live! PCI (WMD) card. Winblows (as
with any other PCI card) won't tell me the IRQ, DMA, or I/O Address.
Assuming I am using the K Desktop Environment for Caldera Systems OpenLinux,
can someone tell me how can I get around this to configure the card in the
C.O.A.S. utility for the KDE Environment.

Rob Foulis



------------------------------

From: Walter Francis <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup
Subject: Help setting up USB, almost there?!  (Long message, includes some 
Date: Sat, 24 Mar 2001 07:15:00 GMT

I have just received a Dane-Elec USB Smartmedia Reader and I'm real
close to getting it to work, but I can't seem to mount the drive..

# mount -t auto /dev/sda1 /mnt/smart/
mount: /dev/sda1 has wrong major or minor number

I've tried sd[a..d][0..6] or so..  All the same error.  And in the
kernel log:

Mar 24 01:56:00 psi modprobe: modprobe: Can't locate module
block-major-8

>From reading other messages, I suspect this means that I have something
wrong with the SCSI setup, but I am not sure what else to do.

I'm pasting relevant SCSI and USB messages from the kernel logs, and
below that the kernel .config files relevant to SCSI and USB.  Oh, I
have a KA 6100, on-board USB, two-port card that attaches to the mobo,
as well as a real Adapetec SCSI controller with one SCSI CD-ROM attached
to it.  If I can provide any more information please let me know.  All
"is not set" lines are removed, except for the one UHCI line to show
which USB driver I used.  My motherboard has a VIA chipset.

# USB support
CONFIG_USB=y
CONFIG_USB_DEBUG=y
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
# USB Controllers
CONFIG_USB_UHCI=y
# CONFIG_USB_OHCI is not set
# USB Device Class drivers
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_PRINTER=m
# USB Human Interface Devices (HID)
CONFIG_USB_HID=y
CONFIG_USB_SCANNER=m
CONFIG_BLK_DEV_IDESCSI=y
# SCSI support
CONFIG_SCSI=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# SCSI low-level drivers
CONFIG_SCSI_AIC7XXX=y

Kernel log:

Mar 23 22:47:26 psi kernel: SCSI subsystem driver Revision: 1.00
Mar 23 22:47:26 psi kernel: scsi0 : SCSI host adapter emulation for IDE
ATAPI devices
Mar 23 22:47:26 psi kernel:   Vendor: PLEXTOR   Model: CD-R   PX-W1210A 
Rev: 1.07
Mar 23 22:47:26 psi kernel:   Type:   CD-ROM                            
ANSI SCSI revision: 02
Mar 23 22:47:26 psi kernel: Detected scsi CD-ROM sr0 at scsi0, channel
0, id 0, lun 0
Mar 23 22:47:27 psi kernel: sr0: scsi3-mmc drive: 32x/32x writer cd/rw
xa/form2 cdda tray
Mar 23 22:47:27 psi kernel: Uniform CD-ROM driver Revision: 3.12
Mar 23 22:47:27 psi kernel: usb.c: registered new driver usbdevfs
Mar 23 22:47:27 psi kernel: usb.c: registered new driver hub
Mar 23 22:47:27 psi kernel: usb-uhci.c: $Revision: 1.251 $ time 18:59:48
Mar 23 2001
Mar 23 22:47:27 psi kernel: usb-uhci.c: High bandwidth mode enabled
Mar 23 22:47:27 psi kernel: usb-uhci.c: USB UHCI at I/O 0xe400, IRQ 10
Mar 23 22:47:27 psi kernel: usb-uhci.c: Detected 2 ports
Mar 23 22:47:27 psi kernel: usb.c: new USB bus registered, assigned bus
number 1
Mar 23 22:47:27 psi kernel: Product: USB UHCI Root Hub
Mar 23 22:47:27 psi kernel: SerialNumber: e400
Mar 23 22:47:27 psi kernel: hub.c: USB hub found
Mar 23 22:47:27 psi kernel: hub.c: 2 ports detected
Mar 23 22:47:27 psi kernel: usb.c: registered new driver hid
Mar 23 22:47:27 psi kernel: Initializing USB Mass Storage driver...
Mar 23 22:47:27 psi kernel: usb.c: registered new driver usb-storage
Mar 23 22:47:27 psi kernel: USB Mass Storage support registered.
Mar 23 22:47:27 psi kernel: hub.c: USB new device connect on bus1/1,
assigned device numbers 2
Mar 23 22:47:27 psi kernel: usb_control/bulk_msg: timeout
Mar 23 22:47:27 psi kernel: usb_control/bulk_msg: timeout
Mar 23 22:47:27 psi kernel: usb_control/bulk_msg: timeout
Mar 23 22:47:27 psi kernel: usb_control/bulk_msg: timeout
Mar 23 22:47:28 psi kernel: usb_control/bulk_msg: timeout
Mar 23 22:47:28 psi kernel: usb.c: USB device not responding, giving up
(error=-110)
Mar 23 22:47:29 psi kernel: hub.c: USB new device connect on bus1/1,
assigned device number 3
Mar 23 22:47:29 psi kernel: Manufacturer: SCM Microsystems Inc.
Mar 23 22:47:29 psi kernel: Product: eUSB SmartMedia Adapter
Mar 23 22:47:29 psi kernel: usb.c: USB device 3 (vend/prod 0x4e6/0x3) is
not claimed by active driver.
Mar 23 22:47:29 psi kernel:   Length              = 18
Mar 23 22:47:29 psi kernel:   DescriptorType      = 01
Mar 23 22:47:29 psi kernel:   USB version         = 1.10
Mar 23 22:47:29 psi kernel:   Vendor:Product      = 04e6:0003
Mar 23 22:47:29 psi kernel:   MaxPacketSize0      = 16
Mar 23 22:47:29 psi kernel:   NumConfigurations   = 1
Mar 23 22:47:29 psi kernel:   Device version      = 2.07
Mar 23 22:47:29 psi kernel:   Device Class:SubClass:Protocol = 00:00:00
Mar 23 22:47:29 psi kernel:     Per-interface classes
Mar 23 22:47:29 psi kernel: Configuration:
Mar 23 22:47:29 psi kernel:   bLength             =    9
Mar 23 22:47:29 psi kernel:   bDescriptorType     =   02
Mar 23 22:47:29 psi kernel:   wTotalLength        = 0027
Mar 23 22:47:29 psi kernel:   bNumInterfaces      =   01
Mar 23 22:47:29 psi kernel:   bConfigurationValue =   01
Mar 23 22:47:29 psi kernel:   iConfiguration      =   03
Mar 23 22:47:29 psi kernel:   bmAttributes        =   a0
Mar 23 22:47:29 psi kernel:   MaxPower            =  100mA
Mar 23 22:47:29 psi kernel:
Mar 23 22:47:29 psi kernel:   Interface: 0
Mar 23 22:47:29 psi kernel:   Alternate Setting:  0
Mar 23 22:47:29 psi kernel:     bLength             =    9
Mar 23 22:47:29 psi kernel:     bDescriptorType     =   04
Mar 23 22:47:29 psi kernel:     bInterfaceNumber    =   00
Mar 23 22:47:29 psi kernel:     bAlternateSetting   =   00
Mar 23 22:47:29 psi kernel:     bNumEndpoints       =   03
Mar 23 22:47:29 psi kernel:     bInterface Class:SubClass:Protocol =  
ff:01:01
Mar 23 22:47:29 psi kernel:     iInterface          =   04
Mar 23 22:47:29 psi kernel:     Endpoint:
Mar 23 22:47:29 psi kernel:       bLength             =    7
Mar 23 22:47:29 psi kernel:       bDescriptorType     =   05
Mar 23 22:47:29 psi kernel:       bEndpointAddress    =   01 (out)
Mar 23 22:47:29 psi kernel:       bmAttributes        =   02 (Bulk)
Mar 23 22:47:29 psi kernel:       wMaxPacketSize      = 0040
Mar 23 22:47:29 psi kernel:       bInterval           =   00
Mar 23 22:47:29 psi kernel:     Endpoint:
Mar 23 22:47:29 psi kernel:       bLength             =    7
Mar 23 22:47:29 psi kernel:       bDescriptorType     =   05
Mar 23 22:47:29 psi kernel:       bEndpointAddress    =   82 (in)
Mar 23 22:47:29 psi kernel:       bmAttributes        =   02 (Bulk)
Mar 23 22:47:29 psi kernel:       wMaxPacketSize      = 0040
Mar 23 22:47:29 psi kernel:       bInterval           =   00
Mar 23 22:47:29 psi kernel:     Endpoint:
Mar 23 22:47:29 psi kernel:       bLength             =    7
Mar 23 22:47:29 psi kernel:       bDescriptorType     =   05
Mar 23 22:47:29 psi kernel:       bEndpointAddress    =   83 (in)
Mar 23 22:47:29 psi kernel:       bmAttributes        =   03 (Interrupt)
Mar 23 22:47:29 psi kernel:       wMaxPacketSize      = 0002
Mar 23 22:47:29 psi kernel:       bInterval           =   20
Mar 23 22:47:29 psi /sbin/hotplug: arguments (usb) env(PWD=/etc/hotplug
HOSTNAME=psi DEVICE=/proc/bus/usb/001/003 INTERFACE=255/1/1 ACTION=add
DEBUG=kernel MACHTYPE=i386-redhat-linux-gnu OLDPWD=/ DEVFS=/proc/bus/usb
TYPE=0/0/0 SHLVL=1 SHELL=/bin/tcsh HOSTTYPE=i386 OSTYPE=linux-gnu HOME=/
TERM=dumb  PATH=/bin:/sbin:/usr/sbin:/usr/bin PRODUCT=4e6/3/207
_=/usr/bin/env)
Mar 23 22:47:29 psi /sbin/hotplug: invoke /etc/hotplug/usb.agent
Mar 23 22:47:29 psi /etc/hotplug/usb.agent: ... no drivers for USB
product 4e6/3/207

-- 
Walter Francis
http://theblackmoor.net                  Powered by Red Hat Linux 7.0

------------------------------

From: Chris Rankin <pacbell.net@{no.spam}rankinc>
Subject: Must disable built-in sound chip before adding new soundcard?? WHY?
Date: Fri, 23 Mar 2001 23:54:12 -0800

Hi,

I have a Supermicro PIIIDME motherboard with a built-in CS4299 AC'97
sound chip. This chip works fine, although it isn't remarkable. I was
thinking about inserting a new soundcard entirely, and the motherboard
manual says that if I do this then I should disable the CS4299 first.

I thought about this... and it seems to me that the CS4299 is a device
on the PCI bus just like any other. A new soundcard would be yet another
device on the PCI bus. Why wouldn't the motherboard be able to handle
*2* sound devices on the PCI bus? I thought that it might really be an
issue with the Windows drivers that ship with the motherboard, and so no
problem at all for Linux.

Can anyone offer any light on this issue? Are there any valid hardware
reasons why I would need to disable the CS4299 chip?

Cheers,
Chris

------------------------------

From: Chris Rankin <pacbell.net@{no.spam}rankinc>
Subject: Re: Sound blaster 16
Date: Sat, 24 Mar 2001 00:23:29 -0800

"Greg H." wrote:
> Also, your modules.conf file in /etc/ should have entries something like this:
> 
> alias sound sb
> alias sound-slot-0 sb
> options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
> alias synth0 opl3
> alias sound-service-0-0 opl3
> options opl3 io=0x388

Hmmm, or maybe something more like this:

alias sound-slot-0 sb
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
alias synth0 opl3
options opl3 io=0x388

The other lines are redundant at best.

Chris

------------------------------

From: Markku Kolkka <[EMAIL PROTECTED]>
Subject: Re: Linux Woes
Date: 24 Mar 2001 10:28:57 +0200

"Charles" <[EMAIL PROTECTED]> writes:
> When LM tests the connection, I see the DSL modem activity light blink like
> crazy, yet it won't connect. I keep getting time-out errors. I am assuming
> that this may be from not having the DNS set(?). In Win98, the DNS is
> disabled, and I haven't found anything on verizon's website about DNS.....

Then they are likely using DHCP to set the info automatically. Install
a DHCP client program to your machine. See DHCP mini-HOWTO at
http://www.linuxdoc.org/HOWTO/mini/DHCP/index.html

-- 
        Markku Kolkka
        [EMAIL PROTECTED]

------------------------------

From: "Ian Ellis" <[EMAIL PROTECTED]>
Subject: Token Ring PCMCIA Cards
Date: Sat, 24 Mar 2001 08:34:53 -0000

Hi,

I need a Token Ring card for my laptop, preferrably under Linux. Does anyone
know of such a beast?

Cheers

Ian



------------------------------

From: "Nikola" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,comp.os.linux,comp.os.linux.networking
Subject: Problem with Sis900 ethernet card
Date: Sat, 24 Mar 2001 09:31:51 +0100

I don't know how to enable my network card Sis900, on Linux Suse 7.0, and
kernel 2.2.16.

I configure it as I know corectlly, but when I try to start network, messaeg
is like next:

Setting up network device eth0
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOSCIFBRADDR: No such device
eth0: unknown interface: No such device
SIOSCIFNETMASK: No such device

Can somebody help me? Thanks in advence.


Nikola





------------------------------

From: Dean Thompson <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,comp.os.linux,comp.os.linux.networking
Subject: Re: Problem with Sis900 ethernet card
Date: Sat, 24 Mar 2001 20:06:23 +1100


Hi Nikola,

> I don't know how to enable my network card Sis900, on Linux Suse 7.0, and
> kernel 2.2.16.
> 
> I configure it as I know corectlly, but when I try to start network, 
> message is like next:
> 
> Setting up network device eth0
> SIOCSIFADDR: No such device
> eth0: unknown interface: No such device
> SIOSCIFBRADDR: No such device
> eth0: unknown interface: No such device
> SIOSCIFNETMASK: No such device

This seems to suggest that if hasn't found the correct device.  When Linux
boots, does it actually say that it has identified the SIS900 network card. 
What sort of configurations did you do to get the network card identified. 
Did you build it as a module or did you compile the SIS network card module
into the kernel ?

See ya

Dean Thompson

--
+____________________________+____________________________________________+
| Dean Thompson              | E-mail  - [EMAIL PROTECTED] |
| Bach. Computing (Hons)     | ICQ     - 45191180                         |
| PhD Student                | Office  - <Off-Campus>                     |
| School Comp.Sci & Soft.Eng | Phone   - +61 3 9903 2787 (Gen. Office)    |
| MONASH (Caulfield Campus)  | Fax     - +61 3 9903 1077                  |
| Melbourne, Australia       |                                            |
+----------------------------+--------------------------------------------+

------------------------------

From: [EMAIL PROTECTED] (jwk)
Subject: Re: no frills video card with lots of memory?
Date: 24 Mar 2001 09:09:49 GMT
Reply-To: [EMAIL PROTECTED]

On 23 Mar 2001 18:10:27 GMT, Peter Bismuti
<[EMAIL PROTECTED]> wrote:
> 
> I'm looking for a basic video card (no fancy 2d or 3d graphics acceleration
> is necessary) that has lots of memory, at least 32 mB, but is reasonably
> priced.  Can anyone reccomend one?
> 
If you don't need 3D, what do you need lots of memory for? If you want
the best card without 3D, get a second-hand Matrox G400.

Good luck,
Jurriaan

-- 
BOFH excuse #119:

evil hackers from Serbia.
GNU/Linux 2.4.2-ac22 SMP/ReiserFS 2x1743 bogomips load av: 0.00 0.03 0.04

------------------------------


** 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 by posting to comp.os.linux.hardware.

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
******************************

Reply via email to