e605d54fa5791310f5fff72915a7862f3763cf6e
[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 * [[/docs/user/DellD830]] success
19
20 * [[/docs/user/DellCpx]] success
21
22 * [[/docs/user/DellMini9]] 2.5.1-DEVELOPMENT. Use 'load ehci' trick. Wireless not supported. X11 not tested.
23
24 * [[/docs/user/DellD531]] 2.4.1 amd64. Wireless not supported. X11 not work (ATI X1200: try ati, radeon, radeonhd)
25
26 ## IBM/Lenovo 
27
28
29 * [[Ideapad S10e|/docs/user/IdeapadS10e]]
30
31
32 * [[Thinkpad T42|/docs/user/ThinkpadT42]]
33
34
35 * [[Thinkpad X61s|/docs/user/ThinkpadX61s]]
36
37
38 * [[Thinkpad 600E|/docs/user/Thinkpad600E]]
39
40 ## HP 
41
42 * HP Pavilion dm3 (i3/i915/broadcom4313)
43 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.
44
45 * HP Compaq 6710b
46 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.
47
48 * HP Pavilion dv7t-3000
49 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.
50
51 * HP Probook 6550b - LAN & WLAN not supported
52
53 * 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;
54
55 ## packard bell
56
57 * Dot S (Intel Atom N2600) - The same as acer Aspire One D270.
58
59 ## Toshiba 
60
61 * [[Satellite M50-101|/docs/User/satellite_m50-101]]
62
63 ## Clevo
64
65 * [[Clevo tn120r|/docs/User/clevo_tn120r]]
66 Branded Bangho tn120r in Argentina
67
68 ## Itronix General dynamics
69
70 All is functional except for ACPI and sound, there is a couple of bugs reported that are worked around by these settings.
71
72 Add to /boot/loader.conf
73
74 if_iwn_load="YES"
75
76 iwn4965fw_load="YES"
77
78 if_iwi_load="YES"
79
80 legal.intel_iwi.license_ack=1
81
82 hw.ioapic_enable=0
83
84 hw.psm.synaptics_support=1
85
86 debug.acpi.disabled="hpet timer"
87
88
89 Add to /etc/rc.conf the following line:
90
91 ifconfig_wlan0="WPA DHCP -ht mode 11b"
92  
93
94
95 ## Tips and tricks
96
97 * [[Various Tips and tricks|/docs/user/LaptopTipsAndTricks]]
98
99 * [[How to save more power|docs/user/Powersave/]]