## page was renamed from LaptopTestingTeam/CompaqPresarioC700 * Contact: Hayke * Make: Compaq * Brand: Presario * Model: C710ED * Website: [[http://h10025.www1.hp.com/ewfrf/wc/prodinfoCategory?lc=en&cc=us&dlc=en&product=3549969|US HP-Compaq website]]; [[http://h10010.www1.hp.com/wwpc/nl/nl/ho/WF25a/22797-186289-179547-179547-179547-80247616.html|Dutch HP-Compaq website]] == Current Issues == '''Wifi''' doesn't work out of the box in Ubuntu 7.10 (Gutsy), although the restricted broadcom driver recognises the card the correct way. Using this [[https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff|Ndiswrapper]] solution, it works like a charm. For Ubuntu 8.04 (Hardy), I had to add {{{ install ndiswrapper modprobe -r ohci_hcd ssb; modprobe --ignore-install ndiswrapper $CMDLINE_OPTS; modprobe ohci_hcd }}} to /etc/modprobe.d/ndiswrapper and then following these [[https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff|directions]]. '''Hibernation''' didn't seem to work the first time I used it; when I tried to reproduce the error the system hibernated right away... Inserting a headphone doesn't mute the built-in speakers, but the headphone is functioning correctly. See below at 'notes' for the solution that worked for me. == System Info == Hewlett-Pacard Presario C700 Notebook PC F.08 == Hardware details == ||<-5 tablewidth="75%"> '''Screen & Monitors''' || ||<|2> '''Device''' ||<-2> '''Works?''' ||<|2> '''Bug #''' || || in Ubuntu 6.06 LTS || in Ubuntu 7.10 (Gutsy) (current development) || || Screen || Untested || works || || || Correct resolution? || Untested || works (1280*800) || || || Correct refresh rate? || Untested || works (60hz) || || || 3D Acceleration || Untested || works || || || External monitor works? || Untested || Untested || || || External monitor - mirrors || Untested || Untested || || || External monitor - extend desktop || Untested || Untested || || ||<-4> '''Power Management''' || || Battery detected? || Untested || works || || || Hibernates? || Untested || works || || || Suspend || Untested || works || || || Dim monitor on battery || Untested || works || || || Blank monitor on inactivity || Untested || works || || || Lid Close || Untested || works || || || Cpu frequency scaling || Untested || works || || ||<-4> '''Sound''' || || Sound works? || Untested || works || || || Correct volume? || Untested || works || || || Hardware volume switch || Untested || works || || || Headphone jack || Untested || sort of || || || Mic jack || Untested || Untested || || ||<-4> '''Networking''' || || Wired NIC || Untested || works || || || Wireless NIC || Untested || [[https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff|solved]] || || || Modem || Untested || Untested || || ||<-4> '''Touchpad & Mice''' || || Touchpad || Untested || works || || || Touchpad - Doubletap = double click || Untested || works || || || Touchpad - Scroll down side || Untested || works || || || External mouse - USB || Untested || works || || ||<-4> '''Additional Hardware''' || || CD/DVD drive || Untested || Works || || ||<-6 tablewidth="75%"> '''Function and other keys''' || ||<|2> '''Fn key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> Bug # || || in Ubuntu 6.06 LTS || in Ubuntu 7.10 (Gutsy) (current development) || || + F1 ||help || || Untested || works || || || + F2 ||print || || Untested || works || || || + F3 ||www || || Untested || works || || || + F4 ||ext. screen || || Untested || Untested || || || + F5 ||sleep || || Untested || works || || || + F6 ||lock || || Untested || works || || || + F7 ||bright< || || Untested || works || || || + F8 ||bright> || || Untested || works || || || + F9 ||play/pause || || Untested || works || || || + F10 ||stop || || Untested || works || || || + F11 ||rwd || || Untested || works || || || + F12 ||ffwd || || Untested || works || || || + scroll ||numlock || || Untested || works || || || + pause ||break || || Untested || Untested || || || + insert ||prnt scrn || || Untested || works || || || + home ||sound off || || Untested || works || || || + pgUp ||sound < || || Untested || works || || || + pgDwn ||sound > || || Untested || works || || ||<-6> '''Other special keys''' || ||<|2> '''Key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> Bug # || || in Ubuntu 6.06 LTS || in Ubuntu 7.10 (Gutsy) (current development) || || Wifi-button || wifi on/off || || Untested || works || || === Notes === '''Desktop Effects in Gnome''' Desktop effects don't work because of the blacklisted video chipset (Intel GMA 965). There is a workaround available (comment-out this chipset from the blacklist)but I havn't tried that yet. '''Sound-buttons F9 - F12''' Sound buttons are only active when a musicplayer like rhytmbox is opened. It doesn't have to be the active program. (tested with Rhytmbox). '''Headphone Jack Sense''' Headphone-Jack sense (makes the built-in speakers turn off when you insert headphones) is working after I did this: (thanks to jubjubrsx in this [[http://ubuntuforums.org/showthread.php?t=500894&highlight=headphone+jack+mute|Ubuntuform-thread]] : {{{sudo gedit /etc/modprobe.d/alsa-base}}} add the line {{{options snd-hda-intel model=laptop}}} where you see all the other options. Restart X.