Toshiba Tecra A10 (PTSB5E) - Part II

So I got a little bit further with my little toy.

Bluetooth

Bluetooth works. The packages gnome-bluetooth and bluez are installed and the kernel module bluetooth is loaded. hciconfig reports this:

# hciconfig
hci0:	Type: USB
	BD Address: XX:XX:XX:XX:XX:XX ACL MTU: 310:10 SCO MTU: 64:8
	UP RUNNING PSCAN
	RX bytes:11354 acl:105 sco:0 events:286 errors:0
	TX bytes:4012 acl:99 sco:0 commands:66 errors:0

I tried to connect to a SAMSUNG and a NOKIA mobile phone. After enabling visibility of the phone the bluetooth-applet (gnome-bluetooth) showed the device. However I got an error saying “The name org.openobex was not provided by any .service files” when trying to access the mobile device. This was solved by installing obexd-server obex-data-server. Then I was able to access the phone contents via Bluetooth.

Virtualization

I recently tried to debug the mopac7 build error. I installed the qemu(-qemu-kvm) emulator. Loading of the kvm_intel module failed with “kvm: disabled by bios”. But this was easy to solve by enabling the Intel virtualization technology in the BIOS: push and hold the ESC key during startup until the laptop tells you to press the F1 key. Then enable the related BIOS option and done.

Tags: , , , , , ,

4 Responses to “Toshiba Tecra A10 (PTSB5E) - Part II”

  1. Erfahrungen, Meinungen und Halluzinationen » Blog Archive » Toshiba Tecra A10 (PTSB5E) - Part I Says:

    [...] Bluetooth (icon there, kernel module loaded) [...]

  2. Erfahrungen, Meinungen und Halluzinationen » Blog Archive » Toshiba Tecra A10 (PTSB5E) - Part III Says:

    [...] Erfahrungen, Meinungen und Halluzinationen ein kleines, privates blog « Toshiba Tecra A10 (PTSB5E) - Part II [...]

  3. Fabian Says:

    > This was solved by installing obex-data-server.

    Hm, strange. The gnome-bluetooth (2.28.3-1) Debian package had its obex-data-server dependency removed in favour of obexd-client.

  4. Daniel Leidert Says:

    1) I replaced obex-data-server by obexd-server.

    2) gnome-bluetooth should maybe suggest obexd-server?