lebiaf
bonjour
ma question est trés courte:
Comment installer les sources correspondant à la version du noyau de ma F7
et les installer?
en effet je ne les vois nulle part
merci d'avance
Chacual
lebiaf31
merci beaucoup
je vais pouvoir essayer d'installer ndiswrapper 1.48
j'ai recupéré un driver windows à installer et dernier source ndiswrapper
je vais essayer de le compiler et puis le charger.
a+
Anvil
ndiswrapper est disponible sur rpm.livna.org.
lebiaf
merci pour l'info Anvil,je viens de le récuper
mais pour l'installer?
faut'il se mettre dans un répertoire particulier?
la commande ca doit etre # rpm ......qq chose comme ça ?
mais ca installe mon truc ou ?,ds quel repertoire?
ca fait du replace ?
excuses,les questions sont peut etre triviales mais je sort de xp...
Chacual
Salut,
Voici une petite mise en bouche sur la gestion des logiciels installés :
Sous Linux, tu n'as pas à choisir où vont être installés tes programmes.
Tu peux forcer l'utilisation d'un certain répertoire, mais il vaut mieux connaître un peu plus pour que ça te soit utile.
Donc quand tu installes quelque-chose, l'installateur (rpm ici) connaît les répertoires par défaut de ta machine et va ranger les composants au bon endroit sans que tu lui spécifies.
Ceci permet de simplifier la procédure d'installation mais a surtout un autre avantage : séparer les composants.
Exemple :
Windows : tu installes un logiciel avec l'installateur de Windows ; la première chose qu'il te demande c'est où tu veux installer le programme. Une fois que tu lui as dit ça, il va mettre tous les composants du programme dans ce répertoire et basta.
Linux : Aucun renseignement n'est demandé pour installer un programme car le système sait lui-même où chaque chose doit être rangée. Du coup, il sépare les composants pour les mettre chacun au bon endroit : les "exécutables" ou binaires seront par défaut dans /usr/local/bin ; les librairies partagées seront dans /usr/local/lib : les fichiers de config seront dans /etc ...
Avantage : Si tu veux lister des programmes, tu vas dans le répertoire des programmes et tu as tout (ou presque ...). Tu veux consulter la configuration de plusieurs logiciels qui marchent plus ou moins ensemble, tu regardes dans /etc ...
Inconvénient : Une fois le logiciel installé, on peut trouver des composants un peu partout, ce qui personnellement ne me plaît qu'à moitié. Mais de toute façon, le jour où tu veux désinstaller quelque-chose, le système sait où se trouve chaque composant et le supprime.
Espérant t'avoir éclairé ...
lebiaf
eh bien merci
c'est la première explication claire que je lis.
au moins ca m'éclairci un peu plus les idées.
enfin ,disons que je suis un peu moins à la rue...
mais avec le temps...
plus tard,j'aurais surement d'autres questions qui peut etre paraitont stupides,mais bon..
merci bien qd meme
a+
kwizart
@Chacal:
pour lister les fichiers d'un paquet rpm (n'est pas disponible pour une compilation manuelle)
rpm -ql ton_paquet.rpm
Je pense que ton explication est pertinente, il y aurait une documentation à faire sur les changements entre windows et linux
(mais bon c'est presque un livre à écrire !)
Refuznik
C'est la vieille différence entre win et linux, personnellement je ne baserais pas une doc là-dessus, mais plutôt pour un débutant/confirmer comment gérer vos programmes et comment linux les installes.
@Chacual, pour compléter l'installateur win n'installes pas seulement dans le répertoire donné, il installe aussi des petits bouts un peu partout (je ne parle même pas des raccourcis). Combien de fois vous trouver dans votre répertoire /Windows des désinstallateurs ou pas mal de trucs pas propre dans votre base de registres.
C'est tellement bordélique que souvent on a besoin de soft tiers pour faire le ménage (un très bon softs étant spybot). Souvent je dois faire le ménages sur des bécanes et pour prendre une boite bien connu conccurente (apple), ils en mettent partout (ithune, quicktime, etc...) dans tout les endroits.
lebiaf31
bon ,il était dit que ca devait encore coincer.
j'ai récupéré 2 rpm pour ndiswrapper mais ca veut pas s'installer!
[root@localhost ~]# cd /
[root@localhost /]# cd ./home/rpm
[root@localhost rpm]# rpm -Uvh *.rpm
erreur: Dépendances requises:
kmod-ndiswrapper-2.6.23-6.fc8 est nécessaire pour kmod-ndiswrapper-1.48-6.lvn8.i686
ndiswrapper-kmod >= 1.48 est nécessaire pour ndiswrapper-1.48-1.lvn8.i386
[root@localhost rpm]# ls
kmod-ndiswrapper-1.48-6.lvn8.i686.rpm ndiswrapper-1.48-1.lvn8.i386.rpm
[root@localhost rpm]#
j'ai pas pu trouver les versions identiques pour les 2 rpm et je ne sais pas quelle version de kmod-ndiswrapper choisir,ce que j'ai vu commencait à 1.48-2.....et supérieur mais pas de 1.48-1
enfin si le pbm viens de la...
des suggestions ?
lebiaf31
je m'apercois que la version de noyau est :
kernel-2.6.22-9-91.fc7
ndisvrapper 1.48.... est il compatible?
ou faut'il rester a la version 1.46.?.
opossum1er
Il est préférable de passer par yum pour installer tes paquets. Il va installer ce que tu souhaites et rajouter tout seul comme un grand les dépendences nécessaires. Dans ton cas, ndiswrapper est dispo sur le dépot livna :
http://rpm.livna.org/rlowiki/
Consultes également cette page très instructive :
http://doc.fedora-fr.org/wiki/YUM_:_Configuration_du_gestionnaire_de_paquets
lebiaf31
Oui je suis d'accord ,mais Yum ne me ramène que la version 1.46 de ndiswrapper
(en tout cas je sais pas trop m'en servir.)
Pour avoir la 1.48 de ndiswrapper,j'ai été obligé de récupérer le source ndiswrapper-1.48.tar.gz de la version 1.48 puis de le compiler.
dossier crée par exple: /home/systeme/ndiswrapper-1.48
j'ai été obligé pour cela de faire d'abord un:
#yum install kernel-devel -2.6.22.9-91.fc7 (mon noyau)
#yum install gcc kernel-devel -2.6.22.9-91.fc7
puis la compil:
cd /home/syteme/ndiswrapper-1.48
#make uninstall
#make
#make install
installation du pilote:
extraction du pilote ds repert_pilote
#cd repert_pilote
#ndiswrapper -i net5416.inf
charment module
#modprobe ndiswrapper
verif:
#ndiswrapper -l
#lsmod | grep ndiswrapper
#iwconfig
autre modif:
j'ai blacklisté ath_pci et ath_hal des fois que..
et pour la 1° fois iwconfig me donne qq chose d'interressant:
[root@localhost ~]# ndiswrapper -r net5211
[root@localhost ~]# cd /
[root@localhost /]# cd ./home/systeme/drivers
[root@localhost drivers]# ls
ar5007eg-32-0.2.tar.gz atheros53035
atheros1 atheros53056
atheros2 atheros53067
atheros3202 atheros53067.zip
atheros42221 atheros60385
atheros42221.zip ati-driver-installer-8.41.7-x86.x86_64.run
[root@localhost drivers]# cd ./atheros60385
[root@localhost atheros60385]# ls
ar5416.sys net5416.cat net5416.inf xp32-6.0.3.85 xp32-6.0.3.85.zip
[root@localhost atheros60385]# ndiswrapper -i net5416.inf
installing net5416 ...
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
[root@localhost atheros60385]# ndiswrapper -l
net5416 : driver installed
device (168C:001C) present
[root@localhost atheros60385]# modprobe ndiswrapper
[root@localhost atheros60385]# lsmod | grep ndiswrapper
ndiswrapper 178588 0
[root@localhost atheros60385]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate=54 Mb/s
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@localhost atheros60385]# rpm -qa kernel
kernel-2.6.21-1.3194.fc7
kernel-2.6.22.9-91.fc7
[root@localhost atheros60385]#
bref j'ai pas fini,mais j'ai progréssé
j'ai qu'en meme essayé au moins 7 ou 8 drivers différents (surtout des net5211 qui me bloquaient completement le pc,reboot sauvage aprés), mais finalement ,j'ai l'impression que le net5416 est enfin un driver correct
Je rappelle juste,ca peut aider d'autres personnes,que j'ai une carte ATHEROS 5007EG (pour vista) et 5006EG (pour fedora.)
à bientot pour mes prochains problèmes...
lebiaf31
Oui je suis d'accord ,mais Yum ne me ramène que la version 1.46 de ndiswrapper
(en tout cas je sais pas trop m'en servir.)
Pour avoir la 1.48 de ndiswrapper,j'ai été obligé de récupérer le source ndiswrapper-1.48.tar.gz de la version 1.48 puis de le compiler.
dossier crée par exple: /home/systeme/ndiswrapper-1.48
j'ai été obligé pour cela de faire d'abord un:
#yum install kernel-devel -2.6.22.9-91.fc7 (mon noyau)
#yum install gcc kernel-devel -2.6.22.9-91.fc7
puis la compil:
cd /home/syteme/ndiswrapper-1.48
#make uninstall
#make
#make install
installation du pilote:
extraction du pilote ds repert_pilote
#cd repert_pilote
#ndiswrapper -i net5416.inf
charment module
#modprobe ndiswrapper
verif:
#ndiswrapper -l
#lsmod | grep ndiswrapper
#iwconfig
autre modif:
j'ai blacklisté ath_pci et ath_hal des fois que..
et pour la 1° fois iwconfig me donne qq chose d'interressant:
[root@localhost ~]# ndiswrapper -r net5211
[root@localhost ~]# cd /
[root@localhost /]# cd ./home/systeme/drivers
[root@localhost drivers]# ls
ar5007eg-32-0.2.tar.gz atheros53035
atheros1 atheros53056
atheros2 atheros53067
atheros3202 atheros53067.zip
atheros42221 atheros60385
atheros42221.zip ati-driver-installer-8.41.7-x86.x86_64.run
[root@localhost drivers]# cd ./atheros60385
[root@localhost atheros60385]# ls
ar5416.sys net5416.cat net5416.inf xp32-6.0.3.85 xp32-6.0.3.85.zip
[root@localhost atheros60385]# ndiswrapper -i net5416.inf
installing net5416 ...
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
[root@localhost atheros60385]# ndiswrapper -l
net5416 : driver installed
device (168C:001C) present
[root@localhost atheros60385]# modprobe ndiswrapper
[root@localhost atheros60385]# lsmod | grep ndiswrapper
ndiswrapper 178588 0
[root@localhost atheros60385]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate=54 Mb/s
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@localhost atheros60385]# rpm -qa kernel
kernel-2.6.21-1.3194.fc7
kernel-2.6.22.9-91.fc7
[root@localhost atheros60385]#
bref j'ai pas fini,mais j'ai progréssé
j'ai qu'en meme essayé au moins 7 ou 8 drivers différents (surtout des net5211 qui me bloquaient completement le pc,reboot sauvage aprés), mais finalement ,j'ai l'impression que le net5416 est enfin un driver correct
Je rappelle juste,ca peut aider d'autres personnes,que j'ai une carte ATHEROS 5007EG (pour vista) et 5006EG (pour fedora.)
à bientot pour mes prochains problèmes...
lebiaf31
excusez j'ai envoyé 2 fois....
opossum1er
Pas grave. Un modérateur va bien passer par la et en supprimer 1... 😉
Ces lignes MapRegisters me font penser à un ndiswrapper compilé avec une mauvaise option.
cursedman
lebiaf31 wrote:j'ai qu'en meme essayé au moins 7 ou 8 drivers différents (surtout des net5211 qui me bloquaient completement le pc,reboot sauvage aprés), mais finalement ,j'ai l'impression que le net5416 est enfin un driver correct
Je rappelle juste,ca peut aider d'autres personnes,que j'ai une carte ATHEROS 5007EG (pour vista) et 5006EG (pour fedora.)
à bientot pour mes prochains problèmes...
J'ai exactement la même carte, et les drivers net5211 fonctionnent très bien. As tu testé le driver net5211 avec des kernels ayant une stack de 16K ? C'est précisé dans la doc pour
ndiswrapper, notamment concernant le freeze du chargement du module au démarrage. On peut télécharger les kernels qui vont bien
ici.
lebiaf31
Bon et bien je reviens sur ce que j'ai ecrit.
Certes ca ne bloque pas qd je fait le modprobe ndiswrapper,mais.....
Ensuite quand je demarre f7 ,soit j'arrive à voir les connections wifi alentour +la mienne mais qd je valide la saisie de ma cle wep,je part en live,blocage pc,reboot...
soit le chargement de fc7 se bloque au niveau du demarrage de networkmager et donc reboot sauvage...
j'ai fait un dmesg pour voir ce qui coince et voici ce que j'ai trouvé sur le driver:
..
..
eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
ndiswrapper version 1.48 loaded (smp=yes, preempt=no)
ndiswrapper: driver net5416 (,06/05/2007,6.0.3.85) loaded
PCI: Setting latency timer of device 0000:06:00.0 to 64
ndiswrapper (NdisMAllocateMapRegisters:922): Windows driver net5416 requesting too many (256) map registers
ndiswrapper: using IRQ 19
wlan0: ethernet device 00:15:af:31:c3:93 using serialized NDIS driver: net5416, version: 0x60000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 168C:001C.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
usbcore: registered new interface driver ndiswrapper
ADDRCONF(NETDEV_UP): wlan0: link is not ready
[root@localhost ~]#
ndiswrapper (NdisMAllocateMapRegisters:922): Windows driver net5416 requesting too many (256) map registers !!!!
finalement je reviens effectivement sur ton option (stack en 16k) pour arriver à quelque chose.
donc dès que j'aurai essayé ,je donne des infos...
et merci encore de l'info
lebiaf31
juste un truc,
sur mon nouveau noyau genéré (stack en 16k) kernel-2.6.22.9-91.fc7.stk16
reste t'il des traces de ndiswrapper du noyau précédent kernel-2.6.22.9-91.fc7?
s'il y en a ,comment les repérer et les supprimer ?