Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 05/08/2006, à 11:53

coubi64

Demande retour d'expérience sur un PC portable

Je viens de commander un PC portable (Packard Bell Easynote R 1994): http://www.promoconso.net/article.php?x=auc020806_1_074

J'ai pris la version avec 1Go de ram, dd de 80GO et graveur de DVD (il y a aussi un Celeron M 370 au lieu du Celeron M 350 d'après ce que j'ai trouvé sur le net malgré que ça ne soit pas indiqué sur la pub)

La carte vidéo est plutôt faiblarde mais  vu le prix, pense que c'est un bon rapport qualité/prix.

Le temps de le recevoir, je défoule mon impatience ici sur le forum, afin d'avoir des retours de personnes l'ayant déjà testé (puissance, compatibilité matérielle avec Dapper, etc...)

Quelles sont vos opinions, conseils, critiques que vous pouvez me faire? wink

/************************** RESUME DE LA CONFIGURATION (EASYNOTE R1994) **************************/

1) Grub:

Voici les infos à passer dans /boot/grub/menu.lst:

# defoptions=vga=791 pnpbios=off pci=biosirq acpi=force irqpoll quiet locale=fr_FR elevator=cfq

Puis, pour permettre à grub de prendre en compte ces paramètres, lancer "sudo update-grub"

2) Carte graphique:

Installer les drivers en suivant ce tutoriel: https://help.ubuntu.com/community/OpenChrome

(Il existe maintenant une page traduite sur Ubuntu-fr: http://doc.ubuntu-fr.org/openchrome)

Voici mon xorg.conf pour Dapper et Edgy:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
 	Load 	"dbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"via"
	BusID		"PCI:1:0:0"
	Option          "AGPMode"           "4"
    	Option          "AGPFastWrite"      "true"
        Option          "RenderAccel"       "true"
    	Option          "EnablePageFlip"    "true"
    	Option          "DynamicClocks"     "on"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

Et celui pour Feisty :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load    "i2c"	
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load    "type1"
	Load	"vbe"
	Load    "dbe"
	Load	"synaptics"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics TouchPad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
	Option		"SHMConfig"		"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
	Driver		"via"
	BusID		"PCI:1:0:0"
	Option          "AGPMode"           "4"
        Option          "AGPFastWrite"      "true"
        Option          "RenderAccel"       "true"
        Option          "EnablePageFlip"    "true"
        Option          "DynamicClocks"     "on"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
	Monitor		"Écran générique"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

3) Faire fonctionner le Wifi:

Utiliser nm-applet (networkmanager) et ne pas oublier de tout commenter dans /etc/network/interfaces sauf les deux premières lignes (lignes contenant 'lo')

4) Capteurs de températures:

Suivre ce tutoriel: http://forum.ubuntu-fr.org/viewtopic.php?id=61540

