Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Pollywog
On 04-Jan-2000 Chanop Silpa-Anan wrote: > check your /etc/rc?.d that pcmcia is start correctly, also note that > /etc/init.d/network should start only lo interface. > Ethernet pcmcia interface should be start by /etc/pcmcia/network script > which > will be run automatically when the ethernetcard i

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chanop Silpa-Anan
On Wed, Jan 05, 2000 at 12:56:59AM -, Pollywog wrote: > What about machines with no PCMCIA? Where is the network script for those? > I have had problems with this too. If you use pci/isa ethernet card. Make sure that module is loaded or compiled into kernel. /etc/init.d/network is the script

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Pollywog
On 05-Jan-2000 Chanop Silpa-Anan wrote: > /etc/init.d/network is the script that start network. So in this case, it > starts bothe lo and eth0 interface. Thanks. That is where I have my scripts on my desktop. I believe the links are incorrect and that is the cause of my problems. -- Andrew

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chris Hoover
On Tue, 04 Jan 2000, Brian Mays wrote: > [EMAIL PROTECTED] (Chris Hoover) wrote: > > > Can someone tell me what to modify to get my ethernet to start after > > booting the machine. > > Chris - Are you using DHCP? No, it has a static ip > > > I can manually start it after a boot, but I really wo

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chris Hoover
What rc file should be incharge of calling the /etc/pcmcia stuff? On Tue, 04 Jan 2000, Chanop Silpa-Anan wrote: > On Tue, Jan 04, 2000 at 11:15:25AM -0500, Chris Hoover wrote: > > Can someone tell me what to modify to get my ethernet to start after booting > > the machine. Everything worked fine

TROGON TG-8200 and "X"

2000-01-05 Thread Luis Augusto Coutinho Sauerbronn
Hello!! Does anybody knows how do I configure the "X Window System" on a Trogon TG-8200?? I know that the video card is a "Cirrus Logic CL_GD7543" but I've tested all the avaiable monior frequencies and the best I've got was a screen with many horizontal lines If someo

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Germano Leichsenring
Are we all using potato?? On my machine, it is like this: - /etc/init.d/network starts lo; - /etc/init.d/networking starts eth0 (not pcmcia ones), the config file is on /etc/network/interfaces, which is used by ifup and ifdown - /etc/init.d/pcmcia starts cardmgr, which waits for the insertion of

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chanop Silpa-Anan
pcmcia service should be start from /etc/init.d/pcmcia and you should have rc?.d linked accordingly. Chanop On Tue, Jan 04, 2000 at 11:57:36PM -0500, Chris Hoover wrote: > What rc file should be incharge of calling the /etc/pcmcia stuff? > ,

Sound on Dell Inspiron 3500

2000-01-05 Thread Germano Leichsenring
Hello, the sound on my Dell Inspiron 3500 works fine... if I compile the kernel myself. I tried using the alsa drivers; it is working, but the sound is "buggy" when playing music. I wanted to use alsa to be able to upgrade the kernel easily, and to stop the modules before a suspend. This is my c

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chanop Silpa-Anan
On Wed, Jan 05, 2000 at 06:04:41PM +0900, Germano Leichsenring wrote: > Are we all using potato?? On my machine, it is like this: Not sure, but all intel machine, including powerpc and my own laptop (totally 6) that I have acces to are running potato. > > - /etc/init.d/network starts lo; > - /e

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Bryan K. Walton
Thanks to everyone who gave me information about running a Xircom RealPort Ethernet 10/100+Modem 56 PCMCIA cards. I have identified my problem: I don't have any PCMCIA modules built in. (Oops!) I recently compiled a new kernel (2.2.13). Everything is fine in that regard. But now, I need to bui

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Kevin M. McLin
The Linux PCMCIA page can be found at... http://pcmcia.sourceforge.org/ cheers, -- kevin LINUX . Kevin M. McLin OFFICE: Duane C-328 (voice) 303-492-4053 (fax) 303-492-7178 EMAIL: [EMA

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Germano Leichsenring
Try the pcmcia-source package. It has the modules and everything set for compiling. -- Germano Leichsenring Kobe University

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Brian Mays
Chris Hoover <[EMAIL PROTECTED]> wrote: > I switch to root and then start it with the /etc/pcmcia/network > script. Check two things: 1) Your PCMCIA network connection is configured in /etc/pcmcia/network.opts and NOT /etc/init.d/network. 2) There exist symlinks similar to the following:

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Mark A. Bialik
I have mine working with the latest PCMCIA package (potato). I needed to disable 'setserial' from trying to auto-config the serial ports, and both the ethernet and modem work fine. Mark == Mark A. Bialik

Re: Lucent winmodem on Debian?

2000-01-05 Thread Bret Comstock Waldow
Hello, First of all, my apologies for posting even though I am not running Debian. I am running SuSE 6.2, kernel 2.2.10. There are knowledgeable people on this list (which is why I read it) and perhaps someone could help me. The Lucent driver refuses to load on my machine. I have acquired the

Re: Lucent winmodem on Debian?

