LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-07-2010, 11:55 PM   #1
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Rep: Reputation: 15
Bluetooth (Dell Wireless 365) on Dell E4300


Hi everyone,

I have just installed Slackware 13 on my Dell but the BT LED is not lighted when I start machine.

I run:
# hciconfig -a
But no result returns

I search many times about this problem but seem not find any solution. Hope for help.

Thanks!
 
Old 02-08-2010, 04:22 AM   #2
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Hello tridc,
you can look for a hint in the dmesg output, research
the lsusb output or look for a loaded driver with lsmod.

You could post the results, so we could help you.

Ps: I think the driver contains "bt".

Best Regards.
Jack Out!
 
1 members found this post helpful.
Old 02-08-2010, 05:14 AM   #3
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Original Poster
Rep: Reputation: 15
Re: Bluetooth (Dell Wireless 365) on Dell E4300

Thanks Jack for the reply,

I have attached these outputs. I dont understand what happen to my BT, I googled and find that some people have good BT working on Slackware (also E4300).

Hope for help. Thanks!
Attached Files
File Type: txt dmesg.txt (30.2 KB, 108 views)
File Type: txt lsmod.txt (2.9 KB, 39 views)
File Type: txt lsusb.txt (801 Bytes, 42 views)
 
Old 02-08-2010, 10:06 AM   #4
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Hello tridc,
no problem for this dude.
I had problems on start with bt, too.

Your drivers seems to be loaded:
Code:
bluetooth, bnep, rfcomm, hidp, l2cap.
Your Bluetooth device is recongnized:
Code:
Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
dmesg says:
Code:
Bluetooth: Core ver 2.14
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.11
Bluetooth: L2CAP socket layer initialized
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.10
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
I would say you make /etc/rc.d/rc.bluetooth executable.
Code:
chmod +x /etc/rc.d/rc.bluetooth
And start it.
Code:
/etc/rc.d/rc.bluetooth start
Are you using x86 / x86_64?
KDE4 / xfce4 / Gnome?

There are many applets for the desktop environments.
KDE: http://kde-apps.org/content/show.php...content=112110

If you run x86_64, I could give you my package.

Best regards,
Jack.

Cheers!
 
1 members found this post helpful.
Old 02-08-2010, 10:35 AM   #5
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Original Poster
Rep: Reputation: 15
Hi Jack,

I'm using x86 version with full X installed (KDE, xfce, ...).

I have start bluetooth services via rc.bluetooth but prolem is that why BT LED is not on? Should I configure more options in rc.bluetooth.conf?

Now I will try kbluetooth, thanks for your help!
 
Old 02-08-2010, 10:38 AM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Is there perhaps an Fn-Key sequence or BIOS setting to turn Bluetooth on at the hardware level?
 
Old 02-08-2010, 11:04 AM   #7
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by dugan View Post
Is there perhaps an Fn-Key sequence or BIOS setting to turn Bluetooth on at the hardware level?
Yes, there is a BIOS settings mean "Turn on BT when turn on wireless switch", even "Turn on BT always". But both dont make BT LED on.

@Jack: when I try cmake kbluetooth package, it says that: the installed kdelibs version 4.2.4 is too old, at least version
4.3.0 is required

Have another package? I'm new to Slackware
 
Old 02-08-2010, 11:07 AM   #8
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Maybe the driver doesn't control the led right?
Got you some bt-devices?
If yes, put them in pairing mode, and run a:
Code:
hcitool scan
If your drivers working, you should find
these devices. Maybe there is something like
dugan said, check this too.

I had to build a newer blueZ package (4.60),
to handle my usb-bt-stick correctly.

If you got problems on building software,
say so, I could compile you a current package.

Best regards,
Jack.

Cheers
 
Old 02-08-2010, 11:09 AM   #9
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Are you running Slackware 13.0 or current?

Best regards,
Jack.

Cheers
 
Old 02-08-2010, 11:24 AM   #10
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Original Poster
Rep: Reputation: 15
I have turned my phone BT in discoverable mode, then run "hcitool scan" on the laptop. Result is:
Device is not available: No such device

I'm using Slackware 13 (install from DVD), not current.

If you have compiled package, please send me. Now I'm finding xfce version.

Thank you very much.
 
Old 02-08-2010, 11:32 AM   #11
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Can you please run a:
Code:
hciconfig
Lets see if the device is stetted up
correctly.

I'm going to compile you a package,
no problem.

Best regards,
Jack.
 
Old 02-08-2010, 11:37 AM   #12
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Original Poster
Rep: Reputation: 15
As I wrote in the first post, when I run:

#hciconfig -a
or
#hciconfig

No result returns, the correct result will have hci0, I think that.

Regards.
 
Old 02-08-2010, 11:58 AM   #13
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Here is mine hciconfig -a
Code:
hci0:   Type: USB
        BD Address: 00:02:72:1C:A2:D9 ACL MTU: 1017:8 SCO MTU: 64:8
        UP RUNNING PSCAN ISCAN
        RX bytes:971 acl:0 sco:0 events:28 errors:0
        TX bytes:367 acl:0 sco:0 commands:28 errors:0
        Features: 0xff 0xff 0x8d 0xfe 0x9b 0xf9 0x00 0x80
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
        Name: 'Jack-Workstation'
        Class: 0x5a0104
        Service Classes: Networking, Capturing, Object Transfer, Telephony
        Device Class: Computer, Desktop workstation
        HCI Ver: 2.0 (0x3) HCI Rev: 0x4000 LMP Ver: 2.0 (0x3) LMP Subver: 0x430e
        Manufacturer: Broadcom Corporation (15)
I've compiled a x86 bluez-4.60 package for you.
Before you install it, run these commands:
Code:
removepkg bluez-libs-3.36-i486-2
removepkg bluez-utils-3.36-i486-7
Here is the package:
ftp://she-online.homeip.net:22/pub/lq-packages/

Install the new package with:
Code:
installpkg bluez-4.60-i686-1.txz
Best regards,
Jack.

Cheers

Last edited by Jack128; 02-08-2010 at 12:01 PM.
 
Old 02-08-2010, 12:13 PM   #14
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Original Poster
Rep: Reputation: 15
Thanks Jack for complied package,

I have installed and started bluetooth services:
Code:
root@latix:/etc/rc.d# ./rc.bluetooth start
Starting Bluetooth subsystem: bluetoothd.
Then
Code:
hciconfig -a
But still have no result.

Seem Dell Wireless 365 is hard for working
 
Old 02-08-2010, 12:13 PM   #15
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Here are some infos:

http://natisbad.org/E4300/index.html
http://forum.foresightlinux.org/index.php?topic=740.0

I think you have to update the bluez
package. After that you need to run:
Code:
hid2hci
hcitool dev
hciconfig -a
Your device should now work, I think.

Best regards,
Jack.

Cheers
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell E4300 + Latitude on - can ARM be run without mswin? metageek Linux - Laptop and Netbook 5 01-27-2010 09:43 AM
Dell e4300 distro problems JET-33 Linux - Software 1 02-18-2009 07:31 AM
wireless and bluetooth not functioning in dell vostro 1510 (os: zenwalk 5.2) Ranjith19 Linux - Newbie 2 08-02-2008 01:19 AM
Dell 600m Bluetooth problems NoUse4ANick Linux - Laptop and Netbook 3 04-01-2006 10:36 AM
Bluetooth on Dell Inspiron 8600 eldoroe Linux - Laptop and Netbook 0 02-07-2005 03:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration