Re: spilt orange juice on thinkpad

2003-05-24 Thread Jerry Haltom
No, you're running Pulpy.

On Thu, 2003-05-22 at 16:05, philipp friedrich wrote:
> hi,
> 
> i lately spilt some oramge juice onto my r32 keyboard, i thought that
> nothing would happen since i already spilt other stuff on the keyboard
> but the orange juice seems to be much more viscous than the rest.
> now the keys dont work well, has anyone an idea on how to fix this?
> (i am running woody).
> 
> maybe some guide how to clean it or something
> 
> 
> regards
> -philipp friedrich
> -- 
> pgp: 0848C4FD ; 0553 A4D4 E954 8819 3967  009A 177C 1EB9 0848 C4F
> echo Avoid spam for philipp|awk '{print $4$1".at"}'|tr A @
> 



help xserver-xfree86-dri-mach64

2003-05-24 Thread Mauro Darida
hello,
I was trying to upgrade xfree86 4.1.0 of woody with 
xserver-xfree86-dri-mach64 debian package from 
http://people.debian.org/~daenzer/dri-mach64/ but X11 does not behave as 
expected. I no longer get a graphic login, I have to force X after text 
console login by "startx". After logout I can see these warnings and errors:

X: warning; /dev/dri has unusual mode (not 755) or is not a directory.
warning: process set to nice value 0 instead of -10 as requested.
XFree86 Version 4.2.0 (DRI mach64 branch) /X Window System
[...]
Build Operating System: Linux 2.4.20-rc4 i686 [ELF]
[...]
modprobe: Can't locate module mach64
[drm] failed to load kernel module "mach64"
[...]
Could not init font path element unix/:7100, removing from list!
waiting for X server to shut down.

Since I have 2.4.18bf24 I suspect my kernel in inadeguate. I would like at 
least to go back to my previous xfree86 4.1.0 (I tried to remove xfree86-dri 
but I had to stop because debian would remove the entire kde 3.1.1 !). Can 
anyone help me please ? I have an ATI Rage Mobility.
-- 
saluti,  Mauro

On this machine no Windows system survives and LINUX POWER reigns UNLIMITED.



Re: pcmcia-cs installation

2003-05-24 Thread Siraj 'Sid' Rakhada
Hi,

>> but am not able to get where to make the changes for
>> the startup configuration. Also which file do i make
>> the changes in, for configuring my wireless network
>> card..
>
> That would be /etc/pcmcia/wireless.opts to set wireless specific options
> (WEP, ESSID, Mode, etc) and /etc/pcmcia/network.opts to set network
> specific options (DHCP / fixed IP, gateway, etc).

Regarding the configuration part of the problem - you shouldn't need to
set the pcmcia specific options, I have things like this in my
/etc/network/interfaces file (if you prefer not to modify the pcmcia-cs
package files).

--
auto eth0
iface eth0 inet static
address x.x.x.x
wireless_mode managed
wireless_essid "youressid"
wireless_key 
--

Hope that helps,

Sid





thinkpad t20 modem

2003-05-24 Thread matt zagrabelny
hello,

i have a thinkpad t20 with debian installed on it. i am trying to get
the modem working. heres my current situation:

i have downloaded ltmodem sources from http://ltmodem.heby.de/ and
compiled the modules. this step works, it is when the modules are
installed is where the problem occurs.

the network and sound modules are not loaded when i try the following:
(note: lt_modem loads correctly)

zero:~# modprobe lt_serial
/lib/modules/2.4.20/ltmodem/lt_serial.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
  You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20/ltmodem/lt_serial.o: insmod
/lib/modules/2.4.20/ltmodem/lt_serial.o failed
/lib/modules/2.4.20/ltmodem/lt_serial.o: insmod lt_serial failed

zero:~#dmesg

Loading Lucent Modem Controller driver version 8.26
PCI: Found IRQ 11 for device 00:03.0
PCI: Sharing IRQ 11 with 00:03.1
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
00:03.0: 3Com PCI 3c556B Laptop Hurricane at 0x1800. Vers LK1.1.16

output from lspci for video, audio, network, modem, and cardbus bridge
report that all the above devices are sharing a pin and an IRQ 

zero:~#lspci -vv

Interrupt: pin A routed to IRQ 11


this interrupt line is the same for all the afformentioned devices.
how can all of these devices be sharing the same pin and IRQ? does this
make sense to anyone?

anyhow back to the problem at hand. i am rapidly running out of ideas to
get the lt_serial module loaded correctly.

anyone with any ideas please help.

thanks,
matt zagrabelny




Re: thinkpad t20 modem

2003-05-24 Thread Roberto Sanchez
 --- matt zagrabelny <[EMAIL PROTECTED]> escribió: > hello,
> 
> i have a thinkpad t20 with debian installed on it. i am trying to get
> the modem working. heres my current situation:
> 
> i have downloaded ltmodem sources from http://ltmodem.heby.de/ and
> compiled the modules. this step works, it is when the modules are
> installed is where the problem occurs.
> 

Did you use the ./build_deb script or otherwise install them (the build
script would have generated another script that it told you to execute
to ensure the modules are autoloaded on boot, but I don't recall the name
of the script).

> the network and sound modules are not loaded when i try the following:
> (note: lt_modem loads correctly)
> 
> zero:~# modprobe lt_serial
> /lib/modules/2.4.20/ltmodem/lt_serial.o: init_module: No such device
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters.
>   You may find more information in syslog or the output from dmesg
> /lib/modules/2.4.20/ltmodem/lt_serial.o: insmod
> /lib/modules/2.4.20/ltmodem/lt_serial.o failed
> /lib/modules/2.4.20/ltmodem/lt_serial.o: insmod lt_serial failed
> 

What is the output of 'ls -l /dev/ttyLT*' ?

> zero:~#dmesg
> 
> Loading Lucent Modem Controller driver version 8.26
> PCI: Found IRQ 11 for device 00:03.0
> PCI: Sharing IRQ 11 with 00:03.1
> 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
> 00:03.0: 3Com PCI 3c556B Laptop Hurricane at 0x1800. Vers LK1.1.16
> 
> output from lspci for video, audio, network, modem, and cardbus bridge
> report that all the above devices are sharing a pin and an IRQ 
> 
> zero:~#lspci -vv
> 
> Interrupt: pin A routed to IRQ 11
> 
> 
> this interrupt line is the same for all the afformentioned devices.
> how can all of these devices be sharing the same pin and IRQ? does this
> make sense to anyone?
> 

>From my experience this is normal in laptops becuase of the way the connection
to the PCI bus is bridged.

> anyhow back to the problem at hand. i am rapidly running out of ideas to
> get the lt_serial module loaded correctly.
> 
> anyone with any ideas please help.
> 
> thanks,
> matt zagrabelny
> 
> 

-Roberto Sanchez

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

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es



Group

2003-05-24 Thread Michael Rose



Thankyou all for your prompt response. (Re: Debian 
Upgrade) 


unsubscribe

2003-05-24 Thread Luis Castillo


--***
   L.Castillo
Ph.D student   Dept.Refrigeration

St Istvan University
  Faculty of Food Science

   [EMAIL PROTECTED]
--lac-