Voici par exemple mon fichier de config de Conky (http://doc.ubuntu-fr.org/applications/conky):

# Conky configuration
background yes
use_xft yes
xftfont Monospace:size=9
xftalpha 0.8
out_to_console no
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 5
border_margin 4
border_width 1
default_color grey
default_shade_color black
default_outline_color black
alignment top_right
gap_x 10
gap_y 47
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no

TEXT
${color white}$alignc$sysname $kernel on $machine
${color white}$alignc${exec whoami} @ $nodename
$color$stippled_hr
${color}Date: ${color white}${time %A,%d %B}
${color}Time: ${color white}${time %k:%M:%S}
${color}Uptime: ${color white}$uptime ${color}- Load:${color white} $loadavg
$color$stippled_hr
${color}Températures
${color}HDD: ${color white}${execi 1.0 hddtemp -n /dev/hda}°C
$color$stippled_hr
${color}CPU:${color white} ${cpu cpu1}% ${cpubar cpu1}
$color ${cpugraph FFFFFFF FFFFFFF}
${color}RAM:${color white} $memperc%  $mem/$memmax $membar
${color}Swap: ${color white}$swapperc% $swap/$swapmax ${swapbar}
${color}Processus:${color white} $processes  ${color}En cours:${color white} $running_processes
$color$stippled_hr
${color}Réseau:
${color}Down:${color white}${downspeed ath0} k/s${color} ${offset 80}Up:${color white} ${upspeed ath0} k/s
$color${downspeedgraph ath0 32,150 FFFFFF FFFFFF} $color${upspeedgraph ath0 32,150 FFFFFF FFFFFF}
${color}Addresse: ${color white}${addr ath0}${alignr}${color}Connections TCP: ${color white}${tcp_portmon 1 65535 count}
$color$stippled_hr
${color}Espace Disque:
${color}/: ${color white}${fs_used /}/${fs_size /} ${fs_bar /}
$color$stippled_hr
${color}                  PID     CPU%   MEM%
Utilisation CPU
${color #FFFFFF} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #FFFFFF} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color #FFFFFF} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}

${color}Utilisation Mémoire
${color #FFFFFF} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color #FFFFFF} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color #FFFFFF} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color #FFFFFF} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}

5) Scrolling avec le pad: (Merci à bibi71 pour l'astuce)

Salut,

j'ai le "scrolling" qui fonctionne désormais. Pour cela j'ai utilisé Synaptics et configuré xorg comme suit :

Load "synaptics" ans la section module

ajouter

Section "InputDevice"
    Identifier    "SynapticsMouse"
    Driver        "synaptics"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"      "auto-dev"
    Option        "LeftEdge"      "1700"
    Option        "RightEdge"     "5300"
    Option        "TopEdge"       "1700"
    Option        "BottomEdge"    "4200"
    Option        "FingerLow"     "20"
    Option        "FingerHigh"    "30"
    Option        "MaxTapTime"    "180"
    Option        "MaxTapMove"    "220"
    Option        "VertScrollDelta" "100"
    Option        "MinSpeed"      "0.06"
    Option        "MaxSpeed"      "0.12"
    Option        "AccelFactor" "0.0010"
    Option        "SHMConfig"     "on"
#  Option       "Repeater"      "/dev/ps2mouse"
EndSection

et dans la section "ServerLayout"

    InputDevice    "Configured Mouse"    "CorePointer"
    InputDevice    "SynapticsMouse"    "AlwaysCore"

Voila ! Par contre je n'arrive toujours pas à faire fonctionner les capteurs de température.

Bon courage;)

6) Son qui grésille:

frederic@PC-portable-PB:~$ lspci | grep Multimedia
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
frederic@PC-portable-PB:~$

Il y a un tuto ici pour notre chipset son: http://forum.ubuntu-fr.org/viewtopic.php?id=58108

Dernière modification par coubi64 (Le 20/09/2007, à 17:36)

Hors ligne

#2 Le 05/08/2006, à 12:16

lexdu

Re : Demande retour d'expérience sur un PC portable

Pas de retour d'expérience sur ce portable en particulier, mais sur le mien, depuis Hoary, c'est que tu bonheur wink


Si tu cherches une dent de fourmi dans un sac de sable, trouve d'abord le sac de sable !
Portable Asus U80v + Lucid Lynx 64bits… dans la chaleur Guyanaise
[Ubuntu User #1358] [Membre du club des beaux Ubunteros]

Hors ligne

#3 Le 05/08/2006, à 12:28

coubi64

Re : Demande retour d'expérience sur un PC portable

lexdu a écrit :

Pas de retour d'expérience sur ce portable en particulier, mais sur le mien, depuis Hoary, c'est que tu bonheur wink

C'est un Packard Bell Easynote?

Hors ligne

#4 Le 05/08/2006, à 12:34

lexdu

Re : Demande retour d'expérience sur un PC portable

non, un asus V6VA20 big_smile
mais bon, j'ai fait tourner ubuntu depuis la Hoary sur bon nombre d'ordinateurs (portables ou fixes, très vieux (P-133) ou récents (les petits derniers asus A6V) que bon je me dis que ça doit passer sur le matériel que tu cites. C'est de la production à assez grande échelle, donc avec des composants assez standards.
ça devrait rouler tout seul.
Ch'uis sûr qu'AIXGL va passer tout seul là dessus ::cool:


Si tu cherches une dent de fourmi dans un sac de sable, trouve d'abord le sac de sable !
Portable Asus U80v + Lucid Lynx 64bits… dans la chaleur Guyanaise
[Ubuntu User #1358] [Membre du club des beaux Ubunteros]

Hors ligne

#5 Le 05/08/2006, à 12:53

coubi64

Re : Demande retour d'expérience sur un PC portable

Ok, je comprends mieux ton post. Merci de ton aide wink

Hors ligne

#6 Le 06/08/2006, à 01:00

coubi64

Re : Demande retour d'expérience sur un PC portable

En continuant mes recherches sur le forum, je viens de découvrir le terme de "tatouage".... que Packard Bell utilise à priori....

Mon but est d'installer UNIQUEMENT Ubuntu sur le Pc que je recevrais, je ne veux pas de Window$ même en dual boot.

Est ce que ça sera possible malgré ce tatouage? Dans quel cas pose-t-il pb?

Merci de m'éclairer....

J'aimerais bien être maître de ce que je veux installer sur MON PC..... mad:mad::mad:

Hors ligne

#7 Le 06/08/2006, à 01:20

maxfox

Re : Demande retour d'expérience sur un PC portable

Avec Packard Bell je ne crois malheureusemant pas que l'on puisse parler d'"à prioris" concernant le tatouage. hmm

Mais "à prioris" le tatouage n'empêche nullement l'installation d'un autre OS. smile

Hors ligne

#8 Le 06/08/2006, à 01:21

beug

Re : Demande retour d'expérience sur un PC portable

quand tu l'achete, ça me paraitrait normal que tu puisse demander un portable sans system d'exploitation, apres tout, il le donne avec....
sinon ma femme a un portable qui etait tatoué, j'ai reformaté (y'a un an)completement le disque et installé le system qu'elle voulait sans aucun pb...
j'ai ptete eu de la chance, je ne me souvient pas avoir eu des difficultés, juste que j'vais utilisé un utilitaire propre a la marque du dd mais je sais plus quoi..et je ne sais pas non plus si ça marche avec l'utilitaire propre au system, faut tout essayer et surtout dire au vendeur que si il veut pas te vendre un pc sans system, tu l'achete ailleurs, arf, ça peut marcher..


Si un jour, on te reproche que ton travail n'est pas un travail de professionnel, dis-toi bien que :
Des amateurs ont construit l'arche de Noé, et des professionnels le Titanic.!
Kub8.10 Kde4 Intel dual E2200, 4Go Ram, Ati HD3650 512mo, DD 640go, CM Msi

Hors ligne

#9 Le 06/08/2006, à 01:22

beug

Re : Demande retour d'expérience sur un PC portable

revoila max içi, rhooo big_smile
bon j'vais me coucher,lol


Si un jour, on te reproche que ton travail n'est pas un travail de professionnel, dis-toi bien que :
Des amateurs ont construit l'arche de Noé, et des professionnels le Titanic.!
Kub8.10 Kde4 Intel dual E2200, 4Go Ram, Ati HD3650 512mo, DD 640go, CM Msi

Hors ligne

#10 Le 08/08/2006, à 16:43

coubi64

Re : Demande retour d'expérience sur un PC portable

J'ai récupéré le portable. Je viens d'installer Dapper dessus mais j'ai quelques soucis....

Voici déjà la config matérielle du PC:

http://www.packardbell.fr/products/live … 2-656.html

http://support.packardbell.com/fr/item/ … 302&g=2000

Les problèmes sont les suivants:

1) Au démarrage et à l'extinction, lors du chargement des différents modules, l'écran est coupé en 2 (le PC est un 15"4). Quand j'essaye de changer la résolution, je n'ai pas de choix vers une résolution pour un tel écran....

2) J'ai le Wifi intégré mais il n'est pas reconnu (Atheros 5BMB5 Wireless network adapter driver). Que dois-je installer ou utiliser (ndiswrapper, madwifi)?

On va déjà commencer par résoudre ces soucis, ensuite on verra le reste big_smile

Hors ligne

#11 Le 08/08/2006, à 17:24

coubi64

Re : Demande retour d'expérience sur un PC portable

Voici quelques infos supplémentaires:

frederic@PC-portable-PB:~$ lspci -v
0000:00:00.0 Host bridge: VIA Technologies, Inc. CN400/PM880 Host Bridge
        Subsystem: Unknown device 1631:c015
        Flags: bus master, 66MHz, medium devsel, latency 8
        Memory at a0000000 (32-bit, prefetchable) [size=32M]
        Capabilities: <available only to root>

0000:00:00.1 Host bridge: VIA Technologies, Inc. CN400/PM880 Host Bridge
        Flags: bus master, medium devsel, latency 0

0000:00:00.2 Host bridge: VIA Technologies, Inc. CN400/PM880 Host Bridge
        Flags: bus master, medium devsel, latency 0

0000:00:00.3 Host bridge: VIA Technologies, Inc. CN400/PM880 Host Bridge
        Flags: bus master, medium devsel, latency 0

0000:00:00.4 Host bridge: VIA Technologies, Inc. CN400/PM880 Host Bridge
        Flags: bus master, medium devsel, latency 0

0000:00:00.7 Host bridge: VIA Technologies, Inc. CN400/PM880 Host Bridge
        Flags: bus master, medium devsel, latency 0

0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, medium devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000c000-0000dfff
        Memory behind bridge: c0000000-cfffffff
        Prefetchable memory behind bridge: 90000000-9fffffff
        Secondary status: SERR
        Capabilities: <available only to root>

0000:00:06.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
        Subsystem: Askey Computer Corp.: Unknown device 7084
        Flags: medium devsel
        Memory at 40000000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: <available only to root>

0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) (prog-if 00 [UHCI])
        Subsystem: Unknown device 1631:c015
        Flags: bus master, medium devsel, latency 22, IRQ 11
        I/O ports at 1200 [size=32]
        Capabilities: <available only to root>

0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) (prog-if 00 [UHCI])
        Subsystem: Unknown device 1631:c015
        Flags: bus master, medium devsel, latency 22, IRQ 7
        I/O ports at 1220 [size=32]
        Capabilities: <available only to root>

