No is there a 3.2 version or will the 3.1 work?wread wrote:@jack
Python lives in 07-printing. Do you have it installed?
Dell Inspiron 1525 (Bluetooth card)
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#16 by Jack » 03 Aug 2016, 02:51
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#17 by Jack » 03 Aug 2016, 17:44
Here is the new output and screen shot. And for your info youtube now load's.
Code: Select all
guest@porteus:~$ blueman-manager
_________
Load (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:60)
['PulseAudioProfile', 'Services']
_________
__load_plugin (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:133)
loading <class 'blueman.plugins.manager.Services.Services'>
_________
__load_plugin (/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py:133)
loading <class 'blueman.plugins.manager.PulseAudioProfile.PulseAudioProfile'>
_________
pa_context_event (/usr/lib64/python2.7/site-packages/blueman/main/PulseAudioUtils.py:341)
1
blueman-manager version 2.0.4 starting
_________
pa_context_event (/usr/lib64/python2.7/site-packages/blueman/main/PulseAudioUtils.py:341)
2
** (blueman-manager:1408): WARNING **: AT-SPI: Could not obtain desktop path or name
_________
on_bluez_name_owner_changed (/usr/bin/blueman-manager:96)
org.bluez owner changed to
** (blueman-manager:1408): WARNING **: atk-bridge: GetRegisteredEvents returned message with unknown signature
** (blueman-manager:1408): WARNING **: atk-bridge: get_device_events_reply: unknown signature
** (blueman-manager:1408): WARNING **: atk-bridge: get_device_events_reply: unknown signature
_________
pa_context_event (/usr/lib64/python2.7/site-packages/blueman/main/PulseAudioUtils.py:341)
3
_________
pa_context_event (/usr/lib64/python2.7/site-packages/blueman/main/PulseAudioUtils.py:341)
4
_________
on_pa_ready (/usr/lib64/python2.7/site-packages/blueman/plugins/manager/PulseAudioProfile.py:29)
connected
_________
<lambda> (/usr/lib64/python2.7/site-packages/blueman/main/PulseAudioUtils.py:353)
1
guest@porteus:~$

Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#18 by Jack » 03 Aug 2016, 17:57
I been using and checking it looks good. I will tell you if I find any problem with the new 001, 002 and up-to-date Mate 1.15.1.brokenman wrote:Please look in the testing folder on the server. There are some modules in the rc4 folder which are up to date. Be aware that you will need to boot into runlevel 3 (text mode) then log in as root and run:Check if the bluetooth works after replacing your existing modules with the ones in the testing folder: http://dl.porteus.org/x86_64/testing/Code: Select all
cache-module slim
Just keep up the good work your doing.
Jack
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Dell Inspiron 1525 (Bluetooth card)
Post#19 by brokenman » 04 Aug 2016, 02:10
Code: Select all
chmod +x /etc/rc.d/rc.bluetooth
/etc/rc.d/rc.bluetooth start
Wear your underpants on the outside and put on a cape.
brokenman
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#20 by Jack » 04 Aug 2016, 02:45
Your the man. I just reboot and did what said now my computer knows it there. I try to connect to a cell phone but it didn't do it or I'm not sure how to do it.
Before when I try I forgot to do what you just told me to do. Sorry.
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#21 by Jack » 04 Aug 2016, 15:55
Jack
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Dell Inspiron 1525 (Bluetooth card)
Post#22 by brokenman » 05 Aug 2016, 01:56
chmod +x /etc/rc.d/rc.bluetooth
cp -a --parents /etc/rc.d/rc.bluetooth /mnt/sdXy/porteus/rootcopy
sdXy is where your porteus install is. Now when you reboot bluetooth should be automatically started. I am not much help with connecting to your phone.
Wear your underpants on the outside and put on a cape.
brokenman
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#23 by Jack » 07 Aug 2016, 00:04
Let me understand this. Just do this below?brokenman wrote:Just copy /etc/rc.d/rc.bluetooth to the root copy folder.
chmod +x /etc/rc.d/rc.bluetooth
cp -a --parents /etc/rc.d/rc.bluetooth /mnt/sdXy/porteus/rootcopy
sdXy is where your porteus install is. Now when you reboot bluetooth should be automatically started. I am not much help with connecting to your phone.
Code: Select all
chmod +x /etc/rc.d/rc.bluetooth
cp -a --parents /etc/rc.d/rc.bluetooth /mnt/sdXy/porteus/rootcopy
Code: Select all
chmod +x /etc/rc.d/rc.bluetooth
EDIT:
What you told me works great. Thanks
Jack
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Dell Inspiron 1525 (Bluetooth card)
Post#24 by brokenman » 07 Aug 2016, 17:07
Wear your underpants on the outside and put on a cape.
brokenman
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#25 by Jack » 07 Aug 2016, 17:20
Jack
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Dell Inspiron 1525 (Bluetooth card)
Post#26 by francois » 09 Aug 2016, 17:27

francois
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Dell Inspiron 1525 (Bluetooth card)
Post#27 by Jack » 10 Aug 2016, 14:06
I don't quite understand what you mean? I can mark it solved but it dose run but I have never try it yet.francois wrote:Solved: please provide a résumé of the solution and change your title (SOLVED).
My phone doesn't work and I don't have anything else. The phone work but not sure how to set it up.
Jack