(no commit message)
[ikiwiki.git] / docs / user / DragonFlyOnLaptops.mdwn
1 If you have DragonFly running on a mobile device (Laptop, Notebook, ...) please create an short article about your hardware, occurred problems during setup, special installed hardware, power managements and any tricks you did to get your mobile device running.
2
3 [[!toc levels=3 ]]
4
5 ## Acer
6
7 * Aspire One D270 (Intel Atom N2600) - Success install for 32-bit version. But in 64-bit version, installation hangs with the last message: <i>Mounting vfs 4416k</i>. During 32-bit installation, every screen must be refreshed with F10 key, otherwise is not readable.
8
9
10 ## ASUS
11
12 * [[/docs/user/AsusEEE900]]
13
14 * [[/docs/user/EEE900Unbootable]]
15
16 ## Dell
17
18 * N5050 (i3, i915). Generally very good. HMDI and LVDS working as expected. Sound driver (Intel HDA) requires manual loading (?) and I'm unsure if sound over HDMI is suppported.  WiFi requires NDIS drivers that I don't have yet. (Other *BSDs failed on this machine - usually quite badly.) Likely same board as HP Pavilion DM3 (below). KDE works well, XFCE4 flies! Booted from a USB3 external SSD drive - so that's pretty exotic and yet works flawlessly. Other problems related to my clumsy fingers. 
19  
20 * [[/docs/user/DellD830]] success
21
22 * [[/docs/user/DellCpx]] success
23
24 * [[/docs/user/DellMini9]] 2.5.1-DEVELOPMENT. Use 'load ehci' trick. Wireless not supported. X11 not tested.
25
26 * [[/docs/user/DellD531]] 2.4.1 amd64. Wireless not supported. X11 not work (ATI X1200: try ati, radeon, radeonhd)
27
28 ## IBM/Lenovo 
29
30
31 * [[Ideapad S10e|/docs/user/IdeapadS10e]]
32
33
34 * [[Thinkpad T42|/docs/user/ThinkpadT42]]
35
36
37 * [[Thinkpad X61s|/docs/user/ThinkpadX61s]]
38
39
40 * [[Thinkpad 600E|/docs/user/Thinkpad600E]]
41
42 ## HP 
43
44 * HP Pavilion dm3 (i3/i915/broadcom4313)
45 Intel KMS working, Broadcom wireless 4313, works with ndis (x64 drivers). Synaptics touchpad partially working (tap, edgescroll, left click). Didn't test webcam or sound yet.
46
47 * HP Compaq 6710b
48 Doesn't boot with generic kernel due to [problems with USB](http://leaf.dragonflybsd.org/mailarchive/kernel/2007-11/msg00034.html). Boots when USB (uhci) is deactived from the kernel.
49
50 * HP Pavilion dv7t-3000
51 The kernel boots from the CD and the USB flash drive, but does not attach either the boot medium or the hard drive, so it cannot mount the root filesystem. The problem is due to interrupt routing.
52
53 * HP Probook 6550b - LAN & WLAN not supported
54
55 * HP DM1-3251BR - LAN Works(re0) ; Wireless Broadcom bcm4313 PCI card worked after ndis conversion. Module added to /boot/loader.conf and firmwares(the .dll and .cat converted files) copied to /compat/ndis - Radeon Driver(AMD E350/Radeon 6310) not tested yet; synaptics touchpad extra features not tested yet;
56
57 * HP Compaq nc8430 - Success with: base system (DragonFly BSD 4.6), ethernet, wireless networking, X11, trackpoint, trackpad (basic features), CD-ROM, serial port, ACPI soft off • Not working: ACPI sleep • Not tested: 1394, sound, bluetooth, fingerprint reader.
58
59 ## Packard Bell
60
61 * Dot S (Intel Atom N2600) - The same as Acer Aspire One D270.
62
63 ## Toshiba 
64
65 * [[Satellite M50-101|/docs/User/satellite_m50-101]]
66
67 * Satellite L500D-11Q (Europe) - Network card works with re0, Wireless not working, iPhone tethering works well with ipheth. Xcfe runs well, screen brightness adjustable with xbrightness through an Xterm. Interestingly, acpi_toshiba is not working. Everything else is working perfectly.
68
69 ## Clevo
70
71 * [[Clevo tn120r|/docs/User/clevo_tn120r]]
72 Branded Bangho tn120r in Argentina
73
74 ## Itronix General dynamics
75
76 All is functional except for ACPI and sound, there is a couple of bugs reported that are worked around by these settings.
77
78 Add to /boot/loader.conf
79
80 if_iwn_load="YES"
81
82 iwn4965fw_load="YES"
83
84 if_iwi_load="YES"
85
86 legal.intel_iwi.license_ack=1
87
88 hw.ioapic_enable=0
89
90 hw.psm.synaptics_support=1
91
92 debug.acpi.disabled="hpet timer"
93
94
95 Add to /etc/rc.conf the following line:
96
97 ifconfig_wlan0="WPA DHCP -ht mode 11b"
98  
99
100
101 ## Tips and tricks
102
103 * [[Various Tips and tricks|/docs/user/LaptopTipsAndTricks]]
104
105 * [[How to save more power|docs/user/Powersave/]]