0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) (prog-if 00 [UHCI])
        Subsystem: Unknown device 1631:c015
        Flags: bus master, medium devsel, latency 22, IRQ 5
        I/O ports at 1240 [size=32]
        Capabilities: <available only to root>

0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) (prog-if 20 [EHCI])
        Subsystem: Unknown device 1631:c015
        Flags: bus master, medium devsel, latency 22, IRQ 10
        Memory at f0000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: <available only to root>

0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
        Subsystem: Unknown device 1631:c015
        Flags: bus master, stepping, medium devsel, latency 0
        Capabilities: <available only to root>

0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
        Subsystem: Unknown device 1631:c015
        Flags: bus master, stepping, medium devsel, latency 64
        I/O ports at 1100 [size=16]
        Capabilities: <available only to root>

0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
        Subsystem: Unknown device 1631:c015
        Flags: medium devsel, IRQ 5
        I/O ports at e000 [size=256]
        Capabilities: <available only to root>

0000:00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 80)
        Subsystem: Unknown device 1631:c015
        Flags: medium devsel, IRQ 5
        I/O ports at e100 [size=256]
        Capabilities: <available only to root>

0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
        Subsystem: Unknown device 1631:c015
        Flags: bus master, stepping, medium devsel, latency 128, IRQ 11
        I/O ports at e200 [size=256]
        Memory at d0000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: <available only to root>

