Opl3sa2 sound

2003-12-05 Thread Brian Kelsay
Anybody have the Yamaha opl3sa2 sound chip, using either the module opl3sa2 or w/ support compiled in the kernel?  I am going to compile the 2.4.23 kernel w/ support for my sound chip, but I don't know the exact line to pass to the kernel in lilo.conf.  I have tried without success to load the module on a 2.4.21 and earlier kernel, but couldn't get something right on the options to pass to initialize it.  Mine appears to be a ISA non-PnP type.  Odd in a laptop, I know, but lspci and the isapnp tools don't see the chip.   If you could post your parameters exactly as you put them in lilo, grub, modprobe, etc it would be helpful.  I can then alter for my settings.

I have an old Gateway Solo 2300 - 233MMX 128MB ram, running Morphix, updated w/ Debian unstable.  

Brian Kelsay
---
Somewhere there is a village missing an idiot.


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


Re: ASOUN LAN 8139

2003-12-05 Thread Brian Kelsay
Roger Jesus Martinez Balvin wrote:

POR FAVOR PODRIAS ENVIARME EL CONTROLADOR DE ASOUN LAN 8139 PLEASE.

The Asound lan card uses the Realtek 8139 chipset.   modprobe rtl8139



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


Re: Opl3sa2 sound

2003-12-07 Thread Brian Kelsay
Eric C. Cooper wrote:

On Fri, Dec 05, 2003 at 04:51:44PM -0600, Brian Kelsay wrote:
 

Anybody have the Yamaha opl3sa2 sound chip, using either the module opl3sa2 
or w/ support compiled in the kernel?  I am going to compile the 2.4.23 
kernel w/ support for my sound chip, but I don't know the exact line to 
pass to the kernel in lilo.conf.
   

I have one on the motherboard of an old Pentium II (desktop) machine.
In 2.4.23, I have
   CONFIG_PNP=y
   CONFIG_ISAPNP=y
and
   CONFIG_SOUND_OPL3SA2=m
The kernel sees the chip as a PNP device, and "modprobe opl3sa2" works
without any module (or lilo) parameters needed.
 

Mine appears to be a ISA non-PnP type.  Odd in a laptop, I know, but
lspci and the isapnp tools don't see the chip.
   

You might see if compiling ISAPNP into the kernel solves it.

The old kernel (2.4.21-xfs) from Morphix had that enabled.  Didn't do 
any good.  I also tried to run pnpdump from the isapnptools.deb.  When 
it ran, it would skip the ranges set for the sound in the BIOS.  So 
really it's not PnP.  In the BIOS you set the parameters.   What I 
really need is the correct way to state the parameters.   Like io=0x220 
irq=9 mpu_io=0x330 dma=0 dma1=1, etc.   There are a couple of other 
parameters like wssio (or is it mssio or is it mss_io) and do I need to 
pass the io for the opl3 chip?   I would like to find a clear, concise, 
this is how to make it work, but so far I have not found that.

The best blurb I found is http://gazonk.org/~eloj/articles/linux-toshiba.html
This is info used w/ kernel 2.2.15.  I'm not going that far back.
Brian

---
Somewhere there is a village missing an idiot.


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


Re: Realtek PCMCIA-LAN

2003-12-11 Thread Brian Kelsay
enigma6 wrote:

Hello list,
i'm currently trying to set up an older Sony Vaio 
PCG-F801A(533Mhz,64Mb RAM) with deb. 3.0(unstable/update-stat from 
Dec.10,2003)
Today i've bought an adapter for pcmcia-lan from SiteCom(Cardbus Pc 
Card Fast Ethernet 10/100),and tried to get it to work.Neither 
pcmcia-cs-3.2.6 nor the kernel
2.4.18 compiled with all necessary pcmcia-options helped me out.
Even Kernel 2.6.0-test11 with both Realtek Drivers didn't worked 
properly,too.
The problem seems to be the driver,because neither dhclient nor dhcpcd 
could retrieve an ip.tpcdump only shows the packages from my 
machine,but no answers.Physical cable connect is ok,but no ping or any 
other network connection is working.
ifconfig shows the card (with option '-a'),cardctl ident return to 
correct string.
A friend of mine(and happy debian user) gave me an Orinoco 
Wlan-Card,which is running well.

