Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[2.6.5-gentoo-r1] Installation PCMCIA (non résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Robert le trépané
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2004
Posts: 86

PostPosted: Sat May 15, 2004 2:18 pm    Post subject: [2.6.5-gentoo-r1] Installation PCMCIA (non résolu) Reply with quote

Bonjour bonjour ! :D

Alors voila, pour la petite histoire j'étais sur un kernel 2.4 (vanilla-source) et je n'arrivais pas à faire marcher mon son. J'ai donc installer le noyau 2.6.5-gentoo-r1.

Mon problème est que je n'arrive pas à faire marcher ma carte pcmcia avec carte reseau et modem intégré :(

Lorsque je suis sur le livecd donc avec un noyau 2.4 il me suffit de faire ça pour lancer ma carte :
Code:

# insmod pcmcia_core
# insmod i82365
# insmod ds
# /etc/init.d/pcmcia start


Si je ne me trompe pas, il me suffirait donc de les mêttre en modules sous mon noyau 2.6 pour que ça marche. Je fais donc :
Code:

# cd /usr/src/linux
# make menuconfig

Code:

Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->
          [*] PCI support
          [*] Legacy /proc/pci interface
          [*] PCI device name database
          [*] ISA support
                PCMCIA/CardBus support --->
                     <M> PCMCIA/CardBus support
                     <M> i82365 compatible bridge support

Code:

# make && make modules_install
...
...
LD [M] drivers/pcmcia/cs.o
CC [M] drivers/pcmcia/pcmcia_core.o
CC [M] drivers/pcmcia/ds.o
CC [M] drivers/pcmcia/i82365.o
drivers/pcmcia/i82365.c: In function 'is_alive':
drivers/pcmcia/i82365.c:672: warning: chek_region is deprecated (declared at include/linux/ioprt.:121)
drivers/pcmcia/i82365.c: In function 'isa_probe':
drivers/pcmcia/i82365.c:672: warning: chek_region is deprecated (declared at include/linux/ioprt.:121)
drivers/pcmcia/i82365.c: In function 'i365_set_io_map':
drivers/pcmcia/i82365.c:672: warning: comparison is always false due to limited range of date type
drivers/pcmcia/i82365.c:672: warning: comparison is always false due to limited range of date type
Kernel: arch/i386/boot/bzImage is ready
...
...
# cp arch/i386/boot/bzImage /boot
# cp System.map /boot
# /sbin/lilo
# reboot

Et au redemarrage j'ai le message suivant :
Code:

...
...
* Setting user font...
* Loading key mappings...
* Bringing lo up...
* 'modprobe i82365' failed
* Trying alternative PCIC driver: yent_socket
* Starting PCMCIA
* crdmgr failed to start. Make sure you have PCMCIA
...
...

Voila donc où est mon problème. Lorsque je fait modprobe i82365 j'ai un message d'erreur :
Code:

# modprobe i82365
FATAL: Error inserting i82365 (/lib/modules/2.6.5-gentoo-r1/kernel/drivers/pcmcia/i82365.ko): No such device

pourtant

#ls /lib/modules/2.6.5-gentoo-r1/kernel/drivers/pcmcia/
ds.ko i82365.ko pcmcia_core.ko

Quelqu'un aurait une petite idée parceque sans carte reseau je suis un petit peu bloqué. Merci d'avance pour votre aide :wink:


Last edited by Robert le trépané on Wed May 19, 2004 3:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
kwenspc
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 4954

PostPosted: Sat May 15, 2004 2:30 pm    Post subject: Reply with quote

il y a peut-être conflit entre les drivers.

moi dans le doute avant je mettais les 3 driver dispos...et ça plantait. Je me suis renseigné sur mon matos et en fait j'ai du cardbus.
depuis que je mets QUE cardbus ça va.

donc enlève tout sauf celui qu'il te faut (le i8...truc machin chose là)
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sat May 15, 2004 2:31 pm    Post subject: Reply with quote

Code:

cd /usr/src/linux
make modules_install


Peut etre ?

EDIT: Pardon, je viens de voir que le module etait installé

Moi aussi il me met failed puis charge le yenta_socket, mais apres tout marche
Code:

<*> PCMCIA/CardBus support
[ ]   Enable PCMCIA debugging
<*>   CardBus yenta-compatible bridge support
< >   i82092 compatible bridge support
< >   i82365 compatible bridge support
< >   Databook TCIC host bridge support


Moi comme ca. ca marche ! (mais bon, j'ai quasiment tout en dur)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'


Last edited by kernelsensei on Sat May 15, 2004 2:39 pm; edited 2 times in total
Back to top
View user's profile Send private message
kwenspc
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 4954

PostPosted: Sat May 15, 2004 2:33 pm    Post subject: Reply with quote

kernel_sensei : c'est ce qu'il a fait voyons! (il le dit là avec "#make modules && make modules_install") sinon c pas QUE le pcmcia qui merderait mais pas mal de truc je pense... :roll:

EDIT : dslé kernel_sensei je viens de voir que tu viens de te rendre compte de cette erreur... mille excuses
Back to top
View user's profile Send private message
Robert le trépané
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2004
Posts: 86

PostPosted: Wed May 19, 2004 3:57 pm    Post subject: Reply with quote

Je suis désolé de pas avoir pu repondre avant :cry:

J'essaye toujours de faire marcher ma carte pcmcia sans aucun succès. Je pensais que j'étais allé trop vite dans la configuration de mon noyau donc j'ai fait un make mrproper et j'ai tout reconfiguré.
J'ai recompiler mon noyau sans support pcmcia (pour faire étape par étape) et pourtant au démarrage j'ai toujours ce message :
Code:

...
...
* Setting user font...
* Loading key mappings...
* Bringing lo up...
* 'modprobe i82365' failed
* Trying alternative PCIC driver: yenta_socket
* Starting PCMCIA
* crdmgr failed to start. Make sure you have PCMCIA
...
...


J'ai alors essayé de mettre en module le driver yenta_socket mais j'ai ce message :
Code:

...
...
* Setting user font...
* Loading key mappings...
* Bringing lo up...
* 'modprobe i82365' failed
* Trying alternative PCIC driver: yenta_socket
* Starting PCMCIA
* crdmgr failed to start. Make sure you have PCMCIA
...
...


Sans support PCMCIA et sans support pour le driver i8236 j'ai toujours le i82365 qui se lance au demarrage à quoi cela peut il être du ? :(

J'ai essayé de mêttre en module le yenta_socket mais ma carte PCMCIA n'est pas détécté, et il me charge quand même au demarrage le i82365.
J'ai alors essayé de mêttre en dur le yenta_socket mais ma carte ne marche pas non plus.

Sur un site SuSE j'ai touvé que mon pcmcia controller était un : TI 1251A PCI-to-CardBus.

help :(
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Wed May 19, 2004 6:16 pm    Post subject: Reply with quote

Met le PCMCIA en dur et le yenta_socket en module !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Robert le trépané
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2004
Posts: 86

PostPosted: Sat May 22, 2004 9:04 am    Post subject: Reply with quote

J'ai essayé de mêttre le PCMCIA en dur et le yenta_socket en module mais ça ne marche toujours pas :(

Voila ce que j'ai dans mon noyau :
Code:

PCMCIA/Cardbus support
<*> PCMCIA/CardBus support
     <M>   CardBus yenta-compatible bridge support
General setup
[*] Support for hot-pluggable device
PCMCIA network device support
[*] PCMCIA network device support
     <M> Xircom 16-bit PCMCIA support


J'ai aussi essayé de mettre le driver Xircom en dur. J'ai essayé les autres drivers pour les cartes PCMCIA : 3Com NE2000 compatible ... mais sans succès. Pour infos ma carte PCMCIA Xircom reseau avec modem intégré.

Comme je n'arrivais à rien j'ai commencé à comparer mon noyau 2.4 où ma carte PCMCIA marche avec mon noyau 2.6 mais je n'arrive pas à voir d'où cela peut-il bien venir. :cry:

Alors si quelqu'un a une solution, une petite idée ou simplement un indice je suis preneur ! :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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