0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 02) (prog-if 00 [VGA])
        Subsystem: Unknown device 1631:c015
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 11
        Memory at 90000000 (32-bit, prefetchable) [size=64M]
        Memory at c0000000 (32-bit, non-prefetchable) [size=16M]
        Expansion ROM at 94000000 [disabled] [size=64K]
        Capabilities: <available only to root>

frederic@PC-portable-PB:~$

Qui peut m'aider?. sad

Hors ligne

#12 Le 08/08/2006, à 17:52

maxfox

Re : Demande retour d'expérience sur un PC portable

Salut coubi

pour l'écran de démarrage, tu peux aller voir ici.

Pour le Wifi, désolé, je ne peux pas t'aider... sad

Hors ligne

#13 Le 08/08/2006, à 18:09

coubi64

Re : Demande retour d'expérience sur un PC portable

Pour mon PC (15,4 pouces, Technologie: TFT WXGA 15/10 Diamond View) quelle est la résolution à choisir?

J'ai trouvé un tuto qui a l'air de fonctionner pour ma carte:

https://help.ubuntu.com/community/OpenChrome

Par contre en résolution j'ai 1024x768.....

Voici mon xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"via"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

Que modifier pour avoir une résolution correcte pour un 15"4 ?

Hors ligne

#14 Le 08/08/2006, à 18:37