Has anybody an idea how to fix this problem?
look at the linux-wlan.org website and find your exact model of card on 
the matrix.  There you will see if it is supported, what chipset and 
maybe where to find instructions on making it work.

--
---
Somewhere there is a village missing an idiot.


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


Re: WLAN with the Linuxant driver

2003-12-11 Thread Brian Kelsay
Magnus von Koeller wrote:

Hi,

I'm trying to get WLAN to work on my Dell Inspiron 500m with 
Broadcom-based wireless adapter. I installed Linuxant's DriverLoader 
driver (the trial version) and the module seems to work fine. It 
loads into the kernel and I have successfully uploaded my Windows 
driver via the webinterface.

iwlist scan also works, displaying the access point I want to connect 
to. However, I'm confused as to how I'm supposed to start this 
interface. I have configured eth1 (that's my wireless device) to use 
dhcp just like my normal net connection - as it connects to the same 
network.

Now, I tried to just ifup eth1 but that fails. Then I specified the 
WEP key in interfaces and that gets set correctly. I tried setting 
the essid through iwconfig but that gives neither an error nor does 
it change anything.

I'm confused - what am I supposed to do to set up a wireless 
connection in Debian?

Try "dhclient eth1". I had to do this to get it to request a DHCP 
address.  you might also be able to use pump.

--
---
Somewhere there is a village missing an idiot.


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


Re: Need Help setting up two eth interfaces

2003-12-26 Thread Brian Kelsay
Chris Bertoni wrote:

I have a debian box that I want to use as a firewall. When I installed 
debian only one nic card was installed. Since then I have installed 
another. One is a linksys and the other a netgear. I want to make one (eth 
0) DHCP and connect it to the internet, and the other to have a (eth 1) 
static IP address. It seems that the system only sees one of the cards. I 
would like to learn how to install the other interface and configure them 
to route internet traffic. 
You have to add the device in /etc/network.interfaces I think.  Edit it 
with nano or another editor.

--
--
Somewhere there is a village missing an idiot.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: cursor problem please help!!!!!

2004-01-22 Thread Brian Kelsay
[EMAIL PROTECTED] wrote:

so imagine my surprise when the minute i start typing on the brand new 
toshiba, the very same thing is happening, with the same frequency. i 
feel like it might have to do with static electricity, i don't even know 
why i think that, but it's all that comes to me, and i am one of those 
lucky people who gets violent, bloodcurdling shocks when exiting cars 
and touching light switches.
You are most likely hitting the touchpad with your thumb, which tends to 
rest on the bottom of the keyboard when not hitting the spacebar.

--
--
Somewhere there is a village missing an idiot.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: USB Adapter not for Cardbus but 16bit PCMCIA

2004-01-22 Thread Brian Kelsay
Marcel Meckel wrote:

You don't understand me :)

32bit Cardbus is downwards compatible, sure. You can insert a 16bit
PCMCIA card into 32bit Cardbus slot.
But: You can *not* insert a 32bit Cardbus Card into a 16bit PCMCIA
slot. And my laptop has such an ancient :) 16bit PCMCIA interface,
not a 32bit Cardbus one.
Never heard of one and I'm a hardware tech. for over 4 years.  Please 
tell us what make and model of laptop you have and what card you are 
trying to use.  You may be able to find a used 16-bit card on ebay to do 
what you want.  If not, that's one of the drawbacks of using an old 
laptop.  Me, I have to deal w/ no sound on an old 233, because the chip 
won't activate, but everything else works.  Some old laptops have no USB 
(sounds like this may be your problem).  You may have to deal with this 
in another way, such as mounting the drive or device you want on another 
box and use it remotely.  Be creative

--
Somewhere there is a village missing an idiot.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Opl3sa2 sound

