• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 37
[LINUX] XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
flxfxp Wrote:Have you checked the Settings -> System -> Audio hardware? Is it on Digital? You should also turn downmixing to stereo off.

This is the same problem I have. Checked all settings in xbmc as described. Must be something to do with the hdmi output
Reply
If you use HDMI you should use "hdmi" as output and throughput device.
Be sure to read the included instructions. By the way, it should not be the same problem, G500 says he's using optical, not hdmi.
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
yes i havetryed Settings -> System -> Audio hardware? Is it on Digital? and turn downmixing to stereo off but still can not play any music only some films have sound its a strange one Shocked
Reply
Please make a thread in the help forum in that case. I wouldn't know what the problem is, maybe the people over there have an idea.
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
flxfxp Wrote:Reinstall, possibly the installation went wrong.
1. boot ubuntu minimal cd
2. set up your partitions
3. set "Basic Ubuntu Server" as installation option (choose OpenSSH Server also if you like to have a remote connection.)
4. set username: xbmc
5. set pass: anything you like
6. reboot
7. login with credentials
8. use the following command: wget http://flx.me/script; chmod +x xbmscript.sh
9. execute xbmscript with: sudo ./xbmscript.sh
10. install xbmc stable, press CTRL+ALT+F1 to return to the script
11. install xbmc svn
12. install ps3 remote software, reboot by typing "reboot" at xbmscript main menu
13. after reboot, press CTRL+ALT+F1 for a shell
14. execute xbmscript with: sudo ./xbmscript.sh
15. Add the remote, reboot

Sorry for completely breaking it down, but this is the exact installation procedure I use to get the latest xbmc with the remote working. This might also help some of the newbies on installation.

hi flxfxp,

need some help, did the above got to point 10. but XBMC never starts. here my error log, i must mention i am trying to install on a MacPro with 2 HDD's primary HD clean hdd with a master boot record partition map. (created through linux install).

i can get linux full install work with no problems but if i try to run your script it breaks the install. (GUI no longer loads). thats why i tried the above
procedure, it seems to be trying to change the partitions using FDISK ?? but it not compatible with GPT (i assume MAC hd partition scheme)

any ideas ?.


Andy.
Reply
Hi Andy,
So just for the record: linux installs fine, but after you've run the script it bugs out? Have you installed openssh so you can remotely log in? Does it show the xbmc usplash boot logo before crashing? could you also post the xsession log? Did you choose any graphical desktop at installation?
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
harryzimm Wrote:Hi and welcome to the forum.

First, run the script again and install the latest svn ppa build. Second, make sure you have vdpau set as render method in settings/videos/player. Then set audio in settings, system, audio hardware, output device to hdmi

cheers

i've installed the latest svn build and set the video render to vdpau and its playing smoothly nowBig Grin i've also used option3 to set the hdmi audio.

only problem is when i go into "configure audio hardware" it only lets me scroll through the "options" in the right side column, it won't let me tab down through the left column as in the other menu's.

so i can't set it to hdmi, any ideas??
Reply
flxfxp Wrote:I changed the script to 1024x768. Should be fixed for now.
For people that have this problem:

1. update XBMScript
2. At the menu, type "logofix"
3. Done!

first of all - thanks Dennis - everything is working Smile
the only issue i have is the half logo thing and running logofix did not solve it
Reply
flxfxp Wrote:Hi Andy,
So just for the record: linux installs fine, but after you've run the script it bugs out? Have you installed openssh so you can remotely log in? Does it show the xbmc usplash boot logo before crashing? could you also post the xsession log? Did you choose any graphical desktop at installation?

hi,

thanks for the response, yes linux installed fine. did not see any logo aftert script run, but did see it at shutdown. no did not choose any gui desktop.


since this i have chose to reinstall the complete ubuntu again, and update everything installed xbmc manually, and got sound working etc. so all need now is help with PS3 remote install and how to get XBMC to start at logon.
Reply
If you're running as the user called "xbmc", you can apt-get install xbmc-live, which will add a service that starts xbmc automatically on startup.
Otherwise, add the xbmc binary to /etc/rc.local, which will also make it load on startup.