coubi64

Re : Demande retour d'expérience sur un PC portable

maxfox a écrit :

Salut coubi

pour l'écran de démarrage, tu peux aller voir ici.

Pour le Wifi, désolé, je ne peux pas t'aider... sad

Jai mis ça:

# defoptions=vga=791 quiet splash

Ca passe mais c'est un peu étiré (toujours mieux que coupé en deux...)

La résolution exacte est de 1280x800 je pense (qui me confirme?)

D'ailleurs voici mon xorg.conf modifié:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"via"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

Hors ligne

#15 Le 08/08/2006, à 18:53

coubi64

Re : Demande retour d'expérience sur un PC portable

Ceci doit correspondre à ma carte Wifi je pense:

0000:00:06.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
        Subsystem: Askey Computer Corp.: Unknown device 7084
        Flags: medium devsel
        Memory at 40000000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: <available only to root>

D'après ce que j'ai pu lire par ci par là, il faut utiliser MadWifi pour ce genre de cartes.  Mais je n'ai pas trouvé comment l'installer et l'utliser: y a t il un tuto sur Madwifi quelque part?

Hors ligne

#16 Le 08/08/2006, à 20:35

coubi64

Re : Demande retour d'expérience sur un PC portable

J'ai également un pb de gestion d'énergie....

gnome-power-manager se trouve bien ds les programmes au démarrage mais n'apparait pas dans le system tray. Quand j'essaye une autre applet, je n'ai aucune indiquation sur l'état de la batterie, aucun avertissement de batterie faible, etc....

Que faire?

Autre souci: lors de la fermeture du PC, lors du "Will now halt", le PC ne s'éteind pas.....

Dernière modification par coubi64 (Le 08/08/2006, à 20:41)

Hors ligne

#17 Le 08/08/2006, à 21:38

coubi64

Re : Demande retour d'expérience sur un PC portable

Bon j'avance encore.... en rajoutant 2 paramètres dans menu.lst de grub, je vois l'indicateur de batterie qui fonctionne le PC s'éteind correctement, je vois mes réseaux Wifi !!!

Mais oui il y a un mais.... mes ports USB ne fonctionnent plus (souris sans fil, clé usb....).

Voici les paramétres en questions:

# defoptions=vga=791 pnpbios=off acpi=force quiet splash

Aidez-moi à finaliser ces soucis.... roll

Hors ligne

#18 Le 09/08/2006, à 11:02

coubi64

Re : Demande retour d'expérience sur un PC portable

Y a t il une option dans ce lien qui puisse m'aider....?

http://fr.opensuse.org/SDB:Parametres_K … _ACPI/APIC

Hors ligne

#19 Le 09/08/2006, à 13:11

iKs2

Re : Demande retour d'expérience sur un PC portable

Tu es inscrit tu peux donc editer tes message ce qui devrai te permettre d'eviter de faire 6 posts a la suite ce qui est tres mal vu sur un forum.

