Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1074 connectés 

 


 Mot :   Pseudo :  
 
 Page :   1  2
Page Suivante
Auteur Sujet :

portable sous linux

n°571564
Rasthor
Posté le 13-10-2004 à 10:02:27  profilanswer
 

Reprise du message précédent :

unhunter a écrit :

Et les gars faudraut vous mettre au gout du jour !
 
Le centrino est parfaitement supporte sous linux.
 
Pour le verifier, essayez avec une mandrake 10.1 qui reconnait et configure tout d'origine.

Même le WiFi 2100 ?

mood
Publicité
Posté le 13-10-2004 à 10:02:27  profilanswer
 

n°571690
Jar Jar
Intaigriste
Posté le 13-10-2004 à 13:07:18  profilanswer
 

Rasthor a écrit :

Même le WiFi 2100 ?

apt-cache show ipw2100-source

n°571697
Rasthor
Posté le 13-10-2004 à 13:09:44  profilanswer
 

Jar Jar a écrit :

apt-cache show ipw2100-source

Je parlais pour mandrake 10.1...  :sarcastic:

n°571705
arghbis
salops de dauphins
Posté le 13-10-2004 à 13:14:43  profilanswer
 

ben si y'a le source pour debian, il y est aussi pour mandrake hein...

n°571725
Jar Jar
Intaigriste
Posté le 13-10-2004 à 13:29:24  profilanswer
 

JoWiLe a écrit :

euh ce sont des sources :sarcastic:

Ah ouais putain, trop dur de taper m-a a-i ipw2100...

n°571753
Rasthor
Posté le 13-10-2004 à 13:53:13  profilanswer
 

Un autre topic dans le même style:
 
http://forum.hardware.fr/forum2.ph [...] 0&subcat=0

n°571756
M300A
Sehr hopfen, vielen IBU, wow!
Posté le 13-10-2004 à 13:55:54  profilanswer
 

Jar Jar a écrit :

Ah ouais putain, trop dur de taper m-a a-i ipw2100...


 
clair :D

n°571863
Dark_Schne​ider
Close the World, Open the Net
Posté le 13-10-2004 à 15:36:50  profilanswer
 


[root@admin3 lib]# urpmq -i ipw2100
Le média « plf_proxad » utilise un fichier de liste invalide :
  le site miroir n'est probablement pas à jour. Essai d'une méthode alternative en cours...
Name        : ipw2100
Version     : 0.44
Release     : 1mdk
Group       : System/Kernel and hardware
Size        : 668879                       Architecture: i586
Source RPM  : ipw2100-0.44-1mdk.src.rpm      Build Host: kameha.mandrakesoft.com
Packager    : Mandrake Linux Team <http://www.mandrakeexpert.com>
URL         : http://sourceforge.net/projects/ipw2100
Summary     : Intel PRO/Wireless 2100 (IPW2100) mini PCI adapter support.
Description :
Intel PRO/Wireless 2100 (IPW2100) mini PCI adapter support.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°571901
Rasthor
Posté le 13-10-2004 à 16:08:15  profilanswer
 

Dark_Schneider a écrit :


[root@admin3 lib]# urpmq -i ipw2100
Le média « plf_proxad » utilise un fichier de liste invalide :
  le site miroir n'est probablement pas à jour. Essai d'une méthode alternative en cours...
Name        : ipw2100
Version     : 0.44
Release     : 1mdk
Group       : System/Kernel and hardware
Size        : 668879                       Architecture: i586
Source RPM  : ipw2100-0.44-1mdk.src.rpm      Build Host: kameha.mandrakesoft.com
Packager    : Mandrake Linux Team <http://www.mandrakeexpert.com>
URL         : http://sourceforge.net/projects/ipw2100
Summary     : Intel PRO/Wireless 2100 (IPW2100) mini PCI adapter support.
Description :
Intel PRO/Wireless 2100 (IPW2100) mini PCI adapter support.



Intéressant...

n°571909
cycojesus
Mèo Lười
Posté le 13-10-2004 à 16:22:58  profilanswer
 

Rasthor a écrit :

Intéressant...

on en est tout de même à la version 0.55...
et pour l'installation c'est juste un make && make install (voir topic ipw2100)


---------------
Chết rồi ! ✍ ⌥⌘ http://github.com/gwenhael-le-moine/slackbuilds/
mood
Publicité
Posté le 13-10-2004 à 16:22:58  profilanswer
 

n°571939
Dark_Schne​ider
Close the World, Open the Net
Posté le 13-10-2004 à 16:53:45  profilanswer
 

ouais make && make install, c'est tellement simple ... tsss


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°571992
cycojesus
Mèo Lười
Posté le 13-10-2004 à 17:48:49  profilanswer
 

Code :
  1. cycojesus:/usr/local/stow/$ cat /home/installs/SYSTEM/Centrino/Makefile
  2. VERSION=0.55
  3. FW_VERSION=1.3
  4. all:
  5.         $(MAKE) firmware
  6.         $(MAKE) modules
  7.         $(MAKE) load_modules
  8.         $(MAKE) clean
  9. modules:ipw2100-$(VERSION).tgz
  10.         tar zxf $< ;\
  11.         cd ipw2100-$(VERSION);\
  12.         make && make install ;\
  13.         cd ..
  14. firmware:ipw2100-fw-$(FW_VERSION).tgz
  15.         tar zxf $<;\
  16.         mv *.fw /usr/lib/hotplug/firmware/;\
  17.         rm -f LICENSE;\
  18. load_modules:
  19.         modprobe ipw2100
  20. clean:
  21.         rm -fr ipw2100-$(VERSION)
  22.         rm -f *.fw LICENSE
  23.         rm -f *~
  24. cycojesus:/usr/local/stow/$ ls /home/installs/SYSTEM/Centrino/     
  25. ipw2100-0.55.tgz  ipw2100-fw-1.3.tgz  Makefile


 
C'est pas parce qu'il y a marqué make qu'il faut tout de suite fuire à toute jambe, surtout dans ce cas où c'est vraiment pas compliqué...


---------------
Chết rồi ! ✍ ⌥⌘ http://github.com/gwenhael-le-moine/slackbuilds/
n°572001
Dark_Schne​ider
Close the World, Open the Net
Posté le 13-10-2004 à 18:01:22  profilanswer
 

oui, il faut juste :
 
un compilateur
make
voire les sources du noyau
 
 
perso je m'en f...., faire un make nbe me dérange, mais de là à dire que c'est simple.
 
sur mes workstations je ne laisse pas un compilateur trainer, je suis désolé, question de sécu


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°576314
mxiaens
Posté le 20-10-2004 à 15:41:45  profilanswer
 

J'ai un Toshiba Tecra S1 centrino avec une partition XP Pro et une partition SuSe 9.1 : pas de souçi de fonctionnement ni d'installation, à condition de suivre les procédures.

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2
Page Suivante

Aller à :
Ajouter une réponse
 

Sujets relatifs
Mandrake Linux et les écrans de portable wide ?kel portable choisir pour linux et pour la détente
Achat d'un portable compatible LinuxGestionnaire de batterie sur un pc portable (sur linux)
Navigation GPS sur portable ou PDA Linux?Quel distrib linux pour un portable Armada 450mhz / 128mo RAM ?
Linux sur portableConseil d'achat d'un portable pour linux
[ Telephone Portable ] connection avec un pc sous linux ? bluetooth...Quel version de Linux sur mon portable
Plus de sujets relatifs à : portable sous linux


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR