Re: hotplug error at boot time

2004-04-27 Thread Alex Martin

** can't synthesize root hub events
The pci_hotplug kernel module talks to userspace /sbin/hotplug, which
uses the scripts that are grep'ed below.
I have this message, and it is benign.

Try this:

qaz:~# grep "synthesize pci" /etc/hotplug/*
/etc/hotplug/pci.rc:  echo "** can't synthesize pci hotplug events"
qaz:~#
The solution is in the hotplug init scripts somewhere, though I have not
investigated yet myself. If you find anything out, you should post back
here.
Regards,

Alex Martin
http://www.rettc.com
Two things from make menuconfig: (kernel 2.6.4)

"
CONFIG_HOTPLUG:
  ?
  ?
   ?
  ? Say Y here if you want to plug devices into your computer while
   ?
  ? the system is running, and be able to use them quickly.  In many
   ?
  ? cases, the devices can likewise be unplugged at any time too.
   ?
  ?
   ?
  ? One well known example of this is PCMCIA- or PC-cards, credit-card
   ?
  ? size devices such as network cards, modems or hard drives which are
  ?
  ? plugged into slots found on all modern laptop computers.  Another
   ?
  ? example, used on modern desktops as well as laptops, is USB.
   ?
  ?
   ?
  ? Enable HOTPLUG and KMOD, and build a modular kernel.  Get agent
   ?
  ? software (at ) and install
it. ?
  ? Then your kernel will automatically call out to a user mode "policy
  ?
  ? agent" (/sbin/hotplug) to load modules and set up software needed
   ?
  ? to use devices as you hotplug them.
"


"
CONFIG_HOTPLUG_PCI:
  ?
  ?
   ?
  ? Say Y here if you have a motherboard with a PCI Hotplug controller.
  ?
  ? This allows you to add and remove PCI cards while the machine is
   ?
  ? powered up and running.  The file system pcihpfs must be mounted
   ?
  ? in order to interact with any PCI Hotplug controllers.
   ?
  ?
   ?
  ? To compile this driver as a module, choose M here: the
   ?
  ? module will be called pci_hotplug.
   ?
  ?
   ?
  ? When in doubt, say N.
"




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


Re: hotplug error at boot time

2004-04-27 Thread Cristian Ionescu-Idbohrn
On Tue, 27 Apr 2004, Miky J wrote:

> I just want to tell the system to ignore eth1 as a
> hotplug.

Add to /etc/default/hotplug:

HOTPLUG_RC_net=no

(see function run_rcs in /etc/init.d/hotplug)


Cheers,
Cristian

-- 
A: Because we read from top to bottom, left to right.
Q: Why should i start my reply below the quoted text?


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



Re: hotplug error at boot time

2004-04-27 Thread Miky J
I tryed this solution but it didn't work.
Actually my Intel wireless card seems to be pci
when i added HOTPLUG_RC_pci=no I couldn't have my card
working anymore
With HOTPLUG_RC_net=no

Starting hotplug subsystem:
   input
   pci
 ignore pci display device on 01:00.0
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
0.41
ipw2100: Copyright(c) 2003-2004 Intel Corporation
Detected ipw2100 PCI device at :02:0a.0, dev:
eth1, mem:
0xC2005000-0xC2005FFF -> e08e6000, irq: 11
Setting up IP spoofing protection: rp_filter.
Ignoring unknown interface eth1=hotplug.
 ipw2100: loaded sucessfully


Any ideas ?

 --- Cristian Ionescu-Idbohrn
<[EMAIL PROTECTED]> a écrit : > On
Tue, 27 Apr 2004, Miky J wrote:
> 
> > I just want to tell the system to ignore eth1 as a
> > hotplug.
> 
> Add to /etc/default/hotplug:
> 
> HOTPLUG_RC_net=no
> 
> (see function run_rcs in /etc/init.d/hotplug)
> 
> 
> Cheers,
> Cristian
> 
> -- 
> A: Because we read from top to bottom, left to
> right.
> Q: Why should i start my reply below the quoted
> text?
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>  






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com


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



unsubscribe

2004-04-27 Thread HOST user