To install the ps3 remote software, paste the following in a script and execute it with sudo:
Code:
apt-get install libnl1 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 -y
            cd $mypwd
            wget http://flx.me/script/bluez-patched_4.54-1_i386.deb
            dpkg -i bluez-patched_4.54-1_i386.deb
            rm bluez-patched_4.54-1_i386.deb
            wget http://flx.me/script/ps3_pair.tar.gz
             tar -xzvf ps3_pair.tar.gz
            rm ps3_pair.tar.gz
             echo modprobe uinput > /etc/rc.local
            echo /usr/local/sbin/bluetoothd >> /etc/rc.local
            echo "exit 0" >> /etc/rc.local
            echo "<keymap>" > /home/xbmc/.xbmc/userdata/Keymap.xml
            echo " <global>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "  <keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f1>XBMC.ActivateWindow(osdaudiosettings)</f1>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f2>XBMC.ActivateWindow(osdaudiosettings)</f2>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f3>XBMC.ActivateWindow(videolibrary)</f3>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f4>XBMC.ActivateWindow(videofiles)</f4>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f5>XBMC.ActivateWindow(MyMusic)</f5>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f6>XBMC.ActivateWindow(MyPictures)</f6>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f7>XBMC.ActivateWindow(Weather)</f7>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f11>skipprevious</f11>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f12>skipnext</f12>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "  </keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "   </global>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo " <FullscreenVideo>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "    <keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f11>bigstepback</f11>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f12>bigstepforward</f12>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <menu>ShowVideoMenu</menu>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "    </keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo " </FullscreenVideo>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "</keymap>" >> /home/xbmc/.xbmc/userdata/Keymap.xml

To connect to a ps3 remote run "sudo python ps3_pair.py".
Good luck!

Dennis
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
sorry guys, should i be posting in a newbies section or something?
Reply
ThEgOg Wrote:sorry guys, should i be posting in a newbies section or something?

Are you using a keyboard? Try it with that. If it doesnt work, try the newbie section.
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
flxfxp Wrote:If you're running as the user called "xbmc", you can apt-get install xbmc-live, which will add a service that starts xbmc automatically on startup.
Otherwise, add the xbmc binary to /etc/rc.local, which will also make it load on startup.

To install the ps3 remote software, paste the following in a script and execute it with sudo:
Code:
apt-get install libnl1 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 -y
            cd $mypwd
            wget http://flx.me/script/bluez-patched_4.54-1_i386.deb
            dpkg -i bluez-patched_4.54-1_i386.deb
            rm bluez-patched_4.54-1_i386.deb
            wget http://flx.me/script/ps3_pair.tar.gz
             tar -xzvf ps3_pair.tar.gz
            rm ps3_pair.tar.gz
             echo modprobe uinput > /etc/rc.local
            echo /usr/local/sbin/bluetoothd >> /etc/rc.local
            echo "exit 0" >> /etc/rc.local
            echo "<keymap>" > /home/xbmc/.xbmc/userdata/Keymap.xml
            echo " <global>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "  <keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f1>XBMC.ActivateWindow(osdaudiosettings)</f1>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f2>XBMC.ActivateWindow(osdaudiosettings)</f2>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f3>XBMC.ActivateWindow(videolibrary)</f3>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f4>XBMC.ActivateWindow(videofiles)</f4>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f5>XBMC.ActivateWindow(MyMusic)</f5>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f6>XBMC.ActivateWindow(MyPictures)</f6>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f7>XBMC.ActivateWindow(Weather)</f7>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f11>skipprevious</f11>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f12>skipnext</f12>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "  </keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "   </global>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo " <FullscreenVideo>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "    <keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f11>bigstepback</f11>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <f12>bigstepforward</f12>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "        <menu>ShowVideoMenu</menu>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "    </keyboard>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo " </FullscreenVideo>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
            echo "</keymap>" >> /home/xbmc/.xbmc/userdata/Keymap.xml
To connect to a ps3 remote run "sudo python ps3_pair.py".
Good luck!

Dennis

did that but it still does not control xbmc. if i try to re add it, it says it's already in list
Reply
Did you reboot? check to make sure the keys are coming through correctly. kill the bluetooth deamon by doing "sudo killall bluetoothd" and start it manually with debug by doing "sudo bluetoothd -nd"