2003-12-05 Thread Brian Kelsay

Anybody have the Yamaha opl3sa2 sound chip, using either the module opl3sa2 or 
w/ support compiled in the kernel?  I am going to compile the 2.4.23 kernel w/ 
support for my sound chip, but I don't know the exact line to pass to the 
kernel in lilo.conf.  I have tried without success to load the module on a 
2.4.21 and earlier kernel, but couldn't get something right on the options to 
pass to initialize it.  Mine appears to be a ISA non-PnP type.  Odd in a 
laptop, I know, but lspci and the isapnp tools don't see the chip.   If you 
could post your parameters exactly as you put them in lilo, grub, modprobe, etc 
it would be helpful.  I can then alter for my settings.

I have an old Gateway Solo 2300 - 233MMX 128MB ram, running Morphix, updated w/ Debian unstable.  


Brian Kelsay
---
Somewhere there is a village missing an idiot.




Re: ASOUN LAN 8139

2003-12-05 Thread Brian Kelsay

Roger Jesus Martinez Balvin wrote:


POR FAVOR PODRIAS ENVIARME EL CONTROLADOR DE ASOUN LAN 8139 PLEASE.


The Asound lan card uses the Realtek 8139 chipset.   modprobe rtl8139




Re: Opl3sa2 sound

2003-12-07 Thread Brian Kelsay

Eric C. Cooper wrote:


On Fri, Dec 05, 2003 at 04:51:44PM -0600, Brian Kelsay wrote:
 

Anybody have the Yamaha opl3sa2 sound chip, using either the module opl3sa2 
or w/ support compiled in the kernel?  I am going to compile the 2.4.23 
kernel w/ support for my sound chip, but I don't know the exact line to 
pass to the kernel in lilo.conf.
   



I have one on the motherboard of an old Pentium II (desktop) machine.
In 2.4.23, I have
   CONFIG_PNP=y
   CONFIG_ISAPNP=y
and
   CONFIG_SOUND_OPL3SA2=m
The kernel sees the chip as a PNP device, and "modprobe opl3sa2" works
without any module (or lilo) parameters needed.

 


Mine appears to be a ISA non-PnP type.  Odd in a laptop, I know, but
lspci and the isapnp tools don't see the chip.
   



You might see if compiling ISAPNP into the kernel solves it.

The old kernel (2.4.21-xfs) from Morphix had that enabled.  Didn't do 
any good.  I also tried to run pnpdump from the isapnptools.deb.  When 
it ran, it would skip the ranges set for the sound in the BIOS.  So 
really it's not PnP.  In the BIOS you set the parameters.   What I 
really need is the correct way to state the parameters.   Like io=0x220 
irq=9 mpu_io=0x330 dma=0 dma1=1, etc.   There are a couple of other 
parameters like wssio (or is it mssio or is it mss_io) and do I need to 
pass the io for the opl3 chip?   I would like to find a clear, concise, 
this is how to make it work, but so far I have not found that.


The best blurb I found is http://gazonk.org/~eloj/articles/linux-toshiba.html
This is info used w/ kernel 2.2.15.  I'm not going that far back.

Brian

---
Somewhere there is a village missing an idiot.




Re: Realtek PCMCIA-LAN

2003-12-11 Thread Brian Kelsay

enigma6 wrote:


Hello list,
i'm currently trying to set up an older Sony Vaio 
PCG-F801A(533Mhz,64Mb RAM) with deb. 3.0(unstable/update-stat from 
Dec.10,2003)
Today i've bought an adapter for pcmcia-lan from SiteCom(Cardbus Pc 
Card Fast Ethernet 10/100),and tried to get it to work.Neither 
pcmcia-cs-3.2.6 nor the kernel

