Re: Need Help setting up two eth interfaces

2003-12-26 Thread Matt Reynolds
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Kelsay wrote: | 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

Re: Need Help setting up two eth interfaces

2003-12-26 Thread Matt Reynolds
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Kelsay wrote: | 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

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 ha

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 hav

Re: Need help on configuring laptop-net

2003-08-23 Thread Xavier Maillard
Thomas Hood <[EMAIL PROTECTED]> writes: > > What I expect is a tool able to set the WHOLE laptop > > configuration according to the current environment. > > > > > For example, at home I use my wired network with a Xinerama'd > > Xsession in 16bits. At work, I am using a wireless connection

Re: Need help on configuring laptop-net

2003-08-23 Thread Xavier Maillard
Thomas Hood <[EMAIL PROTECTED]> writes: > > What I expect is a tool able to set the WHOLE laptop > > configuration according to the current environment. > > > > > For example, at home I use my wired network with a Xinerama'd > > Xsession in 16bits. At work, I am using a wireless connection

Re: Need help on configuring laptop-net

2003-08-22 Thread Thomas Hood
> What I expect is a tool able to set the WHOLE laptop > configuration according to the current environment. > > For example, at home I use my wired network with a Xinerama'd > Xsession in 16bits. At work, I am using a wireless connection > and no Xinerama. My printers are different, etc... Ifupdo

Re: Need help on configuring laptop-net

2003-08-21 Thread Thomas Hood
> What I expect is a tool able to set the WHOLE laptop > configuration according to the current environment. > > For example, at home I use my wired network with a Xinerama'd > Xsession in 16bits. At work, I am using a wireless connection > and no Xinerama. My printers are different, etc... Ifupdo

Re: Need help on configuring laptop-net

2003-08-21 Thread Manolis Tzanidakis
[20030821] Xavier Maillard <[EMAIL PROTECTED]> wrote: > > Wow it seems quite interesting even if it only does partialy what I > want ;) What I expect is a tool able to set the WHOLE laptop > configuration according to the current environment. > > For example, at home I use my wired network with

Re: Need help on configuring laptop-net

2003-08-21 Thread Thomas Hood
Xavier Maillard wrote: > Anybpdy can help me to configure it please? Get the laptop-net-doc package. For an alternative autoconfigurer, look at ifupdown-roam. http://panopticon.csustan.edu/thood/ifupdown-roam.html -- Thomas Hood

Re: Need help on configuring laptop-net

2003-08-21 Thread Manolis Tzanidakis
[20030821] Xavier Maillard <[EMAIL PROTECTED]> wrote: > > Wow it seems quite interesting even if it only does partialy what I > want ;) What I expect is a tool able to set the WHOLE laptop > configuration according to the current environment. > > For example, at home I use my wired network with

Re: Need help on configuring laptop-net

2003-08-21 Thread Xavier Maillard
Thomas Hood <[EMAIL PROTECTED]> writes: Xavier Maillard wrote: > > Anybpdy can help me to configure it please? > > Get the laptop-net-doc package. What do you think I did ? :) I have already fetched it and read the doc but with no result ;) > For an alternative autoconfigurer, look at ifup

Re: Need help on configuring laptop-net

2003-08-21 Thread Thomas Hood
Xavier Maillard wrote: > Anybpdy can help me to configure it please? Get the laptop-net-doc package. For an alternative autoconfigurer, look at ifupdown-roam. http://panopticon.csustan.edu/thood/ifupdown-roam.html -- Thomas Hood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: Need help on configuring laptop-net

2003-08-21 Thread Xavier Maillard
Thomas Hood <[EMAIL PROTECTED]> writes: Xavier Maillard wrote: > > Anybpdy can help me to configure it please? > > Get the laptop-net-doc package. What do you think I did ? :) I have already fetched it and read the doc but with no result ;) > For an alternative autoconfigurer, look at ifup

Re: Need Help

2003-07-23 Thread Joakim Nordberg
> If we are in a Debian list, do it the Debian way :) Agree! Joakim Nordberg

Re: Need Help

2003-07-23 Thread Gabor FLEISCHER
And if you want your sript to work for acpi and apm too, than depend on powermgmt-base debian package, and use /usr/bin/on_ac_power. If we are in a Debian list, do it the Debian way :) Gavriel

Re: Need Help

2003-07-23 Thread Christian Schaefer
Dharmen Dhulla wrote: I am working on a Installation program. I need to run that program on Laptop only if it is on power mode and terminate it if it is on Battery mode. How can I detect the mode of Laptop in VC++. On acpi: cat /proc/acpi/ac_adapter/AC/state bye chris

Re: Need Help

2003-07-23 Thread joakim
plz do not send posts to lists in html format. to answer your question on how to find battery status do # cat /proc/apm reagards, Joakim Nordberg > Hi, > > I am working on a Installation program. > I need to run that program on Laptop only if it is on power mode and > terminate it if it is on Ba

Re: Need Help

2003-07-23 Thread Joakim Nordberg
> If we are in a Debian list, do it the Debian way :) Agree! Joakim Nordberg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Need Help

2003-07-23 Thread Gabor FLEISCHER
And if you want your sript to work for acpi and apm too, than depend on powermgmt-base debian package, and use /usr/bin/on_ac_power. If we are in a Debian list, do it the Debian way :) Gavriel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: Need Help

