Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Bug#414557: fails to create ath1 if ath0 is not present

 
   Soft32 Home -> Linux2 Arch -> Bugs Dist RSS
Next:  Bug#391020: kdebase-kio-plugins: Works for me  
Author Message
Uwe Kleine-König

External


Since: Dec 19, 2006
Posts: 8



(Msg. 1) Posted: Mon Mar 12, 2007 10:20 am
Post subject: Bug#414557: fails to create ath1 if ath0 is not present
Archived from groups: linux>debian>bugs>dist (more info?)

Package: madwifi-tools
Version: 1:0.9.2+dfsg-1
Severity: normal

Hello,

I'm not sure if that's a problem with madwifi-tools or the kernel
driver. FWIW, I using version 0.9.2+r1842.20061207-2 of the kernel
driver.

root@cepheus:~# ifconfig -a | grep ath
root@cepheus:~# wlanconfig ath1 create wlandev wifi0 wlanmode sta
ath1
root@cepheus:~# ifconfig -a | grep ath
ath0 Link encap:Ethernet HWaddr 00:11:xx:xx:xx:xx

So ath0 is created instead of ath1. This happens to jumble ifupdown.

Best regards
Uwe

-- System Information:
Debian Release: 4.0
APT prefers testing-proposed-updates
APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (300, 'unstable'), (1, 'proposed-updates'), (1, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-Cool

Versions of packages madwifi-tools depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries

Versions of packages madwifi-tools recommends:
ii madwifi-doc 1:0.9.2+r1842.20061207-2 documentation for the Multiband At
ii madwifi-source 1:0.9.2+r1842.20061207-2 source for the Multiband Atheros D

-- no debconf information

--
Uwe Kleine-König

http://www.google.com/search?q=square+root+of+2


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Kel Modderman

External


Since: Jan 01, 2007
Posts: 54



(Msg. 2) Posted: Mon Aug 27, 2007 9:47 am
Post subject: Bug#414557: fails to create ath1 if ath0 is not present [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 13 Mar 2007 12:11:40 am Uwe Kleine-König wrote:
> Package: madwifi-tools
> Version: 1:0.9.2+dfsg-1
> Severity: normal
>
> Hello,
>
> I'm not sure if that's a problem with madwifi-tools or the kernel
> driver. FWIW, I using version 0.9.2+r1842.20061207-2 of the kernel
> driver.
>
> root@cepheus:~# ifconfig -a | grep ath
> root@cepheus:~# wlanconfig ath1 create wlandev wifi0 wlanmode sta
> ath1
> root@cepheus:~# ifconfig -a | grep ath
> ath0 Link encap:Ethernet HWaddr 00:11:xx:xx:xx:xx
>
> So ath0 is created instead of ath1. This happens to jumble ifupdown.

I think this may be udev rules, check:

/etc/udev/rules.d/z25_persistent-net.rules

for rules with athX.

Thanks, Kel
Back to top
Login to vote
Uwe Kleine-König

External


Since: Dec 19, 2006
Posts: 8



(Msg. 3) Posted: Mon Aug 27, 2007 2:47 pm
Post subject: Bug#414557: fails to create ath1 if ath0 is not present [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Kel Modderman wrote:
> On Tue, 13 Mar 2007 12:11:40 am Uwe Kleine-König wrote:
> > Package: madwifi-tools
> > Version: 1:0.9.2+dfsg-1
> > Severity: normal
> >
> > Hello,
> >
> > I'm not sure if that's a problem with madwifi-tools or the kernel
> > driver. FWIW, I using version 0.9.2+r1842.20061207-2 of the kernel
> > driver.
> >
> > root@cepheus:~# ifconfig -a | grep ath
> > root@cepheus:~# wlanconfig ath1 create wlandev wifi0 wlanmode sta
> > ath1
> > root@cepheus:~# ifconfig -a | grep ath
> > ath0 Link encap:Ethernet HWaddr 00:11:xx:xx:xx:xx
> >
> > So ath0 is created instead of ath1. This happens to jumble ifupdown.
>
> I think this may be udev rules, check:
>
> /etc/udev/rules.d/z25_persistent-net.rules
>
> for rules with athX.
Currently I have:

# PCI device 0x168c:0x0013 (ath_pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:11:95:bb:42:d6", ATTRS{type}=="1", NAME="ath0"

# PCI device 0x168c:0x0013 (ath_pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="06:11:95:bb:42:d6", ATTRS{type}=="1", NAME="ath1"

# PCI device 0x168c:0x0013 (ath_pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="0a:11:95:bb:42:d6", ATTRS{type}=="1", NAME="ath2"

# PCI device 0x168c:0x0013 (ath_pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:04:0e:c4:82:3b", ATTRS{type}=="1", NAME="ath3"

But I cannot do further tests now, because I currently access the
machine via this device. For now I cannot even say if these lines where
already there when I reported the bug.

If your guess is right, do you have a suggestion how to fix the problem?
Is it an udev bug?

I will look into this issue later when I have physical access to the
machine again. Thanks for now.

Uwe

--
Uwe Kleine-König

Set the I_WANT_A_BROKEN_PS environment variable to force BSD syntax ...
-- manpage of procps


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Uwe Kleine-König

External


Since: Dec 19, 2006
Posts: 8



(Msg. 4) Posted: Tue Nov 20, 2007 4:50 pm
Post subject: Bug#414557: fails to create ath1 if ath0 is not present [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Uwe Kleine-König wrote:
> Hello,
>
> Kel Modderman wrote:
> > On Tue, 13 Mar 2007 12:11:40 am Uwe Kleine-König wrote:
> > > Package: madwifi-tools
> > > Version: 1:0.9.2+dfsg-1
> > > Severity: normal
> > >
> > > Hello,
> > >
> > > I'm not sure if that's a problem with madwifi-tools or the kernel
> > > driver. FWIW, I using version 0.9.2+r1842.20061207-2 of the kernel
> > > driver.
> > >
> > > root@cepheus:~# ifconfig -a | grep ath
> > > root@cepheus:~# wlanconfig ath1 create wlandev wifi0 wlanmode sta
> > > ath1
> > > root@cepheus:~# ifconfig -a | grep ath
> > > ath0 Link encap:Ethernet HWaddr 00:11:xx:xx:xx:xx
> > >
> > > So ath0 is created instead of ath1. This happens to jumble ifupdown.
> >
> > I think this may be udev rules, check:
> >
> > /etc/udev/rules.d/z25_persistent-net.rules
> >
> > for rules with athX.
> Currently I have:
>
> # PCI device 0x168c:0x0013 (ath_pci)
> SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:11:95:bb:42:d6", ATTRS{type}=="1", NAME="ath0"
>
> # PCI device 0x168c:0x0013 (ath_pci)
> SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="06:11:95:bb:42:d6", ATTRS{type}=="1", NAME="ath1"
>
> # PCI device 0x168c:0x0013 (ath_pci)
> SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="0a:11:95:bb:42:d6", ATTRS{type}=="1", NAME="ath2"
>
> # PCI device 0x168c:0x0013 (ath_pci)
> SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:04:0e:c4:82:3b", ATTRS{type}=="1", NAME="ath3"
>
> But I cannot do further tests now, because I currently access the
> machine via this device. For now I cannot even say if these lines where
> already there when I reported the bug.
>
> If your guess is right, do you have a suggestion how to fix the problem?
> Is it an udev bug?
>
> I will look into this issue later when I have physical access to the
> machine again. Thanks for now.
OK, finally I found the time to look into this issue again, sorry that
it took so long.

udevmonitor reports:

UEVENT[1195591531.029634] add@/class/net/ath1
UDEV [1195591531.030523] add@/class/net/ath0

That is your guess that udev is involved is correct.

Best regards
Uwe

--
Uwe Kleine-König

http://www.google.com/search?q=0+degree+Celsius+in+kelvin



--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Bug#407018: fop: fails to run when no X server present. - Package: fop Version: 1:0.20.5-5 Severity: normal When trying to run /usr/bin/fop on a server which currently has no ...

Bug#407531: reportbug: package name should be stripped off.. - Package: reportbug Version: 3.33 Followup-For: Bug #407531 ..

Bug#399889: Fails to create .wine directory - Package: wine Version: 0.9.25-1 Severity: important Wine fails to create the .wine directory, with the following..

Bug#419136: mkvmlinuz: fails to create vmlinuz - Package: mkvmlinuz Version: 33 Severity: important After installing linux-image-2.6.20-1-powerpc a vmlinuz kernel was....

Bug#409247: vtun fails to create /etc/rc*.d links - Package: vtun Version: 2.6-6 Severity: important An stupid error of mine in the maintainer scripts prevented the run o...

Bug#393123: Still present in 1.5.0.8-1; patch not present - found 393123 1.5.0.8-1 thanks 1.5.0.8-1 still has this bug; /usr/bin/thunderbird does not appear to include the fix..
       Soft32 Home -> Linux2 Arch -> Bugs Dist All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]