Re: PCMCIA doesn't work anymore

2001-02-27 Thread Francois BOTTIN

--- "Felix E. Klee" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> thanks to all those who replied so far. The Xircom modem does work again
> (I didn't include PCMCIA serial devices support into the kernel).
> However, my FA510c network card still doesn't work (I always hear a high
> low beep sequence when inserting the card).
> 
> Felix

The "high low" beep sequence means "I know there's a new PCMCIA card
inserted, but I have no clue of which driver to use for it" (i.e. there is
no entry for this card in the database). I had a similar problem with a
D-Link network card (I don't remerber the model name) with the PCMCIA
package shipped with Debian 2.2r0. I had to manually add a new entry in
/etc/pcmcia/config. The whole process is described in the PCMCIA-HOWTO. It
can be found there: http://linuxdoc.org/HOWTO/PCMCIA-HOWTO-6.html
Of course you have to know which driver to use...
May the network be with you!

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't 
know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



debian-laptop@lists.debian.org

2001-03-13 Thread Francois BOTTIN

--- Andreas Mohr <[EMAIL PROTECTED]> wrote:
[...]
> 
> AFAICT this is only informative, not critical.
> 
> But OTOH ICBW :-)
> 
Ouch!
Please speak plain english. It's hard enough to understand for non native
englishspeaking people...
Thank you.

    Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't 
know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/



Re: Badiane: make-kpkg PCMCIA conflict

2001-03-13 Thread Francois BOTTIN

--- Badiane Ka <[EMAIL PROTECTED]> wrote:
> I have created a deb package with make-kpkg and upon
> executing dpkg -i I get a message saying that there is
> conflict between my custom 2.2.18pre1 image and
> pcmcia.  How do I compile, install and get a kernel to
> run under debian without running into a bunch of
> module problems.  I would like to be able to upgrade
> my system without having all of these problems.  If
> there is literature about this problem please point me
> in that direction and I will follow.
> 
> Badiane
> 
I don't know if there is any documentation about that, but what I do is:
- remove the kernel and pcmcia packages that are in use (yes, there's a
warning saying that it's dangerous to remove a running kernel's
package...)
- install the new kernel package, and then the pcmcia one.

Simply, do not try rebooting between the two stages...

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't 
know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/



Re: Badiane: make-kpkg PCMCIA conflict

2001-03-14 Thread Francois BOTTIN

--- Jeff Coppock <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 13, 2001 at 04:52:54PM -0400, Peter Cordes wrote:
> > On Tue, Mar 13, 2001 at 09:44:47AM -0800, Francois BOTTIN wrote:
> > [...]
> >  You might want to copy your vmlinuz in case of accidents.  It's a 
> > bad idea to ever have no kernels on your machine.  At least make sure
> you
> > have a boot disk.
I don't think it's necessary since the "dpkg -r" does not seem to change
my lilo. Then the kernel should still reside in the MBR (or whatever boot
block you use). The only danger is not beeing able to load the modules.
But if any problem occurs, one should of course always have a boot disk.

> > 
> > [...]
> >
> 
> Here's what I do and it works perfectly every time, with 2.2.18:
> 
> - Install the kernel source and pcmcia source and configure the kernel
> - compile the kernel  # make-kpkg kernel_image
> - compile the modules # make-kpkg modules_image
>   - this makes a deb of the pcmcia modules associated with this kernel
> deb
> - install the kernel  # dpkg -i kernel_image.deb
>   - I've already got my system setup to boot to multiple kernels with
> lilo
>   - I verify that the vmlinuz and vmlinuz.old links are set properly
>   - I update my boot message file and rerun lilo to make sure all is
> good
> - install the modules # dpkg -i pcmcia_image.deb
>   - this puts the pcmcia modules in the /lib/modules/2.2.18-# directory.
> - reboot and pick the new kernel at the lilo prompt
> 
Yes, that's exactly what you have to do... if you compile a custom kernel
for the first time. If you make several versions and change the revision
number (using --revision for make-kpkg) you'll face up with a dependency
problem: your modules (pcmcia as well as others) will not be adapted to
your new kernel.

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't 
know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/



Re: How to use touch pad and mouse?

2001-04-18 Thread Francois BOTTIN

--- Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
> I have a touchpad (ps2) and an external USB mouse.
> I use both mice at the same time using the -M option for pgm. I also 
> set up X to get the mouse data from gpm.
> 
> It works.
> 
> Previously I had ps2 external mouse that was disabling the internal
> touchpad.
> 
> Bye,
> Giuseppe
> 
I have also a PS/2 touchpad and an external USB mouse. Formerly I also
used the -M option for gpm, but the third mouse button/wheel was not
recognized (i.e. inactive) or the third button emulation was not working
on the touchpad (only 2 buttons there) depending of the options I choose.

