Linux-Hardware Digest #113, Volume #14            Mon, 1 Jan 01 13:13:09 EST

Contents:
  Re: CD Burner (Scott Alfter)
  Re: CD Burner (scatterman)
  Re: Epson USB scanner and sane (John Thompson)
  Hard disk problems with Red Hat 7.0 install ("Chris")
  IBM ISA Etherjet NIC Driver (Pleiades)
  Re: Xircom RealPort CardBus 10/100 +56k modem won't work ("Eric")
  Re: Epson USB scanner and sane (Wolfgang Fritz)
  Two mice? (John Hong)
  Support Maxtor G450 ("Harald Adams")
  Re: CD Burner (Kevin J. McCann)
  Re: CD Burner (Kevin J. McCann)
  Genius Video Wonder Pro II V2 - tv tuner (Boris Kulagin)
  how to using internal ADSL Modem in Linux ? ("daejin_jung")
  Red Hat 6.2 can't install -- is it the RAID controllers? ([EMAIL PROTECTED])
  Re: Intel 810 chips (Susan Stewart)
  Re: Linux and Motorola SM56 PCI (Susan Stewart)
  Two Harddrives ("Chad Massano")
  fire wire ("larryr")
  /dev/ttys I/O error (Susan Stewart)
  Soundcard configuration problem! ("Michael Steiner")
  Re: Two mice? (Julie Brandon)

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

From: [EMAIL PROTECTED] (Scott Alfter)
Crossposted-To: 
alt.os.linux,alt.os.linux.mandrake,alt.uu.comp.os.linux.questions,comp.os.linux.admin
Subject: Re: CD Burner
Date: Mon, 01 Jan 2001 03:39:13 -0000

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

In article <e5S36.213386$[EMAIL PROTECTED]>,
Sean Tuttle <[EMAIL PROTECTED]> wrote:
>Okay, but I don't understand why he has to get SCSI working if it's not a
>scuzzy burner... if the burner is an IDE burner and he doesn't have a scuzzy
>card, why would he have to bother with setting up SCSI..

All available CD-burning software for Linux is written to talk to SCSI
devices.  IDE-SCSI emulation provides a compatibility layer to enable IDE
CD-R/CD-RW drives to work with the software that's available for Linux. 
You don't need an actual SCSI card in your computer, unless (like me) you
have some actual SCSI devices (such as a scanner).  SCSI support, IDE-SCSI
emulation, and support for SCSI CD-ROM and SCSI generic devices are what you
want in order to burn CDs.  Disable IDE CD-ROM support; through IDE-SCSI
emulation, IDE CD-ROM and DVD-ROM drives will be accessible as SCSI devices
(/dev/scd* instead of /dev/hd*).

  _/_
 / v \
