Différences entre versions de « HP 6730s »

De Cliss XXI
Sauter à la navigation Sauter à la recherche
imported>SylvainBeucler
m
imported>SylvainBeucler
m
Ligne 10 : Ligne 10 :
 
Installation:
 
Installation:
 
* Système Debian 5.0 "Lenny"  
 
* Système Debian 5.0 "Lenny"  
* Écran: OK mais les résolutions "écran large" (une seule résolution 1024x768 en fait)
+
* Écran: OK, forcer le pilote "Intel" dans <code>/etc/X11/xorg.conf</code> (nécessaire pour gestion des résolutions "écran large" et connexion vidéo-projecteur):
 +
<pre>
 +
Section "Device"
 +
Identifier "Configured Video Device"
 +
Driver "intel"
 +
EndSection
 +
</pre>
 
* Son: OK
 
* Son: OK
 
* Réseau câblé: OK
 
* Réseau câblé: OK
Ligne 25 : Ligne 31 :
 
[ 2894.060939] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
 
[ 2894.060939] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
 
</pre>
 
</pre>
* Connexion vidéo-projecteur: KO?
 

Version du 15 mars 2010 à 10:47

Ordinateur portable.

Caractéristiques:

  • Intel Celeron 2GHz
  • 1.93Go RAM
  • 250Go DD
  • Carte graphique Mobile Intel - 1280x800
  • Pas de prise PCMCIA ou autre

Installation:

  • Système Debian 5.0 "Lenny"
  • Écran: OK, forcer le pilote "Intel" dans /etc/X11/xorg.conf (nécessaire pour gestion des résolutions "écran large" et connexion vidéo-projecteur):
Section "Device"
	Identifier	"Configured Video Device"
	Driver		"intel"
EndSection
  • Son: OK
  • Réseau câblé: OK
  • WiFi BroadCom BCM4312 "b43": il ne fonctionne pas en 100% libre
    • OpenFWWF: apparemment que les modèles 4306, 4311(rev1), 4318 et 4320 (ucode5.fw), pas 4312 (ucode15.fw)
# lspci | grep -i broadcom
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
# dmesg | tail
[ 2894.048218] b43 ssb0:0: firmware: requesting b43/ucode15.fw
[ 2894.053505] b43 ssb0:0: firmware: requesting b43-open/ucode15.fw
[ 2894.060933] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[ 2894.060937] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[ 2894.060939] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.