I worked around that by configuring gpm to use the touchpad only (I can
cope without the mouse on the console...) and the "pointer" section of X
to /dev/gpmdata. I then added the USB mouse (/dev/input/mice) to the
"XInput" section, "Mouse" sub-section.

It works great!

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



Re: How to use touch pad and mouse?

2001-04-18 Thread Francois BOTTIN

--- Daniel E Baumann <[EMAIL PROTECTED]> wrote:
> 
> Does this handle mice with different protocols, because I too have the
> BIOS option,
> but usually I like to have the touchpad disabled when I have my external
> 3-button
> wireless wheel mouse plugged in. The thing is my touchpad is just a
> plain PS/2 mouse
> and my external mouses uses ImPS/2 protocol. Now I have 2 XF86Config
> files that I
> switch back and forth from and my wireless does work with plain PS/2,
> but then I get
> no wheel.  So the point is is it possible to configure X (and/or gpm) to
> be able to
> use one or the other without having to switch XF86Config files and
> restart X (I
> actually have a little script that changes my XF86Config-4 symlink to
> either
> XF86Config-4.touchpad or XF86Config-4.wireless)?
> 

Well... the names of the config files you use make me belive that you use
XFree 4.x. Am I right?

In fact, the solution I described was based on my experience, that is
XFree 3.3.6. In this case, it is possible to use different protocols for
the different input devices. On my laptop, gpm reads /dev/psaux using the
PS/2 protocol (-t ps2) and repeats it using the MS-3buttons (-Rms3) to
/dev/gpmdata. XFree then reads /dev/gpmdata using the ms3 protocol (as
configured in the "Pointer" section). At the same time, XFree reads
/dev/input/mice using the Imwheel-PS/2 protocol (IMPS2, as configured in
the "XInput" section, "Mouse" sub-section). This mix of protocols is the
real reason why I use my external mouse as an USB device (there is an
USB->PS/2 adapter with the mouse).