Cordialement et en esperant que tu resolvera tes problemes.

iKs.

#20 Le 17/08/2006, à 11:35

coubi64

Re : Demande retour d'expérience sur un PC portable

De retour de vacances big_smile

Suivant les paramètres que je passe au noyau au démarrage, mon Wifi fonctionne mais ce sont mes ports USB qui déconnent ou inversement.

# defoptions=vga=791 pnpbios=off acpi=force pci=biosirq quiet splash

Ca serait à priori un bug si j'ai bien compris:

https://launchpad.net/distros/ubuntu/+bug/48507

Si d'autres personnes ont des infos ou des liens pouvant m'aider, je vous en serais reconnaissant.... neutral

Ce lien est aussi peut être une piste:

https://launchpad.net/distros/ubuntu/+s … +bug/37773

Dernière modification par coubi64 (Le 17/08/2006, à 12:13)

Hors ligne

#21 Le 20/08/2006, à 19:54

coubi64

Re : Demande retour d'expérience sur un PC portable

Pour info, j'ai résolu le pb d'ACPI/WIFI/USB en mettant dans Grub:

# defoptions=vga=791 pnpbios=off pci=biosirq acpi=force irqpoll quiet splash

irqpoll était la solution..... smile

Voici aussi mon xorg.conf qui fonctionne parfaitement:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"via"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

Et voici le résultat de glxgears:

frederic@PC-portable-PB:~$ glxgears -printfps
__driCreateNewScreen_20050727 - succeeded
4555 frames in 5.0 seconds = 910.989 FPS
4555 frames in 5.0 seconds = 910.964 FPS
4568 frames in 5.0 seconds = 913.416 FPS
4559 frames in 5.0 seconds = 911.687 FPS
frederic@PC-portable-PB:~$

Dernière modification par coubi64 (Le 20/08/2006, à 20:22)

Hors ligne

#22 Le 24/08/2006, à 00:11

zincallica

Re : Demande retour d'expérience sur un PC portable

bonjour coubi64.

J'ai le meme portable que vous et je rencontre donc le meme problème concernant le wifi et la definition de l'ecran.
Pour le wifi j'ai essayé de procéder à votre solution en éditant grub ( par menu.lst) mais cela n'a pas l'air de fonctionner hmm... alors avez vous fait autre chose?
Si la réponse est non, pouvez vous me montrer votre menu.lst pour etre sur que je ne me trompe pas?

Merci d'avance smile

#23 Le 24/08/2006, à 07:20

coubi64

Re : Demande retour d'expérience sur un PC portable

zincallica a écrit :

bonjour coubi64.

J'ai le meme portable que vous et je rencontre donc le meme problème concernant le wifi et la definition de l'ecran.
Pour le wifi j'ai essayé de procéder à votre solution en éditant grub ( par menu.lst) mais cela n'a pas l'air de fonctionner hmm... alors avez vous fait autre chose?
Si la réponse est non, pouvez vous me montrer votre menu.lst pour etre sur que je ne me trompe pas?

Merci d'avance smile

Une fois la modif de la ligne defoptions de menu.lst faite, il faut lancer "sudo update-grub" afin de mettre chaque ligne de choix de démarrage de grub. Peut être est ce là ton oubli?

Je posterais ce soir mon fichier (je suis au boulot là) si ton pb n'est pas résolu wink

Bon courage.

Hors ligne

#24 Le 24/08/2006, à 14:57

zincallica

Re : Demande retour d'expérience sur un PC portable

Merci coubi64 !!

Je n'avais effectivement pas fait cela lol
J'ai également changé la résolution de l'écran et configuré le wifi tout marche nickel !!
Merci beaucoup à toi !

#25 Le 24/08/2006, à 15:03

coubi64

Re : Demande retour d'expérience sur un PC portable

C'est fait pour ça une communauté wink Content que ça fonctionne pour toi aussi, je sais le plaisir qu'on a de venir à bout de ses problèmes smile

Hors ligne