Re: creating symlinks in /proc

2005-11-05 Thread Simo Kauppi
On Fri, Nov 04, 2005 at 02:33:33PM +0100, Jörg Schütter wrote: > Hi > > Is there a way to create symlinks in /proc? > I'm renaming my network interfaces w/ udev rules, so the name of > my wireless-card becomes eth_wlan. Kismet tries to find a file in > /proc/drivers/aironet/eth_wlan, but this dire

creating symlinks in /proc

2005-11-04 Thread Jörg Schütter
Hi Is there a way to create symlinks in /proc? I'm renaming my network interfaces w/ udev rules, so the name of my wireless-card becomes eth_wlan. Kismet tries to find a file in /proc/drivers/aironet/eth_wlan, but this directory does not exist but /proc/drivers/aironet/eth0 does exist. I assume th