Re: Network on bootup
[EMAIL PROTECTED] wrote: Hi there, I run sid on my aged Panasonic Toughbook which has Xircom PCMCIA network card. Somehow I can not get the network card boot up properly so the interface is available after booting the machine. When I login as root and do: # /etc/init.d/networking stop; /etc/init.d/networking start everything is available as it should be. My /etc/network/interfaces looks like this: -- auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.250 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 -- Any ideas out there how to get it boot up properly? sure. edit /etc/pcmcia/network.opts to configure pcmcia-cards. -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PCMCIA cardbus card, Cirrus CL-PD6729 and i82365 module
Lawrence Lee wrote: I can not get linux to detect my PCMCIA ethernet card. I have a Fujitsu Lifebook 420D laptop and the PCMCIA controller is a Cirrus CL-PD6729. The PCMCIA card is a 3Com Megahertz 3CXFE575CT, it is a cardbus card and not an ISA card. Is this specific card and this specific controller conflicting? Sorry, but the CL-PD6729 is not a CardBus controller. You can only use 16bit cards. The 3CXFE575CT is 32bits wide. -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 8600 ACPI doesn't like the BIOS
Jochen Becker schrieb: hello helen you have to fix your acpi dsdt table and patching your kernel see on acpi.sf.net you can get there a fixed dsdt table and the kernel patch Hello Jochen, is it possible to use a fixed dsdt with kernel 2.6.3? On acpi.sf.net you can only find any hint howto proceed to do this with kernel 2.4.x. I fixed the dsdt of my Toshiba Satellite 3000-514, but i don't know what i have to do to test it... :( -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 8600 ACPI doesn't like the BIOS
Jochen Becker schrieb: i also had an tosh 3000-514 with an fixed acpi dsdt table in kernel 2.4 an it works fine you can see it by loading the acpi kernel modules and having an working battery status and processor powermanagment i could not test the 2.6.3 with it because i sold my notebook before realeasing the kernel I did it! Simply proceed as if you are working with a newer kernel v2.4. Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ACPI problem: replacing dsdt broken table with kernel 2.6.3
Riccardo Gusso schrieb: I also haven't understood if with the sources of 2.6.3 obtained from the debian package (in sid) kernel-source-2.6.3 the patch acpi-20040211-2.6.3.diff is necessary. Any suggestion? try this: patch -p0 < osl.diff -- Greetings Bjoern Schmidt diff -urN linux-2.6.3.orig/drivers/acpi/osl.c linux-2.6.3/drivers/acpi/osl.c --- linux-2.6.3.orig/drivers/acpi/osl.c 2004-02-18 04:59:12.0 +0100 +++ linux-2.6.3/drivers/acpi/osl.c 2004-03-07 17:11:37.0 +0100 @@ -42,7 +42,7 @@ #include #include - +#include "dsdt.hex" #define _COMPONENT ACPI_OS_SERVICES ACPI_MODULE_NAME ("osl") @@ -229,7 +229,11 @@ if (!existing_table || !new_table) return AE_BAD_PARAMETER; - *new_table = NULL; + if (strncmp(existing_table->signature, AmlCode, 4)) + *new_table = NULL; + else + *new_table = (struct acpi_table_header *)AmlCode; + return AE_OK; }
Re: Problems with apm at custom kernel on Inspiron 7500
Kai Klesatschke schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Nicolas, thx for responding that quickly. ACPI is not set, because the Bios ist to old. If I set ACPI it says "Bios older than 2000, ACPI disabled" or something like this. Therefor I didn't set up ACPI the last times I builded my kernels. The Problem with the Dell extension is that they are for Inspiron 8x but I set them. May I post a copy of my kernel config? The dmesg output with enabled acpi ( kernel & BIOS if avail. ) would be more helpful. -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Abwesenheitsnotiz: Mail Delivery failure (bettina.kuehnhenrich@t- com.net)
Kuehnhenrich, Bettina schrieb: Ich bin ab dem 12.09.2003 auf absehbarer Zeit nicht mehr zu erreichen In dringenden Fällen bitte anrufen unter 0251/900 9350, Teamleiterin Fr. Nork, CC BO 35 Was wäre eigentlich wenn ich der Dame eine Mail mit gefälschter Adresse von jemand anderem sende der auch eine Abwesenheitsnotiz hat? Endlosschleife => eMailserver-tot? Oder sind diese Mails bewusste SPAMs? -- Mit freundlichen Gruessen Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Vacation notices
Tobias Wolter schrieb: Firstly, debian-laptop is primarily an English language mailing list, so please speak English if possible. Sorry. Wrong list... -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Vacation notices
Lukas Ruf schrieb: Was wäre eigentlich wenn ich der Dame eine Mail mit gefälschter Adresse von jemand anderem sende der auch eine Abwesenheitsnotiz hat? Endlosschleife => eMailserver-tot? Oder sind diese Mails bewusste SPAMs? against stupid users, no one could do anything real! ??? My question - in english - was: If i send an eMail with a falsified senders adress ( who has vacation notices enabled ) to a recipient who has vacation notices enabled too, would that lead to an endless loop between this 2 Mailservers? That could be used to DoS 2 Mailserver with only 5 or 6 eMail and i want to know if i have to do something to avoid that this could be used to DoS MY Mailserver... I know that this is the wrong list for those questions, it was an 'accident' that i posted them to this list. Although, my Mailserver is an armada 1700... :) -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Vacation notices
Bjoern Schmidt schrieb: My question - in english - was: If i send an eMail with a falsified senders adress ( who has vacation notices enabled ) to a recipient who has vacation notices enabled too, would that lead to an endless loop between this 2 Mailservers? That could be used to DoS 2 Mailserver with only 5 or 6 eMail and i want to know if i have to do something to avoid that this could be used to DoS MY Mailserver... I know that this is the wrong list for those questions, it was an 'accident' that i posted them to this list. Although, my Mailserver is an armada 1700... :) I have the answer. In sieve there is the parameter days: (vacation :days) which defaults to 7 if missing. ==> no endless loop. -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Unidentified subject!
[EMAIL PROTECTED] schrieb: christina demytrk wrote: hello- i lost all the books to my laptop and want to knoe if i have cd burner in it i have a dell latitiude. thanx christina Ask the person you stole it from. or the fence you bought it from. Or try to burn a rom... -- Greetings Bjoern Schmidt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Network on bootup
[EMAIL PROTECTED] wrote: Hi there, I run sid on my aged Panasonic Toughbook which has Xircom PCMCIA network card. Somehow I can not get the network card boot up properly so the interface is available after booting the machine. When I login as root and do: # /etc/init.d/networking stop; /etc/init.d/networking start everything is available as it should be. My /etc/network/interfaces looks like this: -- auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.250 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 -- Any ideas out there how to get it boot up properly? sure. edit /etc/pcmcia/network.opts to configure pcmcia-cards. -- Greetings Bjoern Schmidt
Re: PCMCIA cardbus card, Cirrus CL-PD6729 and i82365 module
Lawrence Lee wrote: I can not get linux to detect my PCMCIA ethernet card. I have a Fujitsu Lifebook 420D laptop and the PCMCIA controller is a Cirrus CL-PD6729. The PCMCIA card is a 3Com Megahertz 3CXFE575CT, it is a cardbus card and not an ISA card. Is this specific card and this specific controller conflicting? Sorry, but the CL-PD6729 is not a CardBus controller. You can only use 16bit cards. The 3CXFE575CT is 32bits wide. -- Greetings Bjoern Schmidt
Re: Dell Inspiron 8600 ACPI doesn't like the BIOS
Jochen Becker schrieb: hello helen you have to fix your acpi dsdt table and patching your kernel see on acpi.sf.net you can get there a fixed dsdt table and the kernel patch Hello Jochen, is it possible to use a fixed dsdt with kernel 2.6.3? On acpi.sf.net you can only find any hint howto proceed to do this with kernel 2.4.x. I fixed the dsdt of my Toshiba Satellite 3000-514, but i don't know what i have to do to test it... :( -- Greetings Bjoern Schmidt
Re: Dell Inspiron 8600 ACPI doesn't like the BIOS
Jochen Becker schrieb: i also had an tosh 3000-514 with an fixed acpi dsdt table in kernel 2.4 an it works fine you can see it by loading the acpi kernel modules and having an working battery status and processor powermanagment i could not test the 2.6.3 with it because i sold my notebook before realeasing the kernel I did it! Simply proceed as if you are working with a newer kernel v2.4. Greetings Bjoern Schmidt
Re: ACPI problem: replacing dsdt broken table with kernel 2.6.3
Riccardo Gusso schrieb: I also haven't understood if with the sources of 2.6.3 obtained from the debian package (in sid) kernel-source-2.6.3 the patch acpi-20040211-2.6.3.diff is necessary. Any suggestion? try this: patch -p0 < osl.diff -- Greetings Bjoern Schmidt diff -urN linux-2.6.3.orig/drivers/acpi/osl.c linux-2.6.3/drivers/acpi/osl.c --- linux-2.6.3.orig/drivers/acpi/osl.c 2004-02-18 04:59:12.0 +0100 +++ linux-2.6.3/drivers/acpi/osl.c 2004-03-07 17:11:37.0 +0100 @@ -42,7 +42,7 @@ #include #include - +#include "dsdt.hex" #define _COMPONENT ACPI_OS_SERVICES ACPI_MODULE_NAME ("osl") @@ -229,7 +229,11 @@ if (!existing_table || !new_table) return AE_BAD_PARAMETER; - *new_table = NULL; + if (strncmp(existing_table->signature, AmlCode, 4)) + *new_table = NULL; + else + *new_table = (struct acpi_table_header *)AmlCode; + return AE_OK; }
Re: Problems with apm at custom kernel on Inspiron 7500
Kai Klesatschke schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Nicolas, thx for responding that quickly. ACPI is not set, because the Bios ist to old. If I set ACPI it says "Bios older than 2000, ACPI disabled" or something like this. Therefor I didn't set up ACPI the last times I builded my kernels. The Problem with the Dell extension is that they are for Inspiron 8x but I set them. May I post a copy of my kernel config? The dmesg output with enabled acpi ( kernel & BIOS if avail. ) would be more helpful. -- Greetings Bjoern Schmidt
Re: Abwesenheitsnotiz: Mail Delivery failure (bettina.kuehnhenrich@t- com.net)
Kuehnhenrich, Bettina schrieb: Ich bin ab dem 12.09.2003 auf absehbarer Zeit nicht mehr zu erreichen In dringenden Fällen bitte anrufen unter 0251/900 9350, Teamleiterin Fr. Nork, CC BO 35 Was wäre eigentlich wenn ich der Dame eine Mail mit gefälschter Adresse von jemand anderem sende der auch eine Abwesenheitsnotiz hat? Endlosschleife => eMailserver-tot? Oder sind diese Mails bewusste SPAMs? -- Mit freundlichen Gruessen Bjoern Schmidt
Re: Vacation notices
Tobias Wolter schrieb: Firstly, debian-laptop is primarily an English language mailing list, so please speak English if possible. Sorry. Wrong list... -- Greetings Bjoern Schmidt
Re: Vacation notices
Lukas Ruf schrieb: Was wäre eigentlich wenn ich der Dame eine Mail mit gefälschter Adresse von jemand anderem sende der auch eine Abwesenheitsnotiz hat? Endlosschleife => eMailserver-tot? Oder sind diese Mails bewusste SPAMs? against stupid users, no one could do anything real! ??? My question - in english - was: If i send an eMail with a falsified senders adress ( who has vacation notices enabled ) to a recipient who has vacation notices enabled too, would that lead to an endless loop between this 2 Mailservers? That could be used to DoS 2 Mailserver with only 5 or 6 eMail and i want to know if i have to do something to avoid that this could be used to DoS MY Mailserver... I know that this is the wrong list for those questions, it was an 'accident' that i posted them to this list. Although, my Mailserver is an armada 1700... :) -- Greetings Bjoern Schmidt
Re: Vacation notices
Bjoern Schmidt schrieb: My question - in english - was: If i send an eMail with a falsified senders adress ( who has vacation notices enabled ) to a recipient who has vacation notices enabled too, would that lead to an endless loop between this 2 Mailservers? That could be used to DoS 2 Mailserver with only 5 or 6 eMail and i want to know if i have to do something to avoid that this could be used to DoS MY Mailserver... I know that this is the wrong list for those questions, it was an 'accident' that i posted them to this list. Although, my Mailserver is an armada 1700... :) I have the answer. In sieve there is the parameter days: (vacation :days) which defaults to 7 if missing. ==> no endless loop. -- Greetings Bjoern Schmidt
Re: Unidentified subject!
[EMAIL PROTECTED] schrieb: christina demytrk wrote: hello- i lost all the books to my laptop and want to knoe if i have cd burner in it i have a dell latitiude. thanx christina Ask the person you stole it from. or the fence you bought it from. Or try to burn a rom... -- Greetings Bjoern Schmidt