LinuxQuestions.org
Visit Jeremy's Blog.
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 10-15-2016, 04:21 PM   #16
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242

Quote:
Originally Posted by drgibbon View Post
There is no point creating a "bluetooth" group because Slackware doesn't use it. If you want less hassles, you should add your user to the default Slackware groups. When creating a new user with adduser, you should press the "up arrow" when prompted and add the groups that are recommended (unless you really know what you're doing). But anyway, since you didn't do it, you can add them this way (as root);

Code:
usermod -a -G audio,cdrom,floppy,plugdev,video,power,netdev,lp,scanner userx
You can check the groups that your user is in with the simple groups command (or groups username). Then you need to make sure that "blueman-applet" is running on startup (for XFCE4 or whatever you use). It should automatically start, but if not, try that command from a terminal and see if it works.

One last thing, there's no need to cat files into grep Just;
Code:
grep userx /etc/group
will do. But simply 'groups' is enough.
yep checked out command line start applet .. posted, and yep their is more than one way to get the same results for listing groups for user, thanks

not able to log out or reboot at this momnet that is why I have not actually posted any results on this matter. .......
 
Old 10-15-2016, 08:49 PM   #17
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
I think, and I could be wrong, but I think that the plugdev group is what you need to be added to since a lot of bluetooth cards etc. are recognized as USB devices. It could also be netdev since it is a network device as well.

Last edited by Skaendo; 10-15-2016 at 08:54 PM.
 
Old 10-15-2016, 09:02 PM   #18
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Skaendo View Post
I think, and I could be wrong, but I think that the plugdev group is what you need to be added to since a lot of bluetooth cards etc. are recognized as USB devices. It could also be netdev since it is a network device as well.
root has it and I know it is root so its gets everything where the user usually just like in this case does not automatically get what it should by default. I've added that user to everything minus, cd, and floppy which I do not know why Pat keeps that in there even. ver 14.2 and he is still using a floppy group?

nevertheless it is still not working even after a reboot. I know it is running, I know that xfce4 in the startup has it checked off to start, I run the applet from the command line and get errors for whatever reason, it has been posted. I am in Void right now, where everything works .. and tomorrow is another day.
 
Old 10-15-2016, 09:17 PM   #19
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by BW-userx View Post
which I do not know why Pat keeps that in there even. ver 14.2 and he is still using a floppy group?
Just because you don't have a floppy on your system doesn't mean that no one has a floppy. They're still readily available. Is there a good reason to remove the group just because you have no need for it?

Quote:
Originally Posted by BW-userx View Post
nevertheless it is still not working even after a reboot. I know it is running, I know that xfce4 in the startup has it checked off to start, I run the applet from the command line and get errors for whatever reason, it has been posted. I am in Void right now, where everything works .. and tomorrow is another day.
Did you try the command I posted earlier to see if this is an xfce issue or an actual issue with your bluetooth on Slackware?
 
Old 10-15-2016, 09:28 PM   #20
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
Just because you don't have a floppy on your system doesn't mean that no one has a floppy. They're still readily available. Is there a good reason to remove the group just because you have no need for it?
I didn't think anyone could still even get those things. It is not like you see them in the weekend shopper for best Buy.

Quote:



Did you try the command I posted earlier to see if this is an xfce issue or an actual issue with your bluetooth on Slackware?
Na I must have missed that post, I'll go back and run it tomorrow. k? IN void right now, and I am in the middle of a download.

MOD: found it
Code:
, try running hcitool dev to see if it is working properly.

Last edited by BW-userx; 10-15-2016 at 09:30 PM.
 
Old 10-15-2016, 09:59 PM   #21
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
They're still readily available.
OT: My server has a floppy drive installed, and I have 2 backups. They come in handy once in a while. Like BIOS updates that are most of the time Windows based, are really convenient to do from a floppy. Plus there is an option to use a boot floppy, which I have not tried, but am curious about. I just do not want to take my server offline to try.
 
Old 10-15-2016, 10:21 PM   #22
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by BW-userx View Post
I didn't think anyone could still even get those things. It is not like you see them in the weekend shopper for best Buy.
Best Buy is pretty limited in what they sell in stores as far as individual computer components. Since floppies are not common, it'd be a waste of space on their shelves when something else that is likely to sell could fill it. They even have a pretty slim selection of internal hard drives, and last I looked, I don't even think they had SSDs.
 
Old 10-15-2016, 10:49 PM   #23
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
OTOH, I think that no-one makes the actual floppies any more.
 
Old 10-16-2016, 05:10 AM   #24
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by BW-userx View Post
yep checked out command line start applet .. posted, and yep their is more than one way to get the same results for listing groups for user, thanks
Cool, but they're not entirely equivalent. For example, if you've just added a user to a group but they've not logged out of their environment yet, then grepping /etc/group and what is returned from the groups command will be different;

