(In reply to comment #6)
> I added the new gelic wireless driver to the kernels here:
>
>
http://koji.fedoraproject.org/koji/taskinfo?taskID=497538
>
> Unfortunately Koji thinks the build failed due to an internal error, but in
> fact the rpms are all available at the URL above. Please give those (or some
> later F8 kernel) a try -- do they make the wireless work for you?
It works, though some care is needed as below.
* Your access point must allow 'ANY' connections.
* udev assigns an unexpected name 'eth1_renamed' to the wireless because PS3
shares MAC address between the wireless and the ether.
There is workaround for this problem.
a. Remove /etc/udev/rules.d/70-persistent-net.rules and add the following
rule to /etc/udev/rules.d/75-persistent-net-generator.rules:
DRIVERS=="ps3_gelic_driver", GOTO="persistent_net_generator_end"
or,
b. Replace contents of /etc/udev/rules.d/70-persistent-net.rules with
the following two explicit rules:
SUBSYSTEM=="net", TEST!="wireless", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{type}=="1", NAME="eth0"
SUBSYSTEM=="net", TEST=="wireless", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{type}=="1", NAME="eth1"
(the place holder xx:xx:xx:xx:xx:xx should be your MAC address)
I tried the following sequence:
[root@localhost ~]# iwconfig eth1 key xxxxxxxxxxxxxxxxxxxxxxxxxx
[root@localhost ~]# iwconfig eth1 essid yyyyyyyy
[root@localhost ~]# ifconfig eth1 inet nnn.nnn.nnn.nnn
http://koji.fedoraproject.org/koji/rpminfo?rpmID=489851
le nouveau driver wifi est integre dans le noyau
mais je n ai pas reussi à le faire fonctionner
l interface change de nom bizarrement....:hammer::hammer:
de wlan0 en wlan0_rename
je ne comprends rien au rapport de bugzilla
system-config-network est bien operationnel
il detecte bien l interface
les depots koji existe et il se vente je crois d une pleine compatibilite avec yum
comment faire pour les actives dans la config de yum?
merci de vos reponses
/*je suis dans mon appart devant ma play 3 60gb et mon hdmi de 26 pouces*/