--
host.sk (http://www.host.sk)
free webhosting - unlimited disk space, php, mysql, shell, no ads.


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



Re: gdm problem - no sessions

2004-04-27 Thread linux.eqed
On Sat, 2004-04-03 at 00:59, Marcel Gschwandl wrote:
> The Problem is that /etc/gdm/Sessions/* aren't read anymore, from now on
> sessionfiles should go into /etc/dm/Sessions/ (but as far as I can see
> part of them go into /usr/share/xsessions/. At least gnome.desktop did)
> So you'll have to wait untill all Packages, providing some sessionfile,
> got updated to use the new path and the new fileformat (*.desktop).
> 
> I read that it is possible to use the kdm sessionfiles in gdm but I
> can't remember where I read that. I believe it was some Debian bug
> report filed on gdm but as I said I'm not quite sure.
> 

I had the same problem, so I coppied /usr/share/apps/kdm/kde.desktop to
/usr/share/xsessions/

now KDE and Gnome are available in gdm.. 

Thanks, Steve.



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



SAV hat eine Verletzung in einem Ihrer Dokumente festgestellt.

2004-04-27 Thread m . luckhaus
Wenden Sie sich an den Systemadministrator.


Das geprüfte Dokument wurde ISOLIERT.


Informationen zur Infizierung:
Der Anhang encrypted_msg01.txt
.pif enthielt den Virus [EMAIL PROTECTED] und konnte NICHT repariert werden.




RE: hotplug error at boot time

2004-04-27 Thread Broughton, Derek

Miky J wrote:
> Sent: April 27, 2004 8:36 AM
> 
> I tryed this solution but it didn't work.
> Actually my Intel wireless card seems to be pci
> when i added HOTPLUG_RC_pci=no I couldn't have my card
> working anymore
> With HOTPLUG_RC_net=no
> 
> Starting hotplug subsystem:
>input
>pci
>  ignore pci display device on 01:00.0
> ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
> 0.41
> ipw2100: Copyright(c) 2003-2004 Intel Corporation
> Detected ipw2100 PCI device at :02:0a.0, dev:
> eth1, mem:
> 0xC2005000-0xC2005FFF -> e08e6000, irq: 11
> Setting up IP spoofing protection: rp_filter.
> Ignoring unknown interface eth1=hotplug.
>  ipw2100: loaded sucessfully
> 
> 
> Any ideas ?

You were given the answer.  Do you expect somebody else to do the work?

Look at /etc/network/interfaces.  Look for hotplug.  Use common sense.


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



Thank you for your enquiry to PortugalCars.co.uk

2004-04-27 Thread enquiry
Dear Portugal-Cars.co.uk customer,

Your details were transmitted with success.

We will be responding your enquiry as soon as possible and we hope we can give you a 
valuable service on car rental.

We hope you enjoy Portugal driving one PortugalCars car.

Best regards,

The
PortugalCars.co.uk
Team


(This message was generated automaticly and sent only by correct
transmission of your details)


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



RE: hotplug error at boot time

2004-04-27 Thread Miky J
 --- "Broughton, Derek" <[EMAIL PROTECTED]>
a écrit : > 
> Miky J wrote:
> > Sent: April 27, 2004 8:36 AM
> > 
> > I tryed this solution but it didn't work.
> > Actually my Intel wireless card seems to be pci
> > when i added HOTPLUG_RC_pci=no I couldn't have my
> card
> > working anymore
> > With HOTPLUG_RC_net=no
> > 
> > Starting hotplug subsystem:
> >input
> >pci
> >  ignore pci display device on 01:00.0
> > ipw2100: Intel(R) PRO/Wireless 2100 Network
> Driver,
> > 0.41
> > ipw2100: Copyright(c) 2003-2004 Intel Corporation
> > Detected ipw2100 PCI device at :02:0a.0, dev:
> > eth1, mem:
> > 0xC2005000-0xC2005FFF -> e08e6000, irq: 11
> > Setting up IP spoofing protection: rp_filter.
> > Ignoring unknown interface eth1=hotplug.
> >  ipw2100: loaded sucessfully
> > 
> > 
> > Any ideas ?
> 
> You were given the answer.  Do you expect somebody
> else to do the work?
> 
> Look at /etc/network/interfaces.  Look for hotplug. 
> Use common sense.
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>  

I Have NO hotplug devices 
The only way to make my driver work was to add hotplug
support in my kernel, otherwise it just crashes.
I don't expect someone to do the work but after
numerous attempts, i'm asking on this list.

here's the /etc/network/interfaces file

auto eth1
#iface eth1 inet dhcp
iface eth1 inet static
address 192.168.0.21
netmask 255.255.255.0
network 192.168.0.0
broadcast 195.168.0.255
wireless_essid  NETGEAR
wireless_mode   Managed
#wireless_rate  auto
#wireless_channel   11
wireless_keys:lacle
wireless_nick   Laptop

Maybe the hotplug reacts because of "auto" but it
shouldn't or there might be a way to disable this behavior.






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com


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



Re: hotplug error at boot time

2004-04-27 Thread Zane Dodson
Hello,

On Tue, Apr 27, 2004 at 08:42:26PM +0200, Miky J wrote:
| 
| here's the /etc/network/interfaces file
| 
| auto eth1
| #iface eth1 inet dhcp
| iface eth1 inet static
| address 192.168.0.21
| netmask 255.255.255.0
| network 192.168.0.0
| broadcast 195.168.0.255
| wireless_essid  NETGEAR
| wireless_mode   Managed
| #wireless_rate  auto
| #wireless_channel   11
| wireless_keys:lacle
| wireless_nick   Laptop
|
| 

It looks like there is a typo in the broadcast address above.

Best regards,

-- 
Zane Dodson
[EMAIL PROTECTED]


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



Re: detecting ethernet connection

2004-04-27 Thread Andreas Stempfhuber
Hi all,

Am Montag, 26. April 2004 21:40 schrieb François TOURDE:
> Try "apt-get install ifplugd" ... A fantastic tool using run-parts
> to run on plug/unplug status.

very nice tool, it works also with WLAN (ndiswrapper), if the WLAN interface 
is already pre-configured with iwconfig.

Therefor my question is, is there a designed way to pre-configure a network 
interface without activating it?

My current workaround is to use the lo interface to pre-configure wlan0 in 
/etc/network/interfaces:

auto lo
iface lo inet loopback
pre-up iwconfig wlan0 mode ad-hoc essid afulinux
...

wlan0 has no auto statement and therefor is only activated by ifplugd if the 
HF part of the WLAN device is turned on (my notebook has a key to turn it on 
and off). This is working fine with my current configuration, but however, 
the configuration itself looks like a workaround for me...

Is there a designed way to configure things like this?

Regards,
Andreas



Watch These Videos And Learn How To Publish Your First Web Site!

2004-04-27 Thread James Maduk
Hi ,

I have a quick question for you...

Would you rather spend hours, weeks and months plowing through
a technical journal or paying an arm and a leg to a graphics
expert to get your first website built?

How about neither!

Why not simply watch VIDEOS?

I just finished putting together a new video product that I
wanted you to know about.  It's quite unique.

It's called "Build My First Web Site", and it gives you instant
access to Videos that are literally jam-packed with
just about everything you'd ever want to know about publishing
your very own web site.

You can check it out here:

=> http://www.BuildMyFirstWebSite.com

This is an easy way to learn.

Real easy!

So easy all you have to do is follow along. In fact, I start
from the absolute beginning. Follow the simple step-by-step
instructions and you can have your own web site up and published
in no time. In fact it can be done in minutes - if you follow
these videos!

Watch hours upon hours of pure solid instructions. This
is amazing.

There's no more frustration, guessing, confusion or trying to
figure it out all on your own with these videos. It's like I'm
right there showing you step-by-step exactly what steps to take
to publish your very own web site.


Over the last 5 years I've created hundreds of training Videos,
and "Build My First Web Site" is certainly an easy to use
package. 

See for yourself! 

Check this out:
=> http://www.BuildMyFirstWebSite.com


Expect The Best!
James Maduk

-
Full Contact Sales Systems
(613) 825-0651
[EMAIL PROTECTED]
-

If you wish to cancel your subscription, send an email to
the link below.

mailto:[EMAIL PROTECTED]



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



RE: hotplug error at boot time

2004-04-27 Thread Broughton, Derek

Miky J wrote:
>  --- "Broughton, Derek"  a écrit : > 
> > Miky J wrote:
> > > 
> > > I tryed this solution but it didn't work.
> > > Actually my Intel wireless card seems to be pci
> > > when i added HOTPLUG_RC_pci=no I couldn't have my
> > card
> > > working anymore
> > > With HOTPLUG_RC_net=no
> > > 
> > > Starting hotplug subsystem:
> > >input
> > >pci
> > >  ignore pci display device on 01:00.0
> > > ipw2100: Intel(R) PRO/Wireless 2100 Network
> > Driver,
> > > 0.41
> > > ipw2100: Copyright(c) 2003-2004 Intel Corporation
> > > Detected ipw2100 PCI device at :02:0a.0, dev:
> > > eth1, mem:
> > > 0xC2005000-0xC2005FFF -> e08e6000, irq: 11
> > > Setting up IP spoofing protection: rp_filter.
> > > Ignoring unknown interface eth1=hotplug.
> > 
> > You were given the answer.  Do you expect somebody
> > else to do the work?
> > 
> > Look at /etc/network/interfaces.  Look for hotplug. 
> > Use common sense.
> 
> I Have NO hotplug devices 

Sure you have hotplug devices.  You've demonstrated that turning 
off Hotplug for pci makes it stop working.

> The only way to make my driver work was to add hotplug
> support in my kernel, otherwise it just crashes.
> I don't expect someone to do the work but after
> numerous attempts, i'm asking on this list.
> 
> here's the /etc/network/interfaces file
> 
> auto eth1
> #iface eth1 inet dhcp
> iface eth1 inet static
...
> Maybe the hotplug reacts because of "auto" but it
> shouldn't or there might be a way to disable this behavior.

So google!  It didn't take me very long to find why hotplug handles the
"auto" device:

http://www.newsland.it/nr/article/linux.debian.devel/50512.html.

And what to do about it:

http://www.shallowsky.com/linux/networkSchemes.html
--
derek



help with X for dual head

2004-04-27 Thread Diego Enrique Rodriguez
Hi lists,
I have a compaq laptop armada v300 with debian sarge, and I'm wanted to work with dual 
head and Xinerama.
The configuration of XFree is perfect with Xinerama but I don't know why is not 
funtionality?

my XF86Config-4 see in http://uvirtual.ean.edu.co/~derodriguez/XF86Config-4 

any idea

bye
Diego E. Rodriguez D.
Bogota Colombia


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



Re: hotplug error at boot time

2004-04-27 Thread Alex Martin
I must say that my debian boxes have not mention of hotplug anywhere.

Alex Martin
http://www.rettc.com
Broughton, Derek wrote:

Miky J wrote:

Sent: April 27, 2004 8:36 AM

I tryed this solution but it didn't work.
Actually my Intel wireless card seems to be pci
when i added HOTPLUG_RC_pci=no I couldn't have my card
working anymore
With HOTPLUG_RC_net=no
Starting hotplug subsystem:
  input
  pci
ignore pci display device on 01:00.0
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
0.41
ipw2100: Copyright(c) 2003-2004 Intel Corporation
Detected ipw2100 PCI device at :02:0a.0, dev:
eth1, mem:
0xC2005000-0xC2005FFF -> e08e6000, irq: 11
Setting up IP spoofing protection: rp_filter.
Ignoring unknown interface eth1=hotplug.
ipw2100: loaded sucessfully
Any ideas ?


You were given the answer.  Do you expect somebody else to do the work?

Look at /etc/network/interfaces.  Look for hotplug.  Use common sense.




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


Re: detecting ethernet connection

2004-04-27 Thread Jerome BENOIT
Hello,

have you tried its brother `waproamd' ?

hth,
Jerome
Andreas Stempfhuber wrote:
Hi all,

Am Montag, 26. April 2004 21:40 schrieb François TOURDE:

Try "apt-get install ifplugd" ... A fantastic tool using run-parts
to run on plug/unplug status.


very nice tool, it works also with WLAN (ndiswrapper), if the WLAN interface 
is already pre-configured with iwconfig.

Therefor my question is, is there a designed way to pre-configure a network 
interface without activating it?

My current workaround is to use the lo interface to pre-configure wlan0 in 
/etc/network/interfaces:

auto lo
iface lo inet loopback
pre-up iwconfig wlan0 mode ad-hoc essid afulinux
...
wlan0 has no auto statement and therefor is only activated by ifplugd if the 
HF part of the WLAN device is turned on (my notebook has a key to turn it on 
and off). This is working fine with my current configuration, but however, 
the configuration itself looks like a workaround for me...

Is there a designed way to configure things like this?

Regards,
Andreas


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


unsubscribe

2004-04-27 Thread Daniel Freire



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



Re: detecting ethernet connection

2004-04-27 Thread François TOURDE
Le 12535ième jour après Epoch,
Andreas Stempfhuber écrivait:

> Hi all,
>
> Am Montag, 26. April 2004 21:40 schrieb François TOURDE:
>> Try "apt-get install ifplugd" ... A fantastic tool using run-parts
>> to run on plug/unplug status.
>
> very nice tool, it works also with WLAN (ndiswrapper), if the WLAN interface 
> is already pre-configured with iwconfig.
>
> Therefor my question is, is there a designed way to pre-configure a network 
> interface without activating it?
>
> My current workaround is to use the lo interface to pre-configure wlan0 in 
> /etc/network/interfaces:
>
> auto lo
> iface lo inet loopback
> pre-up iwconfig wlan0 mode ad-hoc essid afulinux
>   ...
>
> wlan0 has no auto statement and therefor is only activated by ifplugd if the 
> HF part of the WLAN device is turned on (my notebook has a key to turn it on 
> and off). This is working fine with my current configuration, but however, 
> the configuration itself looks like a workaround for me...
>
> Is there a designed way to configure things like this?

I presume you can use a /etc/init.d/wlan script to do iwconfig, and
put something like:

iface wlan0 inet manual
up 
down ...

on your /etc/network/interfaces file 


-- 
I love you more than anything in this world.  I don't expect that will last.
-- Elvis Costello


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



Your EQUITY NEWS UPDATE For Wed, 28 Apr 2004 02:16:33 -0500

2004-04-27 Thread Rachel Ware
Subscriber 234357

Here is your EQUITY NEWS UPDATE - http://biz.yahoo.com/bw/040427/275287_1.html

Any questions, call me--Rachel Ware

If you got this by mistake, please inform us at [EMAIL PROTECTED]


Re: Problems using internal speakers on Inspiron 8600

2004-04-27 Thread Sascha Schnitzler

> You could perhaps try a different mixer - I've had, uhh, mixed
> results with alsamixer.  KMix seems to work better for me. 
> 
> Regards,
> Eric

It works :)

With KMix i could disable "External" - as suggested by Johan Groth.

Thanks everyone!

sascha


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Sound, framebuffer and keyboard problems with a Toshiba 2410

2004-04-27 Thread Cournapeau David

Hi there,

   I am a quite happy user of a toshiba 2410 under debian for more than 
a year now. Most things work quite well, but some don't, and I fail to 
see any way to resolve them on the internet.
   Mostly because of the great ACPI support, I am using a 2.6.4 kernel 
(standart sources from kernel.org, no patch). I have some problems, 
which can be annoying:


   - I am using alsa for the sound. But there seems to be a problem: 
when the kernel modprobe the modules, it says something like


" MC'97 1 converters and GPIO not ready (0xf200)
Apr 27 08:54:05 gabou-laptop kernel: intel8x0_measure_ac97_clock: 
measured 49419 usecs

Apr 27 08:54:05 gabou-laptop kernel: intel8x0: clocking to 48000"

Does someone know what the first line means ?

   - I am trying to use the framebuffer. I know it works, because when 
I tried a Gentoo, it booted in a nice 1024x768 console. Which modules do 
I have to use for that ? Last time I try nvidia.ko from the frame buffer 
modules directory, it stopped my laptop :( Can I use it with the 
binary-only driver ? (the open source driver seems to poorly support my 
chipset, which is a Geforce 4 for laptop)


   - I have a lot of messages like this one:

"Apr 27 09:19:25 gabou-laptop kernel: atkbd.c: Unknown key pressed 
(translated set 2, code 0x39 on isa0060/serio0).
Apr 27 09:19:25 gabou-laptop kernel: atkbd.c: Use 'setkeycodes 39 
' to make it known."


I know there is a problem with keyboard on Toshiba laptop, but didn't 
find anything useful on this error message, and if it appears while I am 
in a console (ie no in X), it can 'disable' the keyboard, which forces 
me to reboot the laptop :(


   Thank you very much,

   David



Re: hotplug error at boot time

2004-04-27 Thread Alex Martin


>>>** can't synthesize root hub events

The pci_hotplug kernel module talks to userspace /sbin/hotplug, which 
uses the scripts that are grep'ed below.


I have this message, and it is benign.

Try this:

qaz:~# grep "synthesize pci" /etc/hotplug/*
/etc/hotplug/pci.rc:  echo "** can't synthesize pci hotplug events"
qaz:~#

The solution is in the hotplug init scripts somewhere, though I have not 
investigated yet myself. If you find anything out, you should post back 
here.


Regards,

Alex Martin
http://www.rettc.com


Two things from make menuconfig: (kernel 2.6.4)

"
CONFIG_HOTPLUG: 
  ?
  ? 
   ?
  ? Say Y here if you want to plug devices into your computer while 
   ?
  ? the system is running, and be able to use them quickly.  In many 
   ?
  ? cases, the devices can likewise be unplugged at any time too. 
   ?
  ? 
   ?
  ? One well known example of this is PCMCIA- or PC-cards, credit-card 
   ?
  ? size devices such as network cards, modems or hard drives which are 
  ?
  ? plugged into slots found on all modern laptop computers.  Another 
   ?
  ? example, used on modern desktops as well as laptops, is USB. 
   ?
  ? 
   ?
  ? Enable HOTPLUG and KMOD, and build a modular kernel.  Get agent 
   ?
  ? software (at ) and install 
it. ?
  ? Then your kernel will automatically call out to a user mode "policy 
  ?
  ? agent" (/sbin/hotplug) to load modules and set up software needed 
   ?

  ? to use devices as you hotplug them.
"




"
CONFIG_HOTPLUG_PCI: 
  ?
  ? 
   ?
  ? Say Y here if you have a motherboard with a PCI Hotplug controller. 
  ?
  ? This allows you to add and remove PCI cards while the machine is 
   ?
  ? powered up and running.  The file system pcihpfs must be mounted 
   ?
  ? in order to interact with any PCI Hotplug controllers. 
   ?
  ? 
   ?
  ? To compile this driver as a module, choose M here: the 
   ?
  ? module will be called pci_hotplug. 
   ?
  ? 
   ?

  ? When in doubt, say N.
"





Re: hotplug error at boot time

2004-04-27 Thread Alex Martin



** can't synthesize root hub events


The pci_hotplug kernel module talks to userspace /sbin/hotplug, which
uses the scripts that are grep'ed below.

I have this message, and it is benign.

Try this:

qaz:~# grep "synthesize pci" /etc/hotplug/*
/etc/hotplug/pci.rc:  echo "** can't synthesize pci hotplug events"
qaz:~#

The solution is in the hotplug init scripts somewhere, though I have not
investigated yet myself. If you find anything out, you should post back
here.

Regards,

Alex Martin
http://www.rettc.com


Two things from make menuconfig: (kernel 2.6.4)

"
CONFIG_HOTPLUG:
  ?
  ?
   ?
  ? Say Y here if you want to plug devices into your computer while
   ?
  ? the system is running, and be able to use them quickly.  In many
   ?
  ? cases, the devices can likewise be unplugged at any time too.
   ?
  ?
   ?
  ? One well known example of this is PCMCIA- or PC-cards, credit-card
   ?
  ? size devices such as network cards, modems or hard drives which are
  ?
  ? plugged into slots found on all modern laptop computers.  Another
   ?
  ? example, used on modern desktops as well as laptops, is USB.
   ?
  ?
   ?
  ? Enable HOTPLUG and KMOD, and build a modular kernel.  Get agent
   ?
  ? software (at ) and install
it. ?
  ? Then your kernel will automatically call out to a user mode "policy
  ?
  ? agent" (/sbin/hotplug) to load modules and set up software needed
   ?
  ? to use devices as you hotplug them.
"




"
CONFIG_HOTPLUG_PCI:
  ?
  ?
   ?
  ? Say Y here if you have a motherboard with a PCI Hotplug controller.
  ?
  ? This allows you to add and remove PCI cards while the machine is
   ?
  ? powered up and running.  The file system pcihpfs must be mounted
   ?
  ? in order to interact with any PCI Hotplug controllers.
   ?
  ?
   ?
  ? To compile this driver as a module, choose M here: the
   ?
  ? module will be called pci_hotplug.
   ?
  ?
   ?
  ? When in doubt, say N.
"






Re: hotplug error at boot time

2004-04-27 Thread Cristian Ionescu-Idbohrn
On Tue, 27 Apr 2004, Miky J wrote:

> I just want to tell the system to ignore eth1 as a
> hotplug.

Add to /etc/default/hotplug:

HOTPLUG_RC_net=no

(see function run_rcs in /etc/init.d/hotplug)


Cheers,
Cristian

-- 
A: Because we read from top to bottom, left to right.
Q: Why should i start my reply below the quoted text?



Re: hotplug error at boot time

2004-04-27 Thread Miky J
I tryed this solution but it didn't work.
Actually my Intel wireless card seems to be pci
when i added HOTPLUG_RC_pci=no I couldn't have my card
working anymore
With HOTPLUG_RC_net=no

Starting hotplug subsystem:
   input
   pci
 ignore pci display device on 01:00.0
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
0.41
ipw2100: Copyright(c) 2003-2004 Intel Corporation
Detected ipw2100 PCI device at :02:0a.0, dev:
eth1, mem:
0xC2005000-0xC2005FFF -> e08e6000, irq: 11
Setting up IP spoofing protection: rp_filter.
Ignoring unknown interface eth1=hotplug.
 ipw2100: loaded sucessfully


Any ideas ?

 --- Cristian Ionescu-Idbohrn
<[EMAIL PROTECTED]> a écrit : > On
Tue, 27 Apr 2004, Miky J wrote:
> 
> > I just want to tell the system to ignore eth1 as a
> > hotplug.
> 
> Add to /etc/default/hotplug:
> 
> HOTPLUG_RC_net=no
> 
> (see function run_rcs in /etc/init.d/hotplug)
> 
> 
> Cheers,
> Cristian
> 
> -- 
> A: Because we read from top to bottom, left to
> right.
> Q: Why should i start my reply below the quoted
> text?
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>  






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com



unsubscribe

2004-04-27 Thread HOST user


--
host.sk (http://www.host.sk)
free webhosting - unlimited disk space, php, mysql, shell, no ads.



Re: gdm problem - no sessions

2004-04-27 Thread linux.eqed
On Sat, 2004-04-03 at 00:59, Marcel Gschwandl wrote:
> The Problem is that /etc/gdm/Sessions/* aren't read anymore, from now on
> sessionfiles should go into /etc/dm/Sessions/ (but as far as I can see
> part of them go into /usr/share/xsessions/. At least gnome.desktop did)
> So you'll have to wait untill all Packages, providing some sessionfile,
> got updated to use the new path and the new fileformat (*.desktop).
> 
> I read that it is possible to use the kdm sessionfiles in gdm but I
> can't remember where I read that. I believe it was some Debian bug
> report filed on gdm but as I said I'm not quite sure.
> 

I had the same problem, so I coppied /usr/share/apps/kdm/kde.desktop to
/usr/share/xsessions/

now KDE and Gnome are available in gdm.. 

Thanks, Steve.




SAV hat eine Verletzung in einem Ihrer Dokumente festgestellt.

2004-04-27 Thread m . luckhaus
Wenden Sie sich an den Systemadministrator.


Das geprüfte Dokument wurde ISOLIERT.


Informationen zur Infizierung:
Der Anhang encrypted_msg01.txt
.pif enthielt den Virus [EMAIL PROTECTED] und konnte NICHT repariert werden.




RE: hotplug error at boot time

2004-04-27 Thread Broughton, Derek

Miky J wrote:
> Sent: April 27, 2004 8:36 AM
> 
> I tryed this solution but it didn't work.
> Actually my Intel wireless card seems to be pci
> when i added HOTPLUG_RC_pci=no I couldn't have my card
> working anymore
> With HOTPLUG_RC_net=no
> 
> Starting hotplug subsystem:
>input
>pci
>  ignore pci display device on 01:00.0
> ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
> 0.41
> ipw2100: Copyright(c) 2003-2004 Intel Corporation
> Detected ipw2100 PCI device at :02:0a.0, dev:
> eth1, mem:
> 0xC2005000-0xC2005FFF -> e08e6000, irq: 11
> Setting up IP spoofing protection: rp_filter.
> Ignoring unknown interface eth1=hotplug.
>  ipw2100: loaded sucessfully
> 
> 
> Any ideas ?

You were given the answer.  Do you expect somebody else to do the work?

Look at /etc/network/interfaces.  Look for hotplug.  Use common sense.



Thank you for your enquiry to PortugalCars.co.uk

2004-04-27 Thread enquiry
Dear Portugal-Cars.co.uk customer,

Your details were transmitted with success.

We will be responding your enquiry as soon as possible and we hope we can give 
you a valuable service on car rental.

We hope you enjoy Portugal driving one PortugalCars car.

Best regards,

The
PortugalCars.co.uk
Team


(This message was generated automaticly and sent only by correct
transmission of your details)



RE: hotplug error at boot time

2004-04-27 Thread Miky J
 --- "Broughton, Derek" <[EMAIL PROTECTED]>
a écrit : > 
> Miky J wrote:
> > Sent: April 27, 2004 8:36 AM
> > 
> > I tryed this solution but it didn't work.
> > Actually my Intel wireless card seems to be pci
> > when i added HOTPLUG_RC_pci=no I couldn't have my
> card
> > working anymore
> > With HOTPLUG_RC_net=no
> > 
> > Starting hotplug subsystem:
> >input
> >pci
> >  ignore pci display device on 01:00.0
> > ipw2100: Intel(R) PRO/Wireless 2100 Network
> Driver,
> > 0.41
> > ipw2100: Copyright(c) 2003-2004 Intel Corporation
> > Detected ipw2100 PCI device at :02:0a.0, dev:
> > eth1, mem:
> > 0xC2005000-0xC2005FFF -> e08e6000, irq: 11
> > Setting up IP spoofing protection: rp_filter.
> > Ignoring unknown interface eth1=hotplug.
> >  ipw2100: loaded sucessfully
> > 
> > 
> > Any ideas ?
> 
> You were given the answer.  Do you expect somebody
> else to do the work?
> 
> Look at /etc/network/interfaces.  Look for hotplug. 
> Use common sense.
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>  

I Have NO hotplug devices 
The only way to make my driver work was to add hotplug
support in my kernel, otherwise it just crashes.
I don't expect someone to do the work but after
numerous attempts, i'm asking on this list.

here's the /etc/network/interfaces file

auto eth1
#iface eth1 inet dhcp
iface eth1 inet static
address 192.168.0.21
netmask 255.255.255.0
network 192.168.0.0
broadcast 195.168.0.255
wireless_essid  NETGEAR
wireless_mode   Managed
#wireless_rate  auto
#wireless_channel   11
wireless_keys:lacle
wireless_nick   Laptop

Maybe the hotplug reacts because of "auto" but it
shouldn't or there might be a way to disable this behavior.






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com



Re: hotplug error at boot time

2004-04-27 Thread Zane Dodson
Hello,

On Tue, Apr 27, 2004 at 08:42:26PM +0200, Miky J wrote:
| 
| here's the /etc/network/interfaces file
| 
| auto eth1
| #iface eth1 inet dhcp
| iface eth1 inet static
| address 192.168.0.21
| netmask 255.255.255.0
| network 192.168.0.0
| broadcast 195.168.0.255
| wireless_essid  NETGEAR
| wireless_mode   Managed
| #wireless_rate  auto
| #wireless_channel   11
| wireless_keys:lacle
| wireless_nick   Laptop
|
| 

It looks like there is a typo in the broadcast address above.

Best regards,

-- 
Zane Dodson
[EMAIL PROTECTED]



Re: detecting ethernet connection

2004-04-27 Thread Andreas Stempfhuber
Hi all,

Am Montag, 26. April 2004 21:40 schrieb François TOURDE:
> Try "apt-get install ifplugd" ... A fantastic tool using run-parts
> to run on plug/unplug status.

very nice tool, it works also with WLAN (ndiswrapper), if the WLAN interface 
is already pre-configured with iwconfig.

Therefor my question is, is there a designed way to pre-configure a network 
interface without activating it?

My current workaround is to use the lo interface to pre-configure wlan0 in 
/etc/network/interfaces:

auto lo
iface lo inet loopback
pre-up iwconfig wlan0 mode ad-hoc essid afulinux
...

wlan0 has no auto statement and therefor is only activated by ifplugd if the 
HF part of the WLAN device is turned on (my notebook has a key to turn it on 
and off). This is working fine with my current configuration, but however, 
the configuration itself looks like a workaround for me...

Is there a designed way to configure things like this?

Regards,
Andreas



Watch These Videos And Learn How To Publish Your First Web Site!

2004-04-27 Thread James Maduk
Hi ,

I have a quick question for you...

Would you rather spend hours, weeks and months plowing through
a technical journal or paying an arm and a leg to a graphics
expert to get your first website built?

How about neither!

Why not simply watch VIDEOS?

I just finished putting together a new video product that I
wanted you to know about.  It's quite unique.

It's called "Build My First Web Site", and it gives you instant
access to Videos that are literally jam-packed with
just about everything you'd ever want to know about publishing
your very own web site.

You can check it out here:

=> http://www.BuildMyFirstWebSite.com

This is an easy way to learn.

Real easy!

So easy all you have to do is follow along. In fact, I start
from the absolute beginning. Follow the simple step-by-step
instructions and you can have your own web site up and published
in no time. In fact it can be done in minutes - if you follow
these videos!

Watch hours upon hours of pure solid instructions. This
is amazing.

There's no more frustration, guessing, confusion or trying to
figure it out all on your own with these videos. It's like I'm
right there showing you step-by-step exactly what steps to take
to publish your very own web site.


Over the last 5 years I've created hundreds of training Videos,
and "Build My First Web Site" is certainly an easy to use
package. 

See for yourself! 

Check this out:
=> http://www.BuildMyFirstWebSite.com


Expect The Best!
James Maduk

-
Full Contact Sales Systems
(613) 825-0651
[EMAIL PROTECTED]
-

If you wish to cancel your subscription, send an email to
the link below.

mailto:[EMAIL PROTECTED]




RE: hotplug error at boot time

2004-04-27 Thread Broughton, Derek

Miky J wrote:
>  --- "Broughton, Derek"  a écrit : > 
> > Miky J wrote:
> > > 
> > > I tryed this solution but it didn't work.
> > > Actually my Intel wireless card seems to be pci
> > > when i added HOTPLUG_RC_pci=no I couldn't have my
> > card
> > > working anymore
> > > With HOTPLUG_RC_net=no
> > > 
> > > Starting hotplug subsystem:
> > >input
> > >pci
> > >  ignore pci display device on 01:00.0
> > > ipw2100: Intel(R) PRO/Wireless 2100 Network
> > Driver,
> > > 0.41
> > > ipw2100: Copyright(c) 2003-2004 Intel Corporation
> > > Detected ipw2100 PCI device at :02:0a.0, dev:
> > > eth1, mem:
> > > 0xC2005000-0xC2005FFF -> e08e6000, irq: 11
> > > Setting up IP spoofing protection: rp_filter.
> > > Ignoring unknown interface eth1=hotplug.
> > 
> > You were given the answer.  Do you expect somebody
> > else to do the work?
> > 
> > Look at /etc/network/interfaces.  Look for hotplug. 
> > Use common sense.
> 
> I Have NO hotplug devices 

Sure you have hotplug devices.  You've demonstrated that turning 
off Hotplug for pci makes it stop working.

> The only way to make my driver work was to add hotplug
> support in my kernel, otherwise it just crashes.
> I don't expect someone to do the work but after
> numerous attempts, i'm asking on this list.
> 
> here's the /etc/network/interfaces file
> 
> auto eth1
> #iface eth1 inet dhcp
> iface eth1 inet static
...
> Maybe the hotplug reacts because of "auto" but it
> shouldn't or there might be a way to disable this behavior.

So google!  It didn't take me very long to find why hotplug handles the
"auto" device:

http://www.newsland.it/nr/article/linux.debian.devel/50512.html.

And what to do about it:

http://www.shallowsky.com/linux/networkSchemes.html
--
derek



help with X for dual head

2004-04-27 Thread Diego Enrique Rodriguez
Hi lists,
I have a compaq laptop armada v300 with debian sarge, and I'm wanted to work 
with dual head and Xinerama.
The configuration of XFree is perfect with Xinerama but I don't know why is not 
funtionality?

my XF86Config-4 see in http://uvirtual.ean.edu.co/~derodriguez/XF86Config-4 

any idea

bye
Diego E. Rodriguez D.
Bogota Colombia



Re: hotplug error at boot time

2004-04-27 Thread Alex Martin


I must say that my debian boxes have not mention of hotplug anywhere.

Alex Martin
http://www.rettc.com


Broughton, Derek wrote:


Miky J wrote:


Sent: April 27, 2004 8:36 AM

I tryed this solution but it didn't work.
Actually my Intel wireless card seems to be pci
when i added HOTPLUG_RC_pci=no I couldn't have my card
working anymore
With HOTPLUG_RC_net=no

Starting hotplug subsystem:
  input
  pci
ignore pci display device on 01:00.0
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
0.41
ipw2100: Copyright(c) 2003-2004 Intel Corporation
Detected ipw2100 PCI device at :02:0a.0, dev:
eth1, mem:
0xC2005000-0xC2005FFF -> e08e6000, irq: 11
Setting up IP spoofing protection: rp_filter.
Ignoring unknown interface eth1=hotplug.
ipw2100: loaded sucessfully


Any ideas ?



You were given the answer.  Do you expect somebody else to do the work?

Look at /etc/network/interfaces.  Look for hotplug.  Use common sense.






Re: detecting ethernet connection

2004-04-27 Thread Jerome BENOIT

Hello,

have you tried its brother `waproamd' ?

hth,
Jerome

Andreas Stempfhuber wrote:

Hi all,

Am Montag, 26. April 2004 21:40 schrieb François TOURDE:


Try "apt-get install ifplugd" ... A fantastic tool using run-parts
to run on plug/unplug status.



very nice tool, it works also with WLAN (ndiswrapper), if the WLAN interface 
is already pre-configured with iwconfig.


Therefor my question is, is there a designed way to pre-configure a network 
interface without activating it?


My current workaround is to use the lo interface to pre-configure wlan0 in 
/etc/network/interfaces:


auto lo
iface lo inet loopback
pre-up iwconfig wlan0 mode ad-hoc essid afulinux
...

wlan0 has no auto statement and therefor is only activated by ifplugd if the 
HF part of the WLAN device is turned on (my notebook has a key to turn it on 
and off). This is working fine with my current configuration, but however, 
the configuration itself looks like a workaround for me...


Is there a designed way to configure things like this?

Regards,
Andreas





unsubscribe

2004-04-27 Thread Daniel Freire




Re: detecting ethernet connection

2004-04-27 Thread François TOURDE
Le 12535ième jour après Epoch,
Andreas Stempfhuber écrivait:

> Hi all,
>
> Am Montag, 26. April 2004 21:40 schrieb François TOURDE:
>> Try "apt-get install ifplugd" ... A fantastic tool using run-parts
>> to run on plug/unplug status.
>
> very nice tool, it works also with WLAN (ndiswrapper), if the WLAN interface 
> is already pre-configured with iwconfig.
>
> Therefor my question is, is there a designed way to pre-configure a network 
> interface without activating it?
>
> My current workaround is to use the lo interface to pre-configure wlan0 in 
> /etc/network/interfaces:
>
> auto lo
> iface lo inet loopback
> pre-up iwconfig wlan0 mode ad-hoc essid afulinux
>   ...
>
> wlan0 has no auto statement and therefor is only activated by ifplugd if the 
> HF part of the WLAN device is turned on (my notebook has a key to turn it on 
> and off). This is working fine with my current configuration, but however, 
> the configuration itself looks like a workaround for me...
>
> Is there a designed way to configure things like this?

I presume you can use a /etc/init.d/wlan script to do iwconfig, and
put something like:

iface wlan0 inet manual
up 
down ...

on your /etc/network/interfaces file 


-- 
I love you more than anything in this world.  I don't expect that will last.
-- Elvis Costello