Code:
## as user 'abc'
bash-4.3$ groups
users
bash-4.3$ su 
root@slack /home/abc # usermod -a -G plugdev abc          
root@slack /home/abc # exit
bash-4.3$ grep abc /etc/group
plugdev:x:83:abc
bash-4.3$ groups
users
Obviously after a logout it will be in sync. Not a huge deal, but it's worth checking groups with the groups command, since it will tell you what groups you are really in at that moment. Your bluetooth problem seems like a permissions issue, but who knows. Good luck.

Last edited by drgibbon; 10-16-2016 at 08:26 AM. Reason: oops
 
Old 10-16-2016, 01:21 PM   #25
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
Just because you don't have a floppy on your system doesn't mean that no one has a floppy. They're still readily available. Is there a good reason to remove the group just because you have no need for it?



Did you try the command I posted earlier to see if this is an xfce issue or an actual issue with your bluetooth on Slackware?
Code:
userx@SlackDaddy & ~ >> $hcitool dev
Devices:
	hci0	40:2C:F4:18:37:56
that it right there. it has an address, it is modular plugged into the mother board on my laptop... not usb
 
Old 10-16-2016, 01:24 PM   #26
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by drgibbon View Post
Your bluetooth problem seems like a permissions issue, but who knows. Good luck.
that is what I am thinking, pol-kat files or whatever they are called may need modifying. not one of my strong points. but I am not shy about it either.

I could throw myself onto Wheel and activate it and see what that does but i was kind of telling myself I get way from sudo in Slackware. and use su or su -
 
Old 10-16-2016, 03:20 PM   #27
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
Code:
userx@SlackDaddy & ~ >> $hcitool dev
Devices:
	hci0	40:2C:F4:18:37:56
that it right there. it has an address, it is modular plugged into the mother board on my laptop... not usb
This is one of the bluetooth Mini PCIe cards plugged into my motherboard on my laptop.

Code:
[   12.487612] usb 7-1.3: Product: Dell Wireless 370 Bluetooth Mini-card
...and this is what it looks like:
http://www.ebay.com/itm/Dell-Wireles...4AAOSwjMJXCQP7

So it can be a PCIe Mini card and still be recognized as a USB card.
 
Old 10-16-2016, 03:28 PM   #28
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Skaendo View Post
This is one of the bluetooth Mini PCIe cards plugged into my motherboard on my laptop.

Code:
[   12.487612] usb 7-1.3: Product: Dell Wireless 370 Bluetooth Mini-card
...and this is what it looks like:
http://www.ebay.com/itm/Dell-Wireles...4AAOSwjMJXCQP7

So it can be a PCIe Mini card and still be recognized as a USB card.
Code:
root@SlackDaddy & userx >> $lsusb
Bus 003 Device 004: ID 03f0:231d Hewlett-Packard Broadcom 2070 Bluetooth Combo
MINE looks like this

Code:
root@SlackDaddy & userx >> $lspci
25:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
your's looks like my wifi card pcie mini slot

Last edited by BW-userx; 10-16-2016 at 03:43 PM.
 
Old 10-16-2016, 04:28 PM   #29
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
Code:
root@SlackDaddy & userx >> $lsusb
Bus 003 Device 004: ID 03f0:231d Hewlett-Packard Broadcom 2070 Bluetooth Combo
MINE looks like this

Code:
root@SlackDaddy & userx >> $lspci
25:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
your's looks like my wifi card pcie mini slot
I have one like those too (Dell OCW725) (Broadcom), but I cannot seem to find any info on it in dmesg, lspci or lsusb.
 
Old 10-16-2016, 04:39 PM   #30
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Skaendo View Post
I have one like those too (Dell OCW725) (Broadcom), but I cannot seem to find any info on it in dmesg, lspci or lsusb.
if you are using the other one on PCIe mini it might be canceling it out, or it is not plugged in all of the way, may need a pull it out then push it back in ( that's what she said) solution. lol
 
  


Reply

Tags
bluetoothd



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
[SOLVED] DBD::ODBC works as root but not as non-root user on CentOS5 - any ideas? prgupta Red Hat 2 07-13-2010 12:20 AM
Gnome Bluetooth applet in Lenny: root user vs. ordinary user SuSE_Lamer Linux - Desktop 1 03-20-2009 05:41 AM
Gnome Bluetooth applet in Lenny: root user vs. ordinary user SuSE_Lamer Debian 1 02-25-2009 01:30 AM
IntelliMouse thumb buttons work as root, broken as non-root user, wheel works always digital vortex Linux - Hardware 7 03-02-2004 04:14 PM

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

All times are GMT -5. The time now is 05:20 PM.

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