2.4.18 compiled with all necessary pcmcia-options helped me out.
Even Kernel 2.6.0-test11 with both Realtek Drivers didn't worked 
properly,too.
The problem seems to be the driver,because neither dhclient nor dhcpcd 
could retrieve an ip.tpcdump only shows the packages from my 
machine,but no answers.Physical cable connect is ok,but no ping or any 
other network connection is working.
ifconfig shows the card (with option '-a'),cardctl ident return to 
correct string.
A friend of mine(and happy debian user) gave me an Orinoco 
Wlan-Card,which is running well.


Has anybody an idea how to fix this problem?


look at the linux-wlan.org website and find your exact model of card on 
the matrix.  There you will see if it is supported, what chipset and 
maybe where to find instructions on making it work.


--
---
Somewhere there is a village missing an idiot.




Re: WLAN with the Linuxant driver

2003-12-11 Thread Brian Kelsay

Magnus von Koeller wrote:


Hi,

I'm trying to get WLAN to work on my Dell Inspiron 500m with 
Broadcom-based wireless adapter. I installed Linuxant's DriverLoader 
driver (the trial version) and the module seems to work fine. It 
loads into the kernel and I have successfully uploaded my Windows 
driver via the webinterface.


iwlist scan also works, displaying the access point I want to connect 
to. However, I'm confused as to how I'm supposed to start this 
interface. I have configured eth1 (that's my wireless device) to use 
dhcp just like my normal net connection - as it connects to the same 
network.


Now, I tried to just ifup eth1 but that fails. Then I specified the 
WEP key in interfaces and that gets set correctly. I tried setting 
the essid through iwconfig but that gives neither an error nor does 
it change anything.


I'm confused - what am I supposed to do to set up a wireless 
connection in Debian?


Try "dhclient eth1". I had to do this to get it to request a DHCP 
address.  you might also be able to use pump.


--
---
Somewhere there is a village missing an idiot.




Re: Need Help setting up two eth interfaces

2003-12-26 Thread Brian Kelsay

Chris Bertoni wrote:

I have a debian box that I want to use as a firewall. When I installed 
debian only one nic card was installed. Since then I have installed 
another. One is a linksys and the other a netgear. I want to make one (eth 
0) DHCP and connect it to the internet, and the other to have a (eth 1) 
static IP address. It seems that the system only sees one of the cards. I 
would like to learn how to install the other interface and configure them 
to route internet traffic. 


You have to add the device in /etc/network.interfaces I think.  Edit it 
with nano or another editor.


--
--
Somewhere there is a village missing an idiot.



Re: cursor problem please help!!!!!

2004-01-22 Thread Brian Kelsay

[EMAIL PROTECTED] wrote:

so imagine my surprise when the minute i start typing on the brand new 
toshiba, the very same thing is happening, with the same frequency. i 
feel like it might have to do with static electricity, i don't even know 
why i think that, but it's all that comes to me, and i am one of those 
lucky people who gets violent, bloodcurdling shocks when exiting cars 
and touching light switches.


You are most likely hitting the touchpad with your thumb, which tends to 
rest on the bottom of the keyboard when not hitting the spacebar.


--
--
Somewhere there is a village missing an idiot.



Re: USB Adapter not for Cardbus but 16bit PCMCIA

2004-01-22 Thread Brian Kelsay

Marcel Meckel wrote:



You don't understand me :)

32bit Cardbus is downwards compatible, sure. You can insert a 16bit
PCMCIA card into 32bit Cardbus slot.
But: You can *not* insert a 32bit Cardbus Card into a 16bit PCMCIA
slot. And my laptop has such an ancient :) 16bit PCMCIA interface,
not a 32bit Cardbus one.



Never heard of one and I'm a hardware tech. for over 4 years.  Please 
tell us what make and model of laptop you have and what card you are 
trying to use.  You may be able to find a used 16-bit card on ebay to do 
what you want.  If not, that's one of the drawbacks of using an old 
laptop.  Me, I have to deal w/ no sound on an old 233, because the chip 
won't activate, but everything else works.  Some old laptops have no USB 
(sounds like this may be your problem).  You may have to deal with this 
in another way, such as mounting the drive or device you want on another 
box and use it remotely.  Be creative


--
Somewhere there is a village missing an idiot.