ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Bluetooth + Nokia = GPRS как ?
@ 2008-01-29 10:35 Roman V. Tutov
  2008-01-29 11:38 ` Genix
  2008-01-29 16:56 ` Andrey Rahmatullin
  0 siblings, 2 replies; 6+ messages in thread
From: Roman V. Tutov @ 2008-01-29 10:35 UTC (permalink / raw)
  To: community

Добый день . Хочу сделать инет через сотовый телефон .
Втыкаю в комп блютуз адаптер ..в логах вижу следующее
Jan 29 13:14:51 ibm560x kernel: usb 1-1: new full speed USB device using 
uhci_hcd and address 3
Jan 29 13:14:52 ibm560x kernel: usb 1-1: configuration #1 chosen from 1 
choice
Jan 29 13:14:54 ibm560x hcid[7657]: Bluetooth HCI daemon
Jan 29 13:14:54 ibm560x bluetooth: hcid startup succeeded
Jan 29 13:14:54 ibm560x hcid[7657]: HCI dev 0 registered
Jan 29 13:14:54 ibm560x hcid[7657]: Starting SDP server
Jan 29 13:14:54 ibm560x hcid[7657]: HCI dev 0 up
Jan 29 13:14:54 ibm560x hcid[7657]: Device hci0 has been added
Jan 29 13:14:54 ibm560x hcid[7657]: Starting security manager 0
Jan 29 13:14:54 ibm560x hcid[7657]: Device hci0 has been activated
Jan 29 13:14:54 ibm560x hid2hci: No devices in HCI mode found
Jan 29 13:14:54 ibm560x bluetooth: hid2hci startup failed
Jan 29 13:14:54 ibm560x bluetooth: rfcomm startup succeeded

лезу в конфиг /etc/bluetooth/rfcomm.conf и делаю так
rfcomm0 {
	# Automatically bind the device at startup
	bind yes;

	# Bluetooth address of the device
	device 00:0F:3D:38:D2:57;

	# RFCOMM channel for the connection
	channel	1;

	# Description of the connection
	comment "Nokia E50";
}

а что собственно дальше ? ну чем парировать устройства ? как порт 
прицепить ?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Bluetooth + Nokia = GPRS как ?
  2008-01-29 10:35 [Comm] Bluetooth + Nokia = GPRS как ? Roman V. Tutov
@ 2008-01-29 11:38 ` Genix
  2008-01-29 11:48   ` tutov
  2008-01-29 16:56 ` Andrey Rahmatullin
  1 sibling, 1 reply; 6+ messages in thread
From: Genix @ 2008-01-29 11:38 UTC (permalink / raw)
  To: community

Roman V. Tutov пишет:

> а что собственно дальше ? ну чем парировать устройства ? как порт 
> прицепить ?

натрави на него (порт /dev/rfcomm0) [k]ppp или инициируй паринг с телефона

-- 
У каждого в башке свои тараканы...



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Bluetooth + Nokia = GPRS как ?
  2008-01-29 11:38 ` Genix
@ 2008-01-29 11:48   ` tutov
  2008-01-29 11:54     ` Genix
  0 siblings, 1 reply; 6+ messages in thread
From: tutov @ 2008-01-29 11:48 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Genix пишет:
> Roman V. Tutov пишет:
>
>   
>> а что собственно дальше ? ну чем парировать устройства ? как порт 
>> прицепить ?
>> натрави на него (порт /dev/rfcomm0) [k]ppp или инициируй паринг с телефона
>>
>>     
пробовал . порт отсутствует видимо пока паринга нет . (
А если с телефона запросить паринг (ноут виден через блютуз)
то что-то же и на ноуте должно пароль спросить ? или его куда прописать 
..не нашел ничего на эту тему



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Bluetooth + Nokia = GPRS как ?
  2008-01-29 11:48   ` tutov
@ 2008-01-29 11:54     ` Genix
  2008-01-29 12:11       ` tutov
  0 siblings, 1 reply; 6+ messages in thread
From: Genix @ 2008-01-29 11:54 UTC (permalink / raw)
  To: community

tutov@aston.ru пишет:

> пробовал . порт отсутствует видимо пока паринга нет . (
> А если с телефона запросить паринг (ноут виден через блютуз)
> то что-то же и на ноуте должно пароль спросить ? или его куда прописать 
> ..не нашел ничего на эту тему

проверь вот это

$ grep RFCOMM /etc/sysconfig/bluetooth
RFCOMM_ENABLE=true
RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"

и вставь вынь bt-брелок или сделай service bluetooth restart

-- 
У каждого в башке свои тараканы...



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Bluetooth + Nokia = GPRS как ?
  2008-01-29 11:54     ` Genix
@ 2008-01-29 12:11       ` tutov
  0 siblings, 0 replies; 6+ messages in thread
From: tutov @ 2008-01-29 12:11 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Genix пишет:
> tutov@aston.ru пишет:
>
>   
>> пробовал . порт отсутствует видимо пока паринга нет . (
>> А если с телефона запросить паринг (ноут виден через блютуз)
>> то что-то же и на ноуте должно пароль спросить ? или его куда прописать 
>> ..не нашел ничего на эту тему
>>     
>
> проверь вот это
>
> $ grep RFCOMM /etc/sysconfig/bluetooth
> RFCOMM_ENABLE=true
> RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
>
> и вставь вынь bt-брелок или сделай service bluetooth restart
>
>   
проверил . у меня точно так-же




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Bluetooth + Nokia = GPRS как ?
  2008-01-29 10:35 [Comm] Bluetooth + Nokia = GPRS как ? Roman V. Tutov
  2008-01-29 11:38 ` Genix
@ 2008-01-29 16:56 ` Andrey Rahmatullin
  1 sibling, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2008-01-29 16:56 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

On Tue, Jan 29, 2008 at 01:35:11PM +0300, Roman V. Tutov wrote:
> а что собственно дальше ? ну чем парировать устройства ?
Поставить и запустить kdebluetooth или bluez-gnome.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

<drF_ckoff> вы мне мозги не парьте, они у меня и так слабые

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-01-29 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-29 10:35 [Comm] Bluetooth + Nokia = GPRS как ? Roman V. Tutov
2008-01-29 11:38 ` Genix
2008-01-29 11:48   ` tutov
2008-01-29 11:54     ` Genix
2008-01-29 12:11       ` tutov
2008-01-29 16:56 ` Andrey Rahmatullin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git