Toshiba Laptop Won't Run Bluetooth with Ubuntu


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Toshiba Laptop Won't Run Bluetooth with Ubuntu
# 1  
Old 03-06-2009
Question Toshiba Laptop Won't Run Bluetooth with Ubuntu

I am running Ubuntu 8.1 on a Toshiba Satellite P105-S9337 with built-in Bluetooth hardware. I cannot get the Bluetooth hardware to work with my Microsoft Bluetooth mouse.

I have installed the tosh software with no luck.

Does anyone have an idea as to what to try. I have several kernel mods suggested, but that is well beyond my current skill level.

Has anyone made the Bluetooth system run under Ubuntu?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash script won't run because hardware won't produce display

Can anyone offer any advice on how to modify the script below to work on a new system we have, that has no graphics capability? We admin the system through a serial RAS device. I've tried running the below script through the RAS and through an ssh -X session. It failed with something like "GTK... (3 Replies)
Discussion started by: yelirt5
3 Replies

2. Ubuntu

Ubuntu Lenovo Thinkpad E520-1143 Laptop

Is it possible to install Ubuntu 11.04 or Ubuntu 11.10 in Lenovo Thinkpad E520-1143 Now it Powerd By windowd Xp Professional is it possible to install Ubuntu in it and supports all drivers for ma laptop such as VGA driver Sound,Wireless,Lan , fingerprint,camera pls reply r is it possible to... (0 Replies)
Discussion started by: babinlonston
0 Replies

3. Ubuntu

power management in ubuntu for laptop

Hi I have the following problem, when I try to work on battery in my laptop, ubuntu consumes power very rapidly and after couple of minuts my laptop is out of battery power. Previosly had win xp on that machine and win was able to manage battery power much better then linux. Is there any... (1 Reply)
Discussion started by: presul
1 Replies

4. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

5. Ubuntu

no wireless access on my laptop in ubuntu 9.10

Hii i have installed ubuntu 9.10 and my hp laptop has a wireless (this one works just like the normal volume button touch screen if u touch it wireless works or else it doesnot ) now after installing ubuntu it glows always red and never turn blue.. i have windows 7 on other partition it... (0 Replies)
Discussion started by: phoenix_nebula
0 Replies

6. Solaris

can't install solaris 10 on toshiba laptop

i had a toshiba laptop ( satellite L20 - 100) and i'm trying to install solaris 10 ...but it doesn't complete the setup from the very first begining it gives me this msg: unable to reset device //pci@0,0/pci1179,ff31@1d,2 can anybody help me installing solaris on the pc??? also can the... (2 Replies)
Discussion started by: slimydoom
2 Replies

7. Ubuntu

Help in installing UBuntu 7.10 in Toshiba Tecra A8(Vista business)

Hi, I recently bought a Toshiba Tecra A8 laptop with preinstalled Vista Business license. I would like to install UBuntu 7.10 as another OS. However, I have some doubts:- i) I am not sure whether do the above model supports Linux/Ubuntu in terms of compatibility. So far, I googled and knew... (1 Reply)
Discussion started by: ahjiefreak
1 Replies

8. UNIX for Dummies Questions & Answers

Toshiba laptop

I am trying to install mandrake 8.0 on my Satellite Pro 4600. I have got it installed but I am having problems with X windows. The laptop has a trident cyber blade video card I have it set to 1024x768 resolution Basically everytime I start x it appears in the upper right to middle of the screen... (6 Replies)
Discussion started by: gennaro
6 Replies
Login or Register to Ask a Question
BTHUB(4)						   BSD Kernel Interfaces Manual 						  BTHUB(4)

NAME
bthub -- Bluetooth Remote Device Hub SYNOPSIS
bthub* at bcsp? bthub* at bt3c? bthub* at btbc? bthub* at btuart? bthub* at sbt? bthub* at ubt? bthidev* at bthub? btmagic* at bthub? btsco* at bthub? DESCRIPTION
The bthub device is used to attach remote Bluetooth devices to the system, and will attach to Bluetooth controllers as they are enabled. CONFIGURATION
Normally, Bluetooth Remote Devices will be configured on the bthub using the btdevctl(8) program, which passes a proplib(3) dictionary to the control file /dev/bthub with the BTDEV_ATTACH and BTDEV_DETACH ioctl(2) commands. The following properties are used by bthub: local-bdaddr Local BD_ADDR. This required property should be a six byte data blob. remote-bdaddr Remote BD_ADDR. This required property should be a six byte data blob. service-name Service name. This required property should be a string indicating the service to configure, and may be one of the following: HF Handsfree, see btsco(4). HID Human Interface Device, see bthidev(4). HSET Headset, see btsco(4). Properties used by the configured device are listed in the appropriate device manual page. FILES
/dev/bthub SEE ALSO
bluetooth(4), bthidev(4), btmagic(4), btsco(4), btdevctl(8) HISTORY
The bthub driver was written by Iain Hibbert under the sponsorship of Itronix, Inc. and first appeared in NetBSD 4.0. BSD
October 17, 2010 BSD