ALT Linux hardware support
 help / color / mirror / Atom feed
From: Kondratenko Boris <kondor71@yandex.ru>
To: hardware@altlinux.ru
Subject: [Hardware] Спутниковый интернет.
Date: Wed, 24 Aug 2005 00:12:10 +0400
Message-ID: <1124827931.9412.4.camel@kondor7> (raw)

Имеется свежий Сизиф с ядром 2.6.11-wks26-up, карта SkyStar2 и еще пара
мелочей в виде IRDA MA-620 и мобильного телефона. Почти удалось все
настроить и задокументировать как это делал (готовлю в FAQ)... Есть
пара вопросов.

Первый, есть скрипт запуска IRDA, выглядит так:


> #!/bin/sh
> #
> # Minimal stuff required to get the MA620 USB IRDA dongle recognised
by
> # the kernel.  Version 1 -- works with unpatched kernel, but only at
> # 9600bps.
> 
> modprobe uhci_hcd
> modprobe pl2303
> modprobe irda
> echo 115200 > /proc/sys/net/irda/max_baud_rate
> modprobe irtty-sir
> modprobe ma600-sir
> modprobe ircomm-tty
> irattach /dev/ttyUSB0 -d ma600 -s
> 
> exit 0

Куда его надо прописать, чтобы он запускался автоматически?

И более серьезный вопрос, есть скрипт, который должен запустить DVB
карту, не могу кое что понять:


> #!/bin/bash
> # Probing modules
> modprobe ipip
> modprobe ip_gre
> #
> echo 1 > /proc/sys/net/ipv4/ip_forward
> echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
> # Making routes
> echo "Adding routes..."
> ip route add express-vpn-fake.planetsky.com via ### что суда
прописать? YOUR_EARTH_GW
> echo "OK"
> # VPN
> echo "Starting VPN..."
> pptp express-vpn-fake.planetsky.com call pptpfake
> echo "OK"
> # Making default gw
> route del default
> route add default dev ppp0

Как я понял, там надо указать мое второе соединение, при помощью
которого я уже законнекчен, ifconfig показывает что подключены irda0 lo
ppp0 что надо указать?
-- 
С Уважением, Борис.



             reply	other threads:[~2005-08-23 20:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-23 20:12 Kondratenko Boris [this message]
2005-08-24  7:57 ` Andrew Fefilov
2005-08-24 18:13   ` Kondratenko Boris
2005-08-24 18:27     ` Kondratenko Boris
2005-08-25  3:29       ` Andrew Fefilov
2005-08-25  3:27     ` Andrew Fefilov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1124827931.9412.4.camel@kondor7 \
    --to=kondor71@yandex.ru \
    --cc=hardware@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

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


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