2000-01-05 Thread Germano Leichsenring
> Bret Comstock Waldow <[EMAIL PROTECTED]> writes: Bret> [EMAIL PROTECTED]:/usr/src/linux > insmod -f Bret> /lib/modules/2.2.12/misc/ltmodem.o Warning: kernel-module Bret> version mismatch /lib/modules/2.2.12/misc/ltmodem.o was compiled Bret> for kernel version 2.2.12-20 while this kernel is v

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Pollywog
On 04-Jan-2000 Chanop Silpa-Anan wrote: > check your /etc/rc?.d that pcmcia is start correctly, also note that > /etc/init.d/network should start only lo interface. > Ethernet pcmcia interface should be start by /etc/pcmcia/network script > which > will be run automatically when the ethernetcard i

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chanop Silpa-Anan
On Wed, Jan 05, 2000 at 12:56:59AM -, Pollywog wrote: > What about machines with no PCMCIA? Where is the network script for those? > I have had problems with this too. If you use pci/isa ethernet card. Make sure that module is loaded or compiled into kernel. /etc/init.d/network is the script

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Pollywog
On 05-Jan-2000 Chanop Silpa-Anan wrote: > /etc/init.d/network is the script that start network. So in this case, it > starts bothe lo and eth0 interface. Thanks. That is where I have my scripts on my desktop. I believe the links are incorrect and that is the cause of my problems. -- Andrew

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chris Hoover
On Tue, 04 Jan 2000, Brian Mays wrote: > [EMAIL PROTECTED] (Chris Hoover) wrote: > > > Can someone tell me what to modify to get my ethernet to start after > > booting the machine. > > Chris - Are you using DHCP? No, it has a static ip > > > I can manually start it after a boot, but I really wo

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chris Hoover
What rc file should be incharge of calling the /etc/pcmcia stuff? On Tue, 04 Jan 2000, Chanop Silpa-Anan wrote: > On Tue, Jan 04, 2000 at 11:15:25AM -0500, Chris Hoover wrote: > > Can someone tell me what to modify to get my ethernet to start after booting > > the machine. Everything worked fine

TROGON TG-8200 and "X"

2000-01-05 Thread Luis Augusto Coutinho Sauerbronn
Hello!! Does anybody knows how do I configure the "X Window System" on a Trogon TG-8200?? I know that the video card is a "Cirrus Logic CL_GD7543" but I've tested all the avaiable monior frequencies and the best I've got was a screen with many horizontal lines If someo

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Germano Leichsenring
Are we all using potato?? On my machine, it is like this: - /etc/init.d/network starts lo; - /etc/init.d/networking starts eth0 (not pcmcia ones), the config file is on /etc/network/interfaces, which is used by ifup and ifdown - /etc/init.d/pcmcia starts cardmgr, which waits for the insertion of

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chanop Silpa-Anan
pcmcia service should be start from /etc/init.d/pcmcia and you should have rc?.d linked accordingly. Chanop On Tue, Jan 04, 2000 at 11:57:36PM -0500, Chris Hoover wrote: > What rc file should be incharge of calling the /etc/pcmcia stuff? > ,

Sound on Dell Inspiron 3500

2000-01-05 Thread Germano Leichsenring
Hello, the sound on my Dell Inspiron 3500 works fine... if I compile the kernel myself. I tried using the alsa drivers; it is working, but the sound is "buggy" when playing music. I wanted to use alsa to be able to upgrade the kernel easily, and to stop the modules before a suspend. This is my c

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Chanop Silpa-Anan
On Wed, Jan 05, 2000 at 06:04:41PM +0900, Germano Leichsenring wrote: > Are we all using potato?? On my machine, it is like this: Not sure, but all intel machine, including powerpc and my own laptop (totally 6) that I have acces to are running potato. > > - /etc/init.d/network starts lo; > - /e

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Bryan K. Walton
Thanks to everyone who gave me information about running a Xircom RealPort Ethernet 10/100+Modem 56 PCMCIA cards. I have identified my problem: I don't have any PCMCIA modules built in. (Oops!) I recently compiled a new kernel (2.2.13). Everything is fine in that regard. But now, I need to bui

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Kevin M. McLin
The Linux PCMCIA page can be found at... http://pcmcia.sourceforge.org/ cheers, -- kevin LINUX . Kevin M. McLin OFFICE: Duane C-328 (voice) 303-492-4053 (fax) 303-492-7178 EMAIL: [EMA

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Germano Leichsenring
Try the pcmcia-source package. It has the modules and everything set for compiling. -- Germano Leichsenring Kobe University

Re: eth0(pcmcia) network not starting up at bootup.

2000-01-05 Thread Brian Mays
Chris Hoover <[EMAIL PROTECTED]> wrote: > I switch to root and then start it with the /etc/pcmcia/network > script. Check two things: 1) Your PCMCIA network connection is configured in /etc/pcmcia/network.opts and NOT /etc/init.d/network. 2) There exist symlinks similar to the following:

Re: Xircom RealPort Ethernet/Modem on Debian

2000-01-05 Thread Mark A. Bialik
I have mine working with the latest PCMCIA package (potato). I needed to disable 'setserial' from trying to auto-config the serial ports, and both the ethernet and modem work fine. Mark == Mark A. Bialik

Re: Lucent winmodem on Debian?

2000-01-05 Thread Bret Comstock Waldow
Hello, First of all, my apologies for posting even though I am not running Debian. I am running SuSE 6.2, kernel 2.2.10. There are knowledgeable people on this list (which is why I read it) and perhaps someone could help me. The Lucent driver refuses to load on my machine. I have acquired the

Re: Lucent winmodem on Debian?

2000-01-05 Thread Germano Leichsenring
> Bret Comstock Waldow <[EMAIL PROTECTED]> writes: Bret> [EMAIL PROTECTED]:/usr/src/linux > insmod -f Bret> /lib/modules/2.2.12/misc/ltmodem.o Warning: kernel-module Bret> version mismatch /lib/modules/2.2.12/misc/ltmodem.o was compiled Bret> for kernel version 2.2.12-20 while this kernel is v