2003-07-23 Thread Christian Schaefer
Dharmen Dhulla wrote: I am working on a Installation program. I need to run that program on Laptop only if it is on power mode and terminate it if it is on Battery mode. How can I detect the mode of Laptop in VC++. On acpi: cat /proc/acpi/ac_adapter/AC/state bye chris -- To UNSUBSCRIBE, email to [

Re: Need Help

2003-07-23 Thread joakim
plz do not send posts to lists in html format. to answer your question on how to find battery status do # cat /proc/apm reagards, Joakim Nordberg > Hi, > > I am working on a Installation program. > I need to run that program on Laptop only if it is on power mode and > terminate it if it is on Ba

Re: Need help configuring wlan - Belkin F5D6020Y PC-card-Problem solved

2003-04-29 Thread Thomas Nyman
Hi I downloaded new firmware for my ap (Netgear ME102) and then automagically it works, although some encryption settings have to be made manually. Thanks from all of those who posted replies. THomas

Re: Need help configuring wlan - Belkin F5D6020Y PC-card

2003-04-28 Thread Thomas Nyman
Hi Maybe your card doesn't support an ESSID of "any"? unfortunately i get the same error if i give the MAC adress of the accesspoint KEY="YOUR KEY HERE restricted" How does one write the encryption key, i mean shoudl it be written 1234567 or should it be written 12-34-56-78, or perh

Re: Need help configuring wlan - Belkin F5D6020Y PC-card

2003-04-28 Thread Matthias Hentges
Hi Thomas. Am Mon, 2003-04-28 um 09.43 schrieb Thomas Nyman: > Hi everyone, > > I am running "sid" and have a netgear ME102 access point connected to my > nework hub. My network does not use dhcp, all ipadresses are static > adresses. The ME102 works fine with the Belkin F5D6020Y PC-card when

Re: Need help with Woody on Toshiba Libretto 70CT

2002-04-09 Thread Shyamal Prasad
"nick" == nickmessenger writes: nick> devices and some how I have installed support for IBM scsi nick> KD-7000 whatever that is, anyway it fails to locate this nick> piece of hardware and I think if I removed this it would nick> speed up the startup. When I startX I get a mes

Re: Need help with Woody on Toshiba Libretto 70CT

2002-04-09 Thread Shyamal Prasad
"nick" == nickmessenger writes: nick> devices and some how I have installed support for IBM scsi nick> KD-7000 whatever that is, anyway it fails to locate this nick> piece of hardware and I think if I removed this it would nick> speed up the startup. When I startX I get a me

Re: Need help with Woody on Toshiba Libretto 70CT

2002-04-09 Thread Johan Romin
On Tue, Apr 09, 2002 at 10:13:10AM +0100, Nick wrote: > I have Woody installed on my Toshiba Libretto 70CT notebook. I have > successfully setup the display and mouse works fine now, no problems there. > > My current issue is this notebook does not use any scsi devices and some how > I have inst

Re: Need help with Woody on Toshiba Libretto 70CT

2002-04-09 Thread Johan Romin
On Tue, Apr 09, 2002 at 10:13:10AM +0100, Nick wrote: > I have Woody installed on my Toshiba Libretto 70CT notebook. I have successfully >setup the display and mouse works fine now, no problems there. > > My current issue is this notebook does not use any scsi devices and some how I have >insta

Re: NEED HELP

2002-03-22 Thread Link
Well, for starters, hit the caps lock key on your keyboard (i think its stuck). Second, try providing us with more information than "ONE DAY IT JUST STOPPED WORKING." What kind of laptop you have, what kind of sound card, what kernel you're running, what version of Debian you run. Get the idea. We

Re: NEED HELP

2002-03-22 Thread Link
Well, for starters, hit the caps lock key on your keyboard (i think its stuck). Second, try providing us with more information than "ONE DAY IT JUST STOPPED WORKING." What kind of laptop you have, what kind of sound card, what kernel you're running, what version of Debian you run. Get the idea. We

Re: NEED HELP

2002-03-21 Thread Manfred Wassmann
[EMAIL PROTECTED] writes: > IM HAVING TROUBLE WITH THE SOUND ON MY PC ONE DAY IT JUST STOPPED WORKING > THE CRAZY THING IS I CAN HEAR THE SOUNDS WHEN IM CONNECTING ON TO AOL AND > THAT S ALL I CAN HEAR. PS PLEASE HELP ME I F YOU CAN. > > THANKS You're kidding! Why would you be shouting

Re: NEED HELP

2002-03-21 Thread Manfred Wassmann
[EMAIL PROTECTED] writes: > IM HAVING TROUBLE WITH THE SOUND ON MY PC ONE DAY IT JUST STOPPED WORKING > THE CRAZY THING IS I CAN HEAR THE SOUNDS WHEN IM CONNECTING ON TO AOL AND > THAT S ALL I CAN HEAR. PS PLEASE HELP ME I F YOU CAN. > > THANKS You're kidding! Why would you be shouting

Re: NEED HELP

2002-03-21 Thread Joris
On Thu, Mar 21, 2002 at 02:06:23PM -0500, [EMAIL PROTECTED] wrote: > IM HAVING TROUBLE WITH THE SOUND ON MY PC ONE DAY IT JUST STOPPED WORKING > THE CRAZY THING IS I CAN HEAR THE SOUNDS WHEN IM CONNECTING ON TO AOL AND > THAT S ALL I CAN HEAR. PS PLEASE HELP ME I F YOU CAN. > > THANKS I wa

Re: NEED HELP

2002-03-21 Thread Joris
On Thu, Mar 21, 2002 at 02:06:23PM -0500, [EMAIL PROTECTED] wrote: > IM HAVING TROUBLE WITH THE SOUND ON MY PC ONE DAY IT JUST STOPPED WORKING > THE CRAZY THING IS I CAN HEAR THE SOUNDS WHEN IM CONNECTING ON TO AOL AND > THAT S ALL I CAN HEAR. PS PLEASE HELP ME I F YOU CAN. > > THANKS I w