The same solution is not directly usable with XFree 4, but I saw a few
weeks ago on `debian-french' that the solution exists. The subject was
about using 2 keyboards, but an example (for XF 3.3 and XF 4) was given
for 2 mice : http://lists.debian.org/debian-french-0103/msg01232.html
This would be much easier to use than switching from one config file to
another!

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



Re: VAIO

2001-05-09 Thread Francois BOTTIN

--- "J.R. Blain" <[EMAIL PROTECTED]> wrote:
> We are looking at purchasing a few laptops for the office, and are
> considering Sony VAIO's.  Does anyone have any experience with them
> running debian?  Potential problems?  Suggestions on models/addons?
> 

I bought a VAIO 807 a few months ago (PIII 650/500 speedstep, 64MB RAM
updated to 192, 12GB hard drive, 14.1' 1024x768x16 display, DVD player...)

The only problem I have with it is the Windows 2K Pro licence, and I
havn't received my money back yet (Sony France doesn't seem to hear my
complaints) :-(

I did not test the internal modem nor the i-link port (firewire) since I
have no use of them. The rest is running perfectly well with Debian 2.2
(revisions 0, 2 and 3 tested) and Alsa 0.5.10 for the sound card (it's a
Yamaha YMF744, Alsa module is ymfpci). The USB ports are supported (tested
with a Logitech optical mouse and MS SS80 sound card).

The display is really comfortable and it scales itself automagically to
use the whole surface whichever the resolution is. Then you don't end up
with a console the size of a stamp in the center of the screen.

If you choose this model, I suggest you extend the RAM size. 64MB is
really too short and it makes a real difference while playing a DVD. Also
do not forget to disable the "PNP OS" BIOS feature if you want to use the
sound card...

You can contact me directly for further info.

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



Re: VAIO

2001-05-10 Thread Francois BOTTIN

--- amael <[EMAIL PROTECTED]> wrote:
> 
> hi! just a quick question...
> 
> i have a vaio myself (pcg-sr1k) and basically i am very happy with it
> HOWEVER i did end up with a console the size of a stamp in the middle of
> the screen! i've been trying to solve that awhile ago, but couldn't come
> up with anything and basically i more or less got used to it (the
> start-up routine looks cool even, hehe).
> 
> if this isn't anything *permanent* and there in fact is a way to get it
> back to normal i would really appreciate if you could let me know!
> 

Well, I'm too lazy to go and look what is the hardware in this model, but
I suspect it doesn't support it. As I said, it does the scaling
automagically... The video card on my laptop is an ATI Rage Mobility.

Have you tried to use the console on framebuffer ? This would be an
alternate, software solution.

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



Re: D-Link DFE 650 TX

2001-05-23 Thread Francois BOTTIN

--- Fabiano Sousa <[EMAIL PROTECTED]> wrote:
> Unhappily I am definitively convinced that PCMCIA D-Link DFE 650TX
> doesn't work in Linux after 3 days frustrated of countless attempts.  
>   
> In the file /var/log/messages observed that when I connect the net cable
> in PCMCIA it appears the message " lost link beat ". When I remove the
> cable it appears " found link beat ". That is very strange and comedian.
>  
>   
> I tried to use Suse, Conectiva and anything. Always the same mistake. I
> updated the packages pcmias for the last versions and anything. I used
> different Kernels and anything. In spite of the manufacturer it to
> indicate that PCMCIA is " Linux Ready " was not possible to do PCMCIA to
> communicate. In Windows 2000 PCMCIA works perfectly sparing any driver
> configuration . That is it that more it inconveniences me!!  
>   
> Until the own creators of the modules PCMCIA of Linux guarantee in the
> document of PCMCIA supported that it works. The question that more does
> to me it is: How did they get to do that to work?!?!   
>   
> I am sorry of having acquired that Hardware (at least he works in
> Windows). I don't recommend anybody. I didn't get to find a Compaq (it
> was what I used previously) it was what found. The Manufacturer of
> PCMCIA nor office in Brazil possess!!!  
>   
> Thankful 
> 
> Fabiano Sousa
> [EMAIL PROTECTED]
> NT Software e Consultoria  Ltda.
> 
> 
> 
Well, I did look if there was anyting unusual in /var/log/messages, but
the card I bought last week just works fine. I'm using a kernel
2.2.18pre21 as in Debian 2.2r2 and made some tests with 2.2.19. I did not
change anything in the configuration files of pcmcia-cs, and it uses
automaticaly pcnet_cs as driver.

But, the fact that it works for me is perhaps (I hope not) because I only
have D-Link network cards and HUB...

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



Re: PCMCIA doesn't work anymore

2001-02-27 Thread Francois BOTTIN


--- "Felix E. Klee" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> thanks to all those who replied so far. The Xircom modem does work again
> (I didn't include PCMCIA serial devices support into the kernel).
> However, my FA510c network card still doesn't work (I always hear a high
> low beep sequence when inserting the card).
> 
> Felix

The "high low" beep sequence means "I know there's a new PCMCIA card
inserted, but I have no clue of which driver to use for it" (i.e. there is
no entry for this card in the database). I had a similar problem with a
D-Link network card (I don't remerber the model name) with the PCMCIA
package shipped with Debian 2.2r0. I had to manually add a new entry in
/etc/pcmcia/config. The whole process is described in the PCMCIA-HOWTO. It
can be found there: http://linuxdoc.org/HOWTO/PCMCIA-HOWTO-6.html
Of course you have to know which driver to use...
May the network be with you!

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't know a 
RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




debian-laptop@lists.debian.org

2001-03-13 Thread Francois BOTTIN


--- Andreas Mohr <[EMAIL PROTECTED]> wrote:
[...]
> 
> AFAICT this is only informative, not critical.
> 
> But OTOH ICBW :-)
> 
Ouch!
Please speak plain english. It's hard enough to understand for non native
englishspeaking people...
Thank you.

    Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't know a 
RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Badiane: make-kpkg PCMCIA conflict

2001-03-13 Thread Francois BOTTIN


--- Badiane Ka <[EMAIL PROTECTED]> wrote:
> I have created a deb package with make-kpkg and upon
> executing dpkg -i I get a message saying that there is
> conflict between my custom 2.2.18pre1 image and
> pcmcia.  How do I compile, install and get a kernel to
> run under debian without running into a bunch of
> module problems.  I would like to be able to upgrade
> my system without having all of these problems.  If
> there is literature about this problem please point me
> in that direction and I will follow.
> 
> Badiane
> 
I don't know if there is any documentation about that, but what I do is:
- remove the kernel and pcmcia packages that are in use (yes, there's a
warning saying that it's dangerous to remove a running kernel's
package...)
- install the new kernel package, and then the pcmcia one.

Simply, do not try rebooting between the two stages...

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't know a 
RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Badiane: make-kpkg PCMCIA conflict

2001-03-14 Thread Francois BOTTIN


--- Jeff Coppock <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 13, 2001 at 04:52:54PM -0400, Peter Cordes wrote:
> > On Tue, Mar 13, 2001 at 09:44:47AM -0800, Francois BOTTIN wrote:
> > [...]
> >  You might want to copy your vmlinuz in case of accidents.  It's a 
> > bad idea to ever have no kernels on your machine.  At least make sure
> you
> > have a boot disk.
I don't think it's necessary since the "dpkg -r" does not seem to change
my lilo. Then the kernel should still reside in the MBR (or whatever boot
block you use). The only danger is not beeing able to load the modules.
But if any problem occurs, one should of course always have a boot disk.

> > 
> > [...]
> >
> 
> Here's what I do and it works perfectly every time, with 2.2.18:
> 
> - Install the kernel source and pcmcia source and configure the kernel
> - compile the kernel  # make-kpkg kernel_image
> - compile the modules # make-kpkg modules_image
>   - this makes a deb of the pcmcia modules associated with this kernel
> deb
> - install the kernel  # dpkg -i kernel_image.deb
>   - I've already got my system setup to boot to multiple kernels with
> lilo
>   - I verify that the vmlinuz and vmlinuz.old links are set properly
>   - I update my boot message file and rerun lilo to make sure all is
> good
> - install the modules # dpkg -i pcmcia_image.deb
>   - this puts the pcmcia modules in the /lib/modules/2.2.18-# directory.
> - reboot and pick the new kernel at the lilo prompt
> 
Yes, that's exactly what you have to do... if you compile a custom kernel
for the first time. If you make several versions and change the revision
number (using --revision for make-kpkg) you'll face up with a dependency
problem: your modules (pcmcia as well as others) will not be adapted to
your new kernel.

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing... where they wouldn't know a 
RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How to use touch pad and mouse?

2001-04-18 Thread Francois BOTTIN


--- Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
> I have a touchpad (ps2) and an external USB mouse.
> I use both mice at the same time using the -M option for pgm. I also 
> set up X to get the mouse data from gpm.
> 
> It works.
> 
> Previously I had ps2 external mouse that was disabling the internal
> touchpad.
> 
> Bye,
> Giuseppe
> 
I have also a PS/2 touchpad and an external USB mouse. Formerly I also
used the -M option for gpm, but the third mouse button/wheel was not
recognized (i.e. inactive) or the third button emulation was not working
on the touchpad (only 2 buttons there) depending of the options I choose.

I worked around that by configuring gpm to use the touchpad only (I can
cope without the mouse on the console...) and the "pointer" section of X
to /dev/gpmdata. I then added the USB mouse (/dev/input/mice) to the
"XInput" section, "Mouse" sub-section.

It works great!

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How to use touch pad and mouse?

2001-04-18 Thread Francois BOTTIN


--- Daniel E Baumann <[EMAIL PROTECTED]> wrote:
> 
> Does this handle mice with different protocols, because I too have the
> BIOS option,
> but usually I like to have the touchpad disabled when I have my external
> 3-button
> wireless wheel mouse plugged in. The thing is my touchpad is just a
> plain PS/2 mouse
> and my external mouses uses ImPS/2 protocol. Now I have 2 XF86Config
> files that I
> switch back and forth from and my wireless does work with plain PS/2,
> but then I get
> no wheel.  So the point is is it possible to configure X (and/or gpm) to
> be able to
> use one or the other without having to switch XF86Config files and
> restart X (I
> actually have a little script that changes my XF86Config-4 symlink to
> either
> XF86Config-4.touchpad or XF86Config-4.wireless)?
> 

Well... the names of the config files you use make me belive that you use
XFree 4.x. Am I right?

In fact, the solution I described was based on my experience, that is
XFree 3.3.6. In this case, it is possible to use different protocols for
the different input devices. On my laptop, gpm reads /dev/psaux using the
PS/2 protocol (-t ps2) and repeats it using the MS-3buttons (-Rms3) to
/dev/gpmdata. XFree then reads /dev/gpmdata using the ms3 protocol (as
configured in the "Pointer" section). At the same time, XFree reads
/dev/input/mice using the Imwheel-PS/2 protocol (IMPS2, as configured in
the "XInput" section, "Mouse" sub-section). This mix of protocols is the
real reason why I use my external mouse as an USB device (there is an
USB->PS/2 adapter with the mouse).

The same solution is not directly usable with XFree 4, but I saw a few
weeks ago on `debian-french' that the solution exists. The subject was
about using 2 keyboards, but an example (for XF 3.3 and XF 4) was given
for 2 mice : http://lists.debian.org/debian-french-0103/msg01232.html
This would be much easier to use than switching from one config file to
another!

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: VAIO

