« 調査続行、パート4。 | Main | まだまだ設定は続く。 »

February 15, 2009

How to set up Bluetooth PAN on Fedora 10

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.

  February 15, 2009 in  パソコン・インターネット , 学問・資格 , 携帯・デジカメ , 雑記 , 

spaceトラックバックspace

このページのトラックバックURL :
http://app.cocolog-nifty.com/t/trackback/93074/44072049

このページへのトラックバック一覧 How to set up Bluetooth PAN on Fedora 10:


コメント

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...

Posted by: pias (01) | Mar 12, 2009 1:13:11 AM


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.

Posted by: Takashi Suzuki (01) | Mar 12, 2009 12:20:55 PM


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...

Posted by: pias (02) | Mar 12, 2009 2:01:06 PM


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.

Posted by: Takashi Suzuki (02) | Mar 12, 2009 9:45:06 PM


コメントを投稿






TrackBack

TrackBack URL for this entry:
http://app.cocolog-nifty.com/t/trackback/93074/44072049

spacer01

Post a comment






spacer01