How to set up Bluetooth PAN on Fedora 10

| コメント(4)

In the beginning I referred to http://bluez.sourceforge.net/contrib/HOWTO-PAN and
http://blog.myfenris.net/?tag=bluetooth-pan.

I'd like to express my appreciation to the web sites mentioned above.

Now I am writing this article intended for users who can set up Bluetooth PAN on Windows though this is the first time that they set up Bluetooth PAN on Fedora 10.

1. You will need to make ifcfg-bnep0.

$ su
# vi /etc/sysconfig/network-scripts/ifcfg-bnep0
   DEVICE=bnep0
   BOOTPROTO=DHCP
   ONBOOT=no

2. You will need to make connection.sh according to your convenience for connecting Bluetooth PAN.

# vi connection.sh
   #!/bin/bash
   modprobe bnep
   pand --connect 00:00:00:00:00:00
   # Put the MAC address of your bluetooth device,
   # such as a pocket PC or a smart phone,
   # into 00:00:00:00:00:00.
   ifconfig bnep0
   ifup bnep0
# chmod a+x connection.sh

3. You will need to open the Internet Sharing Connection after pairing the bluetooth device, such as a pocket PC or a smart phone, with your Laptop PC. Regarding pairing, see other useful web sites.

4. You will need to go to System -> Administration -> Network, double click on the bnep0, set the bnep0 to start on boot, quit Network Configuration and reboot.

5. Execute connection.sh.

$ su
# ./connection.sh

When I executed connection.sh twice, I could connect Bluetooth PAN on Fedora 10.

Finally, I will be happy to assist you in setting up Bluetooth PAN on Fedora 10.

コメント(4)

Hi... unfornately I use FC8, I've follow your step... but when I try on my terminal...
-----------------
[root@laptop ~]# pand
-bash: pand: command not found
[root@laptop ~]# yum list bluez-pad
Error: No matching Packages to list
-----------------
what sould I do??? can U help me to resolv this???
any way thanks...

Hello. You might need to install Bluetooth utilities, such as bluez-x.xx-x.fc8.xxx.

This is because when I checked that
# rpm -qf /usr/bin/pand,
the message shows
bluez-4.30-2.fc10.x86_64.

If you use GUI, you might need to go to System -> Administration -> Add/Remove Software, look up bluez in a search box and install bluez-x.xx-x.fc8.xxx.

If you use CUI, you might need to type
# yum install bluez
in your console.

I hope it will go well.

weel I've try your advice...
but I good this...
---------------------------------------------------------
[root@laptop ~]# rpm -qf /usr/bin/pand
error: file /usr/bin/pand: No such file or directory
[root@laptop ~]# /sbin/pand
-bash: /sbin/pand: No such file or directory
[root@laptop ~]# /bin/pand
-bash: /bin/pand: No such file or directory
[root@laptop ~]# /usr/bin/pand
-bash: /usr/bin/pand: No such file or directory
[root@laptop ~]# /usr/sbin/pand
-bash: /usr/sbin/pand: No such file or directory
[root@laptop ~]# find /sbin/ -iname 'pand'
[root@laptop ~]# find /bin/ -iname 'pand'
[root@laptop ~]# find /usr/ -iname 'pand'
[root@laptop ~]# rpm -qa|grep bluez

bluez-libs-devel-3.3x-x.fc8
bluez-utils-3.3x-x.fc8
bluez-utils-cups-3.3x-x.fc8
bluez-hcidump-1.4x-x.fc8
bluez-libs-3.3x-x.fc8
bluez-utils-gstreamer-3.3x-x.fc8
bluez-gnome-analyzer-0.1x-x.fc8
bluez-utils-alsa-3.3x-x.fc8
bluez-gnome-0.1x-x.fc8
---------------------------------------------------------
there is another way to use PAN on my FC8 ??? or can you tell me how I can get [/usr/bin/pand] ??? or did I must compile it self ???

any way thanks for your respon...

Hello.

bluez-utils-3.20-4.fc8.i386.rpm includes
/etc/rc.d/init.d/pand and /usr/bin/pand.

So you might need to go to http://download.

fedora.redhat.com/pub/fedora/linux/releases/8/Everything/i386/os/Packages
/bluez-utils-3.20-4.fc8.i386.rpm and download bluez-utils-3.20-4.fc8.i386.rpm file.

After that,
# rpm -ivh bluez-utils-3.20-4.fc8.i386.rpm

I hope it will go well.

コメントする

My Photo
プロフィール!
2016・11・15 改訂
spacer01
rssspacer01foaf
spacer01
atom.xml
spacer01

この記事について

このページは、Suzuki TakashiがFebruary 15, 2009 6:55 PMに書いた記事です。

ひとつ前の記事は「調査続行、パート4。」です。

次の記事は「まだまだ設定は続く。」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

June 2024

Sun Mon Tue Wed Thu Fri Sat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

月別 アーカイブ

OpenID対応しています OpenIDについて