2001-05-09 Thread Francois BOTTIN


--- "J.R. Blain" <[EMAIL PROTECTED]> wrote:
> We are looking at purchasing a few laptops for the office, and are
> considering Sony VAIO's.  Does anyone have any experience with them
> running debian?  Potential problems?  Suggestions on models/addons?
> 

I bought a VAIO 807 a few months ago (PIII 650/500 speedstep, 64MB RAM
updated to 192, 12GB hard drive, 14.1' 1024x768x16 display, DVD player...)

The only problem I have with it is the Windows 2K Pro licence, and I
havn't received my money back yet (Sony France doesn't seem to hear my
complaints) :-(

I did not test the internal modem nor the i-link port (firewire) since I
have no use of them. The rest is running perfectly well with Debian 2.2
(revisions 0, 2 and 3 tested) and Alsa 0.5.10 for the sound card (it's a
Yamaha YMF744, Alsa module is ymfpci). The USB ports are supported (tested
with a Logitech optical mouse and MS SS80 sound card).

The display is really comfortable and it scales itself automagically to
use the whole surface whichever the resolution is. Then you don't end up
with a console the size of a stamp in the center of the screen.

If you choose this model, I suggest you extend the RAM size. 64MB is
really too short and it makes a real difference while playing a DVD. Also
do not forget to disable the "PNP OS" BIOS feature if you want to use the
sound card...

You can contact me directly for further info.

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: VAIO

2001-05-10 Thread Francois BOTTIN


--- amael <[EMAIL PROTECTED]> wrote:
> 
> hi! just a quick question...
> 
> i have a vaio myself (pcg-sr1k) and basically i am very happy with it
> HOWEVER i did end up with a console the size of a stamp in the middle of
> the screen! i've been trying to solve that awhile ago, but couldn't come
> up with anything and basically i more or less got used to it (the
> start-up routine looks cool even, hehe).
> 
> if this isn't anything *permanent* and there in fact is a way to get it
> back to normal i would really appreciate if you could let me know!
> 

Well, I'm too lazy to go and look what is the hardware in this model, but
I suspect it doesn't support it. As I said, it does the scaling
automagically... The video card on my laptop is an ATI Rage Mobility.

Have you tried to use the console on framebuffer ? This would be an
alternate, software solution.

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: D-Link DFE 650 TX

2001-05-23 Thread Francois BOTTIN


--- Fabiano Sousa <[EMAIL PROTECTED]> wrote:
> Unhappily I am definitively convinced that PCMCIA D-Link DFE 650TX
> doesn't work in Linux after 3 days frustrated of countless attempts.  
>   
> In the file /var/log/messages observed that when I connect the net cable
> in PCMCIA it appears the message " lost link beat ". When I remove the
> cable it appears " found link beat ". That is very strange and comedian.
>  
>   
> I tried to use Suse, Conectiva and anything. Always the same mistake. I
> updated the packages pcmias for the last versions and anything. I used
> different Kernels and anything. In spite of the manufacturer it to
> indicate that PCMCIA is " Linux Ready " was not possible to do PCMCIA to
> communicate. In Windows 2000 PCMCIA works perfectly sparing any driver
> configuration . That is it that more it inconveniences me!!  
>   
> Until the own creators of the modules PCMCIA of Linux guarantee in the
> document of PCMCIA supported that it works. The question that more does
> to me it is: How did they get to do that to work?!?!   
>   
> I am sorry of having acquired that Hardware (at least he works in
> Windows). I don't recommend anybody. I didn't get to find a Compaq (it
> was what I used previously) it was what found. The Manufacturer of
> PCMCIA nor office in Brazil possess!!!  
>   
> Thankful 
> 
> Fabiano Sousa
> [EMAIL PROTECTED]
> NT Software e Consultoria  Ltda.
> 
> 
> 
Well, I did look if there was anyting unusual in /var/log/messages, but
the card I bought last week just works fine. I'm using a kernel
2.2.18pre21 as in Debian 2.2r2 and made some tests with 2.2.19. I did not
change anything in the configuration files of pcmcia-cs, and it uses
automaticaly pcnet_cs as driver.

But, the fact that it works for me is perhaps (I hope not) because I only
have D-Link network cards and HUB...

Francois.

=
Francois BOTTIN
--
"How kind," the PFY sighs. "But where will I go?" 
"Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
"But I don't want to visit Microsoft!" he whines.
  The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]