Difference between revisions of "Dell XPS M1330"

From Organic Design wiki
m
(Change source-code blocks to standard format)
 
Line 4: Line 4:
 
== Bluetooth ==
 
== Bluetooth ==
 
For some reason my ''Microsoft Bluetooth Notebook Mouse 5000'' wouldn't connect when using the GUI bluetooth tool in the system tray, but it worked fine when connecting from the shell. First get the devices MAC address:
 
For some reason my ''Microsoft Bluetooth Notebook Mouse 5000'' wouldn't connect when using the GUI bluetooth tool in the system tray, but it worked fine when connecting from the shell. First get the devices MAC address:
{{code|<pre>
+
<source>
 
hcitool scan
 
hcitool scan
</pre>}}
+
</source>
  
  
 
This will yield something like the following:
 
This will yield something like the following:
{{code|<pre>
+
<source>
 
00:1D:D8:93:90:3D      Microsoft Bluetooth Notebook Mouse 5000
 
00:1D:D8:93:90:3D      Microsoft Bluetooth Notebook Mouse 5000
</pre>}}
+
</source>
  
  
 
Then connect to the device with the following (note that in Jaunty you may need to install the ''hidd'' command with '''apt-get install bluez-compat''' first).
 
Then connect to the device with the following (note that in Jaunty you may need to install the ''hidd'' command with '''apt-get install bluez-compat''' first).
{{code|<pre>
+
<source>
 
hidd --connect 00:1D:D8:93:90:3D
 
hidd --connect 00:1D:D8:93:90:3D
</pre>}}
+
</source>
 
Some devices like the [[Apple wireless keyboard on Linux|Apple wireless keyboard]] require a PIN number to be set up in order for the bonding process to work.
 
Some devices like the [[Apple wireless keyboard on Linux|Apple wireless keyboard]] require a PIN number to be set up in order for the bonding process to work.
  

Latest revision as of 18:11, 22 May 2015

HDMI video output

Bluetooth

For some reason my Microsoft Bluetooth Notebook Mouse 5000 wouldn't connect when using the GUI bluetooth tool in the system tray, but it worked fine when connecting from the shell. First get the devices MAC address:

hcitool scan


This will yield something like the following:

00:1D:D8:93:90:3D      Microsoft Bluetooth Notebook Mouse 5000


Then connect to the device with the following (note that in Jaunty you may need to install the hidd command with apt-get install bluez-compat first).

hidd --connect 00:1D:D8:93:90:3D

Some devices like the Apple wireless keyboard require a PIN number to be set up in order for the bonding process to work.

Webcam

The webcam isn't working, haven't looked in to this yet.