(IIGS(  Scott Alfter (remove Voyager's hull number for email address)
 \_^_/  http://salfter.dyndns.org
=====BEGIN PGP SIGNATURE=====
Version: GnuPG v1.0.2 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6T/vPVgTKos01OwkRAsyZAJ9FIJW9XO3DyyTyZKCt7txDJQXcFQCgjQjq
4LoFa1xzKrr7JqxtlHLyfQ4=
=uXPO
=====END PGP SIGNATURE=====

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

From: scatterman <[EMAIL PROTECTED]>
Subject: Re: CD Burner
Crossposted-To: 
alt.os.linux,alt.os.linux.mandrake,alt.uu.comp.os.linux.questions,comp.os.linux.admin
Reply-To: [EMAIL PROTECTED]
Date: Mon, 01 Jan 2001 04:13:32 GMT

for some damned reason all cdr's are treated as scsi, even by windows.


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

From: John Thompson <[EMAIL PROTECTED]>
Subject: Re: Epson USB scanner and sane
Date: Sun, 31 Dec 2000 21:52:27 -0600

Wolfgang Fritz wrote:

> John Thompson wrote:
> >
> > I'm having difficulty getting my Epson 636U scanner to work in
> > linux.  I'm using kernel 2.2.18 with USB options enabled.  lspci
> > tells me I have Intel-82371AB USB controller:
> >
> [ good looking messages removed ]
> >
> > Where am I going wrong?

> Did you edit the file /etc/sane.d/epson.conf?
> Mine looks like this:
> 
> #scsi EPSON
> # /dev/scanner
> usb /dev/usbscanner0
> 
> I have an EPSON 1200U. Configuration is nearly the same as yours.

Yes, I have, and no joy. Since yesterday I have tried the other
USB port on my machine, recompiled sane again, compiled another
linux kernel with USB in the kernel instead of as modules, and
still no joy.  It's frustrating because the hardware is obviously
being recognized by the kernel, but sane refuses to use the
scanner device.  When I rmmod the scanner module and then
"modprobe scanner" to reload it I get this:

 Dec 31 21:31:50 starfleet kernel: usb.c: deregistering driver
usbscanner 
Dec 31 21:31:54 starfleet kernel: usb.c: registered new driver
usbscanner 
Dec 31 21:31:54 starfleet kernel: scanner.c: probe_scanner: User
specified USB scanner -- Vendor:Product - 4b8:101 
Dec 31 21:31:54 starfleet kernel: scanner.c: USB Scanner support
registered. 

Then if I try to run "scanimage -L" I get this:


[john@starfleet john]$ scanimage -L

No scanners were identified. If you were expecting something
different,
check that the scanner is plugged in, turned on and detected by
the
find-scanner tool (if appropriate). Please read the documentation
which came
with this software (README, FAQ, manpages).

The sane documentation suggests that I can specify a device from
the command line:

[john@starfleet john]$ scanimage -d /dev/usbscanner1
scanimage: open of device /dev/usbscanner1 failed: Invalid
argument

You seem to have specified a UNIX device name, or filename
instead of selecting
the SANE scanner or image acquisition device you want to use. As
an example,
you might want "epson:/dev/sg0" or "hp:/dev/usbscanner0". If any
supported
devices are installed in your system, you should be able to see a
list with
"scanimage --list-devices".

And if I try to add "epson" to the command line:
[john@starfleet john]$ scanimage -d epson:/dev/usbscanner1
scanimage: open of device epson:/dev/usbscanner1 failed: Invalid
argument

If I try /dev/usbscanner0 instead:
[john@starfleet john]$ scanimage -d epson:/dev/usbscanner0
Killed

I have to "kill -9" the process because it just sits there
writing this into the log files:

Dec 31 21:36:22 starfleet kernel: usb_control/bulk_msg: timeout 
Dec 31 21:37:02 starfleet kernel: usb_control/bulk_msg: timeout 



-- 


-John ([EMAIL PROTECTED])

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

From: "Chris" <[EMAIL PROTECTED]>
Subject: Hard disk problems with Red Hat 7.0 install
Date: Mon, 1 Jan 2001 16:29:27 +1100

Ok I have a problem trying to install Red hat 7.0 on a linux partition using
lilo as
a boot manager. I think it may have something to do with the way the 2 ATA66
hard disks
are detect (not through the bios, the bios trents them like SCSI or EXTRA
devices).

The message that appears after I go through any of the install options
either workstation, custom or server is:

"An error has occured - no valid devices were found on which to create new
filesystems.
Please check your hardware for the cause of this problem."

Then you push "OK" and it restarts the PC.

Please help me I really would like to run linux without rebuilding my
system, I have already
created the Linux partition using Partition Magic so I don't think that is
the problem. I
don't wnat to format the disk because I don't think that is the problem. Is
there some
incompatabilities with ATA 66 controller cards or motherboard's that have
them onboard like
mine (it is a ABIT BE6) which has four onboard IDE controllers 2 for the old
ATA33 and 2 for
ATA66.

PS. Sorry for the long post.


System Specs:

Pentium III 450
ABIT BE6 Mainboard
256MB RAM
HardDisk 1:Quantum 18GB ATA66 (not detected in bios, detected using ATA66
controller bios)
HardDisk 2:IBM 20GB ATA66 (not detected in bios, detected using ATA66
controller bios)

Partition Info:

HardDisk1/Quantum

Label  Type  Size  Status  Primary/Logical

BOOT  Linux ext2 298.1MB  None  Primary
C:WIN98  FAT32X  12,260.5MB Active  Primary
LinuxNative Linux ext2 5,059.5MB None  Primary

HardDisk2/IBM

D:LOTSOFSTUFF FAT32X  19,571.3MB None  Primary




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

From: ovalteenie@remove this part hotmail.com (Pleiades)
Subject: IBM ISA Etherjet NIC Driver
Date: Mon, 01 Jan 2001 07:07:53 GMT

I have an IBM ISA Etherjet NIC in my Pentium 75 machine, but unsure of
which driver module to use for it. Any clues? 

It works for W98 on the same machine, so I know it is working.

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

From: "Eric" <[EMAIL PROTECTED]>
Subject: Re: Xircom RealPort CardBus 10/100 +56k modem won't work
Date: Mon, 01 Jan 2001 08:48:55 GMT

I have the opposite problem, the modem works fine but
the Ethernet does not.

How did you get the Ethernet working?


Vince Busam <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> My Xircom card works fine for ethernet, but I can't get the modem working.
> On insert, /dev/modem is linked to /dev/ttyS2, and the modem will respond
to
> the "AT" command with "OK", but will not respond to any other commands.
> Any ideas?
>
> Socket 0: Xircom CBEM56G-100 CardBus 10/100 Ethernet + 56K Modem
> 0       network tulip_cb        0       eth0
> 0       serial  serial_cb       0       ttyS2   4       66
> Socket 1: empty
>
> In Minicom:
> AT
> OK
> ATA
>
> dmesg:
> Linux PCMCIA Card Services 3.1.19
>   kernel build: 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000
>   options:  [pci] [cardbus] [apm]
> PCI routing table version 1.0 at 0xf0180
>   00:02.0 -> irq 11
>   00:02.1 -> irq 11
> Intel PCIC probe:
>   Toshiba ToPIC97 rev 05 PCI-to-CardBus at slot 00:02, mem 0x68000000
>     host opts [0]: [slot 0xf0] [ccr 0x10] [cdr 0x86] [rcr 0x02] [pci irq
11]
> [lat 168/176] [bus 20/20]
>     host opts [1]: [slot 0xf0] [ccr 0x20] [cdr 0x86] [rcr 0x02] [pci irq
11]
> [lat 168/176] [bus 21/21]
>     ISA irqs (default) = 4,5,7,9,10,12 PCI status changes
> cs: IO port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
> cs: IO port probe 0x0800-0x08ff: clean.
> cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x4d0-0x4d7
> cs: IO port probe 0x0a00-0x0aff: clean.
> cs: cb_alloc(bus 20): vendor 0x115d, device 0x0003
> ROM image dump:
>   image 0: 0x000000-0x0001ff, signature PCIR
> cs: cb_config(bus 20)
>   fn 0 bar 2: mem 0x60013000-0x600137ff
>   fn 0 bar 3: mem 0x60012000-0x600127ff
>   fn 1 bar 1: io 0x280-0x287
>   fn 1 bar 2: mem 0x60011000-0x600117ff
>   fn 1 bar 3: mem 0x60010000-0x600107ff
>   fn 0 bar 1: io 0x200-0x27f
>   fn 0 rom: mem 0x6000c000-0x6000ffff
>   fn 1 rom: mem 0x60008000-0x6000bfff
>   irq 11
> cs: cb_enable(bus 20)
>   bridge io map 0 (flags 0x21): 0x200-0x287
>   bridge mem map 0 (flags 0x1): 0x60008000-0x60013fff
> tulip_attach(device 14:00.0)
> tulip.c:v0.91g-ppc 7/16/99 [EMAIL PROTECTED] (modified by
> [EMAIL PROTECTED] for XIRCOM CBE, fixed by Doug Ledford)
> eth0: Xircom Cardbus Adapter (DEC 21143 compatible mode) rev 3 at 0x200,
> 00:10:A4:E8:A1:57, IRQ 11.
> eth0:  MII transceiver #0 config 3100 status 7809 advertising 01e1.
> serial_attach(device 14:00.1)
> tty02 at 0x0280 (irq = 11) is a 16550A
>
> Thanks,
> Vince
>
> --
> -----------------------------------
> Vince Busam
> [EMAIL PROTECTED]
> http://sixpak.org/vince/



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

From: Wolfgang Fritz <[EMAIL PROTECTED]>
Subject: Re: Epson USB scanner and sane
Date: Mon, 01 Jan 2001 09:58:29 +0100

John Thompson wrote:
> 
> Wolfgang Fritz wrote:
> 
> > John Thompson wrote:
> > >
> > > I'm having difficulty getting my Epson 636U scanner to work in
> > > linux.  I'm using kernel 2.2.18 with USB options enabled.  lspci
> > > tells me I have Intel-82371AB USB controller:
> > >
> > [ good looking messages removed ]
> > >
> > > Where am I going wrong?
> 
> > Did you edit the file /etc/sane.d/epson.conf?
> > Mine looks like this:
> >
> > #scsi EPSON
> > # /dev/scanner
> > usb /dev/usbscanner0
> >
> > I have an EPSON 1200U. Configuration is nearly the same as yours.
> 
> Yes, I have, and no joy. Since yesterday I have tried the other
> USB port on my machine, recompiled sane again, compiled another
> linux kernel with USB in the kernel instead of as modules, and
> still no joy.  It's frustrating because the hardware is obviously
> being recognized by the kernel, but sane refuses to use the
> scanner device.  When I rmmod the scanner module and then
> "modprobe scanner" to reload it I get this:
> 

[...]

I've compared my configuration with yours.

Hardware:
no name PC with PIII (Coppermine) at 667 MHz. 256MB RAM.
VIA chipset.

lspci -v:
00:07.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 0e)
(prog-if 00 [UHCI])
        Subsystem: Unknown device 0925:1234
        Flags: bus master, medium devsel, latency 32, IRQ 9
        I/O ports at d800
        Capabilities: [80] Power Management version 2

Linux: SuSE 7.0 with unmodified Kernel 2.2.18
grep USB .config:
# USB support
CONFIG_USB=m
CONFIG_USB_DEBUG=y
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# USB Controllers
CONFIG_USB_UHCI=m
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set
# USB Devices
# CONFIG_USB_PRINTER is not set
CONFIG_USB_SCANNER=m
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_PLUSB is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_KAWETH is not set
# USB HID
# CONFIG_USB_HID is not set
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_WMFORCE is not set

Kernel is compiled with gcc 2.95.2

scanimage -V
scanimage (sane) 1.0.2 (standard binary package from SuSE 7.0)

USB-Part in modules.conf
# Scanner Epson Perfection 1200U
#
options scanner vendor=0x04b8 product=0x0104
alias char-major-180 scanner
post-install scanner /sbin/usb-start

/sbin/usb-start:
#!/bin/sh
modprobe usb-uhci
sleep 2

Without the "sleep 2" the scanner recognition was unreliable. (This
happened with Kernel 2.2.16 with the USB-Backport, maybe it is better
now)

I do not load the USB-modules on bootup. They are loaded on demand when
I access the scanner for the first time.

Some additional notes:
1. The kernel messages I get from the usb modules are very different
from yours. Is your kernel an unmodified 2.2.18?

2. I have no /proc/bus/usb/devices. The directory /proc/bus/usb is
empty.

Happy new year

Wolfgang

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

From: [EMAIL PROTECTED] (John Hong)
Subject: Two mice?
Date: 1 Jan 2001 09:50:30 GMT

        Is it possible to have two mouse interfaces loaded?  I ask this
because I run Linux on a notebook and sometimes I have a USB mouse
attached and sometimes I don't.  The notebook already has a stick mouse on
it.



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

From: "Harald Adams" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Support Maxtor G450
Date: Sun, 31 Dec 2000 13:40:04 +0100

Hi,
does anybody out there know, how I can setup which X server to support the
new maxtor G450 graphic board under Suse 7.0.
Thanx
Harry



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

From: Kevin J. McCann <[EMAIL PROTECTED]>
Subject: Re: CD Burner
Reply-To: [EMAIL PROTECTED]
Date: Mon, 01 Jan 2001 10:52:39 GMT

The wise words of scatterman on Mon, 01 Jan 2001 04:13:32 GMT:

> for some damned reason all cdr's are treated as scsi, even by windows.
> 
Good point - the Adaptec software that comes with the burner is a SCSI 
emulation package. I guess they felt that asking users to recompile the 
windoze kernel would freak out too many folks!

Kevin


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

From: Kevin J. McCann <[EMAIL PROTECTED]>
Subject: Re: CD Burner
Reply-To: [EMAIL PROTECTED]
Date: Mon, 01 Jan 2001 10:54:43 GMT


Check this link out:

 http://www.maximumlinux.com/howtos/howto/2000_11_02/learn_01.html


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

Date: Mon, 01 Jan 2001 14:18:16 +0300
From: Boris Kulagin <[EMAIL PROTECTED]>
Subject: Genius Video Wonder Pro II V2 - tv tuner

Please help configure device, bttv seemed not support this. In CARDLIST
there is no such card, autodetect doesn't work.

$modprobe i2c
$modprobe tuner type=3 #SECAM
$modprobe bttv card=???

and then start xawtv or kwintv - nothing happens

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

From: "daejin_jung" <[EMAIL PROTECTED]>
Subject: how to using internal ADSL Modem in Linux ?
Date: Mon, 1 Jan 2001 20:30:06 +0900

first, thanks about your time.

i'm using some adsl service under WIN98 Dialup Networking Using Internal
ADSL Modem ( Efficient 3021).

i hope to use this under Linux.

and i hope to convert Efficient 3010 Linux Driver
(lanai.c) to 3021.

i want know something.
if i have efficient 3010. how can i use adsl service?

example.

 1. linux booting       ( kernel 2.4.0.12 )
 2. insmod lanai.o    ( 3010 Driver )
 3. atmarpd -d         ( ? )
 4. atmsigd -b         ( ? )
 5. atmsrp -c           ( make /dev/atm0 )
 6. ifconfig atm0 up  ( ? )
 etc....
 7. use netscape      ..

thanks about your advice.

Happy New Year ..

oops.  My E_mail  : [EMAIL PROTECTED]

have a good time.



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

From: [EMAIL PROTECTED]
Subject: Red Hat 6.2 can't install -- is it the RAID controllers?
Date: Mon, 01 Jan 2001 11:52:26 GMT

Will Red Hat install on a RAID ATA66/100 controller?  I have a beautiful new
custom built computer, Athlon TBird 900, ABIT KT7RAID, 2 IBM 765GXP Hard
Drives on the RAID controllers.  Partitioned and formatted for a linux
partition to install the RH6.2 that came on CD in the back of my textbook for
next term.  Got the error message -- no valid devices found for filesystem. 
I wondered if 6.2 wouldn't work, but 7.0 might, and then I see another post
here with someone in exactly the same pickle with 7.0 -- wondering if the
problem is his ATA66 controllers.

The RedHat site's Compatibility List is just no help at all, as far as I can
determine.


Sent via Deja.com
http://www.deja.com/

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

From: Susan Stewart <[EMAIL PROTECTED]>
Subject: Re: Intel 810 chips
Date: Mon, 01 Jan 2001 11:29:11 -0500



Sobh wrote:

> Are i810 graphic and sound chips compatible with RedHat Linux 7.0?
> And do it (RedHat 7.0) detect modems on AMR slot?

You can get the video driver and X11 Server for the i810/i810e from
Intel.  Do a search for 'Intel 810 Linux drivers' on Google.  It should
be the first result.  I haven't gotten sound running yet, but I recall
reading something about requiring ALSA drivers(?)

As to AMR modems, this is something I'm researching myself.  You may
want to drop by www.linmodems.org and see if your card is listed.


HTH,
Ian



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

From: Susan Stewart <[EMAIL PROTECTED]>
Subject: Re: Linux and Motorola SM56 PCI
Date: Mon, 01 Jan 2001 11:47:07 -0500

Mariusz Grabowski wrote:

> Hi,
>
> Does anyone know how to configure Motorla SM 56 PCI modem under Linux
> Redhat 7.0?
>
> I will be thankful for any tip.

Hey Mariusz,

I'm in a similar position myself, trying to get the Aztech MR8800 working
under Linux.  Problem is the SM56 chipset doesn't implement
modulation/demodulation, but rather delegates it to a software driver.

You can get a generic modem driver from
http://www.enst.fr/~bellard/linmodem.html which implements V21 and V23,
with V34 coming "Some Time Real Soon".  You'll still need a separate
driver to allow the linmodem driver to communicate with the SM56.

I'm doing some research in this direction, and will let you know if I
make any headway.


Regards,
Ian


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

From: "Chad Massano" <[EMAIL PROTECTED]>
Subject: Two Harddrives
Date: Mon, 1 Jan 2001 11:08:18 -0600

I currently am running redhat 6.2 on one 1.3 gig harddrive with one swap and
one data partition.

I'm going to be purchasing a second harddrive and make it a secondary in my
system.  I plan on moving my /home directories to this drive.  Just
wondering what exactly needs to be done to make this work.  I'm open to
suggestions if moving the home directories isn't the best way to handle
this.

Thanks in advance,
--Chad



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

From: "larryr" <[EMAIL PROTECTED]>
Subject: fire wire
Date: Mon, 01 Jan 2001 17:34:32 GMT

Does Corel linux or just linux in general support fire wire???



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

From: Susan Stewart <[EMAIL PROTECTED]>
Subject: /dev/ttys I/O error
Date: Mon, 01 Jan 2001 13:00:34 -0500

Howdy Folks,

Following several recommendations posted to this newsgroup, I've been
trying to query my serial ports for IO/IRQ data.  However, each time I
try to talk to one of the serial ports, I get "dev/ttys1: Input/output
error".  I even get this when running setserial -g.

Amplifying Information: I'm running a 2.2.15 kernel (Mandrake 7.0) on an
Intel i810 motherboard w/ an Aztech MR8800 soft modem installed on the
AMR (Audio/Modem Riser) slot.


TIA,
Ian


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

From: "Michael Steiner" <[EMAIL PROTECTED]>
Subject: Soundcard configuration problem!
Date: Mon, 1 Jan 2001 18:48:49 +0100

hi everybody.
i got a problem with my sound configuration. namely i use two (2) soundcards
at a time - i have my reasons. one of them is the well-known and -supported
creative soundblaster live! - the other is the on-board via 82c686 audio
controller with ac'97 codec chip.

i am using suse linux 7.0 pro, but none of the soundcards is recognized by
yast2.

nevertheless i have built in support for the sblive into the kernel as
module, and, see, it works fine.

now the problem: i cannot get working the two sound devices to work together
when configuring them BOTH as a module: sblive (module) and via-chip
(static) works fine, but not BOTH as a MODULE!!!

i've checked the /etc/modules.conf thoroughly: there are some default
entries for the sblive which i activated when using it, but there's nothing
for the via-chip. nevertheless i tried some values but it wouldn't work.

my question: can anybody tell me how (generally) (1) to make two soundcards
work together when both of them having been compiled as a module, and (2)
what the module parameters for the via82c686 chip are ? (modinfo -p
via82cxxx_audio doesn't report anything ... :((( )

thanks a lot.
bye, michael



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

From: [EMAIL PROTECTED] (Julie Brandon)
Subject: Re: Two mice?
Date: 1 Jan 2001 17:43:05 GMT
Reply-To: [EMAIL PROTECTED]

On 1 Jan 2001 09:50:30 GMT, John Hong ([EMAIL PROTECTED]) said:
>       Is it possible to have two mouse interfaces loaded?  I ask this
>because I run Linux on a notebook and sometimes I have a USB mouse
>attached and sometimes I don't.  The notebook already has a stick mouse on
>it.

Yes.  You can configure gpm to handle two mice -- when you've got that
working, you can use the gpm repeater mode, which outputs the mouse data
elsewhere, and feed it into XFree86 with a suitable mouse dev and mouse type
set up.

Use two mice here- one PS/2 & one specialised serial trackball (for my
partner, who is disabled.)

Ta-ra,

-- 
Julie Brandon, Derby, UK
<URL:http://www.computergeeks.co.uk/>

  +++  See homepage for details of my present E-Bay auctions  +++

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


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