| View previous topic :: View next topic |
| Author |
Message |
onesojourner
Joined: 25 Jan 2008 Posts: 17
Digg It |
Posted: Sat Jan 26, 2008 11:30 pm Post subject: |
|
|
| I have bluez-utils, bluez-gnome and bluez-cups installed. those were all installed by default. I can see my wii remote in bluetooth config gui. |
|
| Back to top |
|
 |
para
Joined: 20 Aug 2007 Posts: 89
Digg It |
Posted: Sun Jan 27, 2008 12:13 am Post subject: |
|
|
Try scanning for the device to make sure your bluetooth dongle can actually connect to it. Put the wiimote in discovery mode and run hcitool.
| Code: | # hcitool scan
Scanning ...
00:17:XX:XX:XX:XX Nintendo RVL-CNT-01 |
edit: I just thought of this, it may be a little confusing if you are used to using your wiimote on Windows. On Windows you connect to the wiimote manually then you run the program. On Linux you just run the program.. the program will find and connect to the wiimote for you. FYI. _________________ wiiuse C wiimote library - http://wiiuse.net/ |
|
| Back to top |
|
 |
onesojourner
Joined: 25 Jan 2008 Posts: 17
Digg It |
Posted: Sun Jan 27, 2008 1:14 am Post subject: |
|
|
peter@peter-laptop:~$ hcitool scan
Scanning ...
00:17:AB:39:ED:1A Nintendo RVL-CNT-01 |
|
| Back to top |
|
 |
onesojourner
Joined: 25 Jan 2008 Posts: 17
Digg It |
Posted: Sun Jan 27, 2008 1:28 am Post subject: |
|
|
I am getting a few outputs changing things around:
peter@peter-laptop:~$ xwii/profiles/acc_mouse.xwii
bash: xwii/profiles/acc_mouse.xwii: Permission denied
peter@peter-laptop:~$
peter@peter-laptop:~$ sudo xwii/profiles/acc_mouse.xwii
sudo: xwii/profiles/acc_mouse.xwii: command not found
peter@peter-laptop:~$
peter@peter-laptop:~$ # xwii/profiles/acc_mouse.xwii
peter@peter-laptop:~$ |
|
| Back to top |
|
 |
para
Joined: 20 Aug 2007 Posts: 89
Digg It |
Posted: Sun Jan 27, 2008 1:38 am Post subject: |
|
|
| onesojourner wrote: | peter@peter-laptop:~$ xwii/profiles/acc_mouse.xwii
|
You misread what I typed. You have to run the xwii program, and the first parameter is the configuration file to use.
| onesojourner wrote: | peter@peter-laptop:~$ ./xwii profiles/classic.xwii
|
_________________ wiiuse C wiimote library - http://wiiuse.net/ |
|
| Back to top |
|
 |
onesojourner
Joined: 25 Jan 2008 Posts: 17
Digg It |
Posted: Sun Jan 27, 2008 2:23 am Post subject: |
|
|
Thats what I named my folder with the xwii files. Do I need to change that? Do I need to cd into the directory of the folder with the xwii files?
peter@peter-laptop:~$ ./xwii profiles/classic.xwii
bash: ./xwii: is a directory |
|
| Back to top |
|
 |
onesojourner
Joined: 25 Jan 2008 Posts: 17
Digg It |
Posted: Sun Jan 27, 2008 2:32 am Post subject: |
|
|
this might help
| Code: |
peter@peter-laptop:~$ ls
Desktop Pictures
Documents Podcasts
Examples Public
eye.jpg files
eye.xcf storage
file: storage2
firefox back up storage3
googleearth storage4
google-earth Templates
Music Videos
nautilus-debug-log.txt xwii
peter@peter-laptop:~$ cd xwii
peter@peter-laptop:~/xwii$ ls
actionset.cpp include makefile start_xwii.py xinterpret.cpp
actionset.h LICENSE PLANS.TXT TODO xinterpret.h
Documentation main.cpp profiles wiiuse-0.9
peter@peter-laptop:~/xwii$
|
|
|
| Back to top |
|
 |
|