LINUX.ORG.RU

Сообщения nick_vnu

 

Настройка utel интернет через bluetooth

Пытаюсь настроить интернет от utel через bluetooth. ОС Ubuntu 9.10. Телефон Nokia 6233. Настроил rfcomm, wvdial. Происходит соединение, даже получаю DNS адреса, но доступа в интернет нет. Подскажите, что я делаю не так?

rfcomm.conf

#
# RFCOMM configuration file.
#

rfcomm0 {
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 00:18:C5:EE:89:E3;
#
# # RFCOMM channel for the connection
channel 1;
#
# # Description of the connection
comment «1234»;
}



wvdial.conf

[Dialer Defaults]
Modem = /dev/rfcomm0
Baud = 115200
Init1 = ATZ
Init2 = AT+CGDCONT=1,«IP»,«3g.utel.ua»
Dial Attempts = 1
Phone = *99***1#
Username = "
Password = "
Auto DNS = on
New PPPD = yes


Результаты в консоли

nickvnu@nickvnu:~$ sudo rfcomm bind rfcomm0
nickvnu@nickvnu:~$ sudo rfcomm
rfcomm0: 00:18:C5:EE:89:E3 channel 1 clean
nickvnu@nickvnu:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CGDCONT=1,«IP»,«3g.utel.ua»
AT+CGDCONT=1,«IP»,«3g.utel.ua»
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}«}&} }*} } g}%~
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}»}&} }*} } g}%~
--> PPP negotiation detected.
--> Starting pppd at Fri Dec 18 20:55:02 2009
--> Pid of pppd: 2301
--> Using interface ppp0
--> pppd: ȶ�[08]p��[08]
--> pppd: ȶ�[08]p��[08]
--> pppd: ȶ�[08]p��[08]
--> pppd: ȶ�[08]p��[08]
--> local IP address 94.179.221.39
--> pppd: ȶ�[08]p��[08]
--> remote IP address 10.6.6.6
--> pppd: ȶ�[08]p��[08]
--> primary DNS address 213.179.249.133
--> pppd: ȶ�[08]p��[08]
--> secondary DNS address 212.113.36.14
--> pppd: ȶ�[08]p��[08]

nick_vnu
()

Снова Nvidia и Compiz

Переставил систему. Стоит Debian squeeze. Установил новые дрова nvidia, скачанные с сайта NVIDIA (NVIDIA-Linux-x86-185.18.36-pkg1.run). Поставил compiz. При запуске пропадают обрамление и заголовки окон.

Попробовал поиск. Нашел тему http://www.linux.org.ru/view-message.jsp?msgid=3796350

Поставил emerald и установил тему для него. И НИЧЕГО не изменилось. Есть какие-нибудь соображения?

Мой xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009

Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection

Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection

Section "Module" Load "record" Load "xtrap" Load "dbe" Load "glx" Load "extmod" EndSection

Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbRules" "xorg" Option "XkbLayout" "us,ru,ua" Option "XkbVariant" ",winkeys,winkeys" Option "XkbOptions" "grp:ctrl_shift_toggle" EndSection

Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection

Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection

Section "Device"

### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> #Option "DualHead" # [<bool>] Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 8500 GT" EndSection

Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection

Section "Extensions" Option "Composite" "Enable" Option "DRI" "Enable" Option "Render" "Enable" Option "Damage" "Enable" EndSection

nick_vnu
()

RSS подписка на новые темы