1. Open Synaptic and install the following packages:
• bluez-utils
• bluez-passkey-gnome
• gnome-bluetooth
• bluez-pin*
2. Turn your phone's BT connection and set its visibility to 'Show to all' or equivalent.
3. Open a terminal and type:
Code:
hcitool scan
You should see something like:
Code:
Scanning ...
00:0E:07:37:7C:BD 6230i
(Your device identification will be different)
4. Open /etc/bluetooth/hcid.conf in a text editor and set:
autoinit yes
security auto
pairing multi
passkey whatever-you-want
5. Press ALT+F2 and run the
Code:
bluetooth-applet
6. On your mobile phone, go to bluetooth settings, search for a new device and add your computer and pair it using the passkey you set up before
7. On your mobile phone to Start->Programs->Internet Sharing, choose Bluetooth PAN, and your NetworkConnection (Mine is T-Mobile GRPS/EDGE), and choose Connect
Open a terminal:
8. sudo modprobe bnep
9. sudo pand --connect 00:0E:07:37:7C:BD
10. sudo ifconfig bnep0
11. sudo ifup bnep0
It should assign you an IP address automatically. And thats it!
I'm actually writing this guide using my internet over bluetooth, so I know it works for sure!
I hope this helps1. Open Synaptic and install the following packages:
• bluez-utils
• bluez-passkey-gnome
• gnome-bluetooth
• bluez-pin*
2. Turn your phone's BT connection and set its visibility to 'Show to all' or equivalent.
3. Open a terminal and type:
Code:
hcitool scan
You should see something like:
Code:
Scanning ...
00:0E:07:37:7C:BD 6230i
(Your device identification will be different)
4. Open /etc/bluetooth/hcid.conf in a text editor and set:
autoinit yes
security auto
pairing multi
passkey whatever-you-want
5. Press ALT+F2 and run the
Code:
bluetooth-applet
6. On your mobile phone, go to bluetooth settings, search for a new device and add your computer and pair it using the passkey you set up before
7. On your mobile phone to Start->Programs->Internet Sharing, choose Bluetooth PAN, and your NetworkConnection (Mine is T-Mobile GRPS/EDGE), and choose Connect
Open a terminal:
8. sudo modprobe bnep
9. sudo pand --connect 00:0E:07:37:7C:BD
10. sudo ifconfig bnep0
11. sudo ifup bnep0
It should assign you an IP address automatically. And thats it!
I'm actually writing this guide using my internet over bluetooth, so I know it works for sure!
I hope this helps
Wednesday, December 02, 2009
Thursday, November 12, 2009
Resolve failed connect from Wii Mplayer CE to Samba server
In HomeBrewChannel I've got installed MPlayer CE. This software enables connect to samba shares. Follow these steps to working this connection success full:
1. configure samba access on SD cars, in file /apps/mplayer ce/smb.conf according to readme from mplayer distribution
2. change parameter security in /etc/samba/smb.conf on your pc (samba server)
set security=user
3. voila you got it
Ubuntu 9.10 and error when installing Adobe Air
I tried install Adobe Air. All cases with the error alert:
But these steps helps:
I got it :) Adobe Air installed on karmic koala.
An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator
But these steps helps:
1. in synaptics remove broken package adobeair
2. sudo rm /opt/Adobe -R
3. sudo rm /etc/opt/ -R
4. sudo apt-get remove adobe-certs
5. sudo dpkg --purge adobe-certs
I got it :) Adobe Air installed on karmic koala.
Tuesday, November 10, 2009
Ubuntu Fixes - too big font in KDE (Kubuntu)
Bug Description:
I upgraded from 9.04 to 9.10 karmic koala. Then I installed xubuntu-desktop and kubuntu-desktop. After the login to KDE are fonts too big e.g. menu entries are on the hlaf of screen.
Solution:
I upgraded from 9.04 to 9.10 karmic koala. Then I installed xubuntu-desktop and kubuntu-desktop. After the login to KDE are fonts too big e.g. menu entries are on the hlaf of screen.
Solution:
sudo gedit /etc/kde4/kdm/kdmrc
line ServerArgsLocal add parameter -dpi 96
Labels:
9.10,
karmic koala,
kde,
kdm,
kubuntu,
too big font,
ubuntu
Saturday, September 26, 2009
Ubuntu 9.04 jaunty, kernel 2.6.30 and Broadcomm wireless drivers
Oh long story ... I upgraded ubuntu jaunty to kernel 2.6.30 because I had troubles with freezing my Intel GMA 945 internal graphics. Fine and everything went OK. But...
My wireless network was gone.
Here is solution:
* On http://www.broadcom.com/support/802.11/linux_sta.php download driver (32, 64b according to your pc)
* carefully read http://www.broadcom.com/docs/linux_sta/README.txt
* do step included in this readme
Wait, wait, wait - about 20 seconds, and my wicd recognized many wireless networks including mine :)
For autoloading of this module you need:
*
*
* refresh modules
*
* add new line with "wl"
My wireless network was gone.
Here is solution:
* On http://www.broadcom.com/support/802.11/linux_sta.php download driver (32, 64b according to your pc)
* carefully read http://www.broadcom.com/docs/linux_sta/README.txt
* do step included in this readme
Wait, wait, wait - about 20 seconds, and my wicd recognized many wireless networks including mine :)
For autoloading of this module you need:
*
sudo mkdir /lib/modules/2.6.30-xxx/broadcomm-wlan/
*
sudo mv wl.ko /lib/modules/2.6.30-xxx/broadcomm-wlan/
* refresh modules
sudo /sbin/depmod -ae
*
sudo gedit /etc/modules
* add new line with "wl"
Subscribe to:
Posts (Atom)