kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #30906
[Bug 654667] Re: Maverick bluetooth does not create pan0 network devices
Closing due to age.
If a similar bug appears in 13.10 please open a new report.
** Changed in: bluez (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/654667
Title:
Maverick bluetooth does not create pan0 network devices
Status in “bluez” package in Ubuntu:
Invalid
Bug description:
Binary package hint: bluez
pan0 is no longer created for bluetooth adaptors. This is a regression
from lucid, where this worked with both the ubuntu kernel and the
backported maverick (2.6.35.22) kernel.
Expected: Boot the computer with bluetooth enabled and the following
in /etc/network/interfaces
auto pan0
iface pan0 inet static
address 10.69.42.1
netmask 255.255.255.0
network 10.69.42.0
broadcast 10.69.42.255
metric 69
up echo 1 > /proc/sys/net/ipv4/ip_forward
up iptables -t nat -A POSTROUTING -s 10.69.42.0/24 -j MASQUERADE
down echo 0 > /proc/sys/net/ipv4/ip_forward
down iptables -t nat -D POSTROUTING -s 10.69.42.0/24 -j MASQUERADE
A device pan0 will be created.
What actually happens: The device is not created, alas. Tested on two
ia32 and one ppc machines.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/654667/+subscriptions