[arch-releng] [PATCH 1/2] [configs/releng] Add usb_modeswitch and wvdial to live-env
Implements FS#31054 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/packages.i686 | 2 ++ configs/releng/packages.x86_64 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index f3683d3..3d30971 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -43,8 +43,10 @@ smartmontools speedtouch systemd tcpdump +usb_modeswitch vpnc wireless_tools wpa_actiond +wvdial zd1211-firmware zsh diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 6654e28..76d0854 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -44,8 +44,10 @@ smartmontools speedtouch systemd tcpdump +usb_modeswitch vpnc wireless_tools wpa_actiond +wvdial zd1211-firmware zsh -- 1.7.11.4
Fix FS#31022 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/root-image/etc/rc.d/functions.d/automated_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/root-image/etc/rc.d/functions.d/automated_script b/configs/releng/root-image/etc/rc.d/functions.d/automated_script index b89ad9e..f3e9018 100644 --- a/configs/releng/root-image/etc/rc.d/functions.d/automated_script +++ b/configs/releng/root-image/etc/rc.d/functions.d/automated_script @@ -12,7 +12,7 @@ automated_script () fi if [ ${rt} -eq 0 ]; then chmod +x /tmp/startup_script - echo -e '\nif [ $(tty) = "/dev/tty1" ]; then\n /tmp/startup_script\nfi\n' >> /root/.bash_profile + echo -e '\nif [ $(tty) = "/dev/tty1" ]; then\n /tmp/startup_script\nfi\n' >> /root/.zprofile stat_done else stat_fail -- 1.7.11.4
Am 09.08.2012 01:46, schrieb Gerardo Exequiel Pozzi:
Implements FS#31054
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/packages.i686 | 2 ++ configs/releng/packages.x86_64 | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index f3683d3..3d30971 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -43,8 +43,10 @@ smartmontools speedtouch systemd tcpdump +usb_modeswitch vpnc wireless_tools wpa_actiond +wvdial zd1211-firmware zsh
It amazes me that people want to use wvdial. It doesn't simplify connecting at all compared to plain pppd, but adds yet another program. What we should aim for is adding 3G support to netcfg, which would make wvdial redundant. This patch is fine for now, but this needs to be improved soon.
On Thu 09 Aug 2012 10:55 +0200, Thomas Bächler wrote:
It amazes me that people want to use wvdial. It doesn't simplify connecting at all compared to plain pppd, but adds yet another program. What we should aim for is adding 3G support to netcfg, which would make wvdial redundant.
I remember this discussion years ago. Well, wvdial actually does simplify matters for some people. Apparently it fails for others. It would be great to add these features to netcfg, but who's going to do it? Probably not the releng devs, as this was suggested before... Maybe try the netcfg devs.
Am 10.08.2012 00:27, schrieb Loui Chang:
On Thu 09 Aug 2012 10:55 +0200, Thomas Bächler wrote:
It amazes me that people want to use wvdial. It doesn't simplify connecting at all compared to plain pppd, but adds yet another program. What we should aim for is adding 3G support to netcfg, which would make wvdial redundant.
I remember this discussion years ago. Well, wvdial actually does simplify matters for some people. Apparently it fails for others.
It would be great to add these features to netcfg, but who's going to do it? Probably not the releng devs, as this was suggested before...
Maybe try the netcfg devs.
Good question. Anyone interested in implementing 3G profiles in netcfg? It shouldn't be that hard, the configuration seems to be mostly identical for different providers.
On Fri, Aug 10, 2012 at 1:37 AM, Thomas Bächler <thomas@archlinux.org> wrote:
Good question. Anyone interested in implementing 3G profiles in netcfg? It shouldn't be that hard, the configuration seems to be mostly identical for different providers.
If someone does try this, I hope they'll use <http://www.archlinux.org/packages/extra/any/mobile-broadband-provider-info/>. -t
participants (4)
-
Gerardo Exequiel Pozzi
-
Loui Chang
-
Thomas Bächler
-
Tom Gundersen