Let me know of the results.
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
flxfxp Wrote:Did you reboot? check to make sure the keys are coming through correctly. kill the bluetooth deamon by doing "sudo killall bluetoothd" and start it manually with debug by doing "sudo bluetoothd -nd"

Let me know of the results.

yup did restart

do i need to install lirc ??

PHP Code:
xbmc@xbmc-desktop:~$ sudo bluetoothd -nd
bluetoothd
[5120]: Bluetooth daemon
bluetoothd
[5120]: Enabling debug information
bluetoothd
[5120]: parsing main.conf
bluetoothd
[5120]: discovto=0
bluetoothd
[5120]: pairto=0
bluetoothd
[5120]: pageto=8192
bluetoothd
[5120]: name=%h-%d
bluetoothd
[5120]: class=0x000100
bluetoothd
[5120]: inqmode=0
bluetoothd
[5120]: Key file does not have key 'DeviceID'
bluetoothd[5120]: Starting SDP server
bluetoothd
[5120]: Loading plugins /usr/lib/bluetooth/plugins
bluetoothd
[5120]: Starting experimental netlink support
bluetoothd
[5120]: Failed to find Bluetooth netlink family
bluetoothd
[5120]: Unix socket created11
bluetoothd
[5120]: audio.confKey file does not have key 'MaxConnected'
bluetoothd[5120]: Telephony plugin initialized
bluetoothd
[5120]: HFP AG features"Ability to reject a call" "Enhanced call status" "Extended Error Result Codes" 
bluetoothd[5120]: input.confKey file does not have key 'IdleTimeout'
bluetoothd[5120]: /etc/bluetooth/network.confKey file does not have key 'Disable'
bluetoothd[5120]: /etc/bluetooth/network.confKey file does not have key 'DisableSecurity'
bluetoothd[5120]: /etc/bluetooth/network.confKey file does not have key 'Interface'
bluetoothd[5120]: /etc/bluetooth/network.confKey file does not have key 'Interface'
bluetoothd[5120]: /etc/bluetooth/network.confKey file does not have key 'Interface'
bluetoothd[5120]: Config optionsInterfacePrefix=bnep%dPANU_Script=(null), GN_Script=(null), NAP_Script=(null), GN_Interface=pan0NAP_Interface=pan1Security=true
bluetoothd
[5120]: bridge pan0 created
bluetoothd
[5120]: register_interfacepath /org/bluez/5120/any
bluetoothd
[5120]: Registered interface org.bluez.Service on path /org/bluez/5120/any
bluetoothd
[5120]: HCI dev 0 registered
bluetoothd
[5120]: child 5125 forked
bluetoothd
[5120]: Agent registered for hci0 at :1.23:/org/bluez/agent/hci0
bluetoothd
[5120]: child 5125 exited
bluetoothd
[5120]: HCI dev 0 up
bluetoothd
[5120]: Starting security manager 0
bluetoothd
[5120]: proxy_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: Registered interface org.bluez.SerialProxyManager on path /org/bluez/5120/hci0
bluetoothd
[5120]: headset_server_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: audio.confKey file does not have key 'Master'
bluetoothd[5120]: Adding record with handle 0x10000
bluetoothd
[5120]: Record pattern UUID 00000003-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001108-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001112-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001203-0000-1000-8000-00805f9
bluetoothd
[5120]: audio.confKey file does not have key 'SCORouting'
bluetoothd[5120]: a2dp_server_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: audio.confKey file does not have key 'Disable'
bluetoothd[5120]: audio.confKey file does not have group 'A2DP'
bluetoothd[5120]: audio.confKey file does not have group 'A2DP'
bluetoothd[5120]: audio.confKey file does not have group 'A2DP'
bluetoothd[5120]: audio.confKey file does not have group 'A2DP'
bluetoothd[5120]: audio.confKey file does not have key 'Master'
bluetoothd[5120]: SEP 0xb8397228 registeredtype:0 codec:0 seid:1
bluetoothd
[5120]: Adding record with handle 0x10001
bluetoothd
[5120]: Record pattern UUID 00000019-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 0000110a-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 0000110d-0000-1000-8000-00805f9
bluetoothd
[5120]: Changing service classes to 0x080100
bluetoothd
[5120]: avrcp_server_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: audio.confKey file does not have key 'Master'
bluetoothd[5120]: Adding record with handle 0x10002
bluetoothd
[5120]: Record pattern UUID 00000017-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 0000110c-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 0000110e-0000-1000-8000-00805f9
bluetoothd
[5120]: Changing service classes to 0x080100
bluetoothd
[5120]: Adding record with handle 0x10003
bluetoothd
[5120]: Record pattern UUID 00000017-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 0000110e-0000-1000-8000-00805f9
bluetoothd
[5120]: Changing service classes to 0x080100
bluetoothd
[5120]: network_server_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: Adding record with handle 0x10004
bluetoothd
[5120]: Record pattern UUID 0000000f-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001115-0000-1000-8000-00805f9
bluetoothd
[5120]: Changing service classes to 0x0a0100
bluetoothd
[5120]: register_server_recordgot record id 0x10004
bluetoothd
[5120]: Registered interface org.bluez.NetworkPeer on path /org/bluez/5120/hci0
bluetoothd
[5120]: network_server_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: Adding record with handle 0x10005
bluetoothd
[5120]: Record pattern UUID 0000000f-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001117-0000-1000-8000-00805f9
bluetoothd
[5120]: Changing service classes to 0x0a0100
bluetoothd
[5120]: register_server_recordgot record id 0x10005
bluetoothd
[5120]: Registered interface org.bluez.NetworkHub on path /org/bluez/5120/hci0
bluetoothd
[5120]: network_server_probepath /org/bluez/5120/hci0
bluetoothd
[5120]: Adding record with handle 0x10006
bluetoothd
[5120]: Record pattern UUID 0000000f-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd
[5120]: Record pattern UUID 00001116-0000-1000-8000-00805f9
bluetoothd
[5120]: Changing service classes to 0x0a0100
bluetoothd
[5120]: register_server_recordgot record id 0x10006
bluetoothd
[5120]: Registered interface org.bluez.NetworkRouter on path /org/bluez/5120/hci0
bluetoothd
[5120]: register_interfacepath /org/bluez/5120/hci0
bluetoothd
[5120]: Registered interface org.bluez.Service on path /org/bluez/5120/hci0
bluetoothd
[5120]: Creating device /org/bluez/5120/hci0/dev_00_1F_5B_7E_99_A6
bluetoothd
[5120]: Probe drivers for /org/bluez/5120/hci0/dev_00_1F_5B_7E_99_A6
bluetoothd
[5120]: serial_probepath /org/bluez/5120/hci0/dev_00_1F_5B_7E_99_A600001101-0000-1000-8000-00805f9b34fb
bluetoothd
[5120]: Registered interface org.bluez.Serial on path /org/bluez/5120/hci0/dev_00_1F_5B_7E_99_A6
bluetoothd
[5120]: adapter_get_device(00:1F:5B:7E:99:A6)
bluetoothd[5120]: Found AV Target
bluetoothd
[5120]: Registered interface org.bluez.Control on path /org/bluez/5120/hci0/dev_00_1F_5B_7E_99_A6
bluetoothd
[5120]: Found AV Target
bluetoothd
[5120]: Creating device /org/bluez/5120/hci0/dev_00_1E_3D_17_09_5A
bluetoothd
[5120]: Probe drivers for /org/bluez/5120/hci0/dev_00_1E_3D_17_09_5A
bluetoothd
[5120]: Adapter /org/bluez/5120/hci0 has been enabled
bluetoothd
[5120]: Computer is classified as unknown
bluetoothd
[5120]: Current device class is 0x0a2100
bluetoothd
[5120]: Setting 0x000100 for major/minor device class
bluetoothd[5120]: Changing major/minor class to 0x0a2100
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17
bluetoothd
[5120]: Discovery session 0xb839baf0 with :1.52 activated
bluetoothd
[5120]: session_ref(0xb839baf0): ref=1
bluetoothd
[5120]: Discovery session 0xb839baf0 with :1.52 deactivated
bluetoothd
[5120]: Stopping discovery
bluetoothd
[5120]: adapter_get_device(00:1E:3D:17:09:5A)
bluetoothd[5120]: Incoming connection on PSM 17 
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 37

Logout Mark Read Team Forum Stats Members Help
[LINUX] XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)5