佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 945|回复: 18

有没有用Izzi broadband的linux用户?

[复制链接]
发表于 28-12-2007 12:09 PM | 显示全部楼层 |阅读模式
我想请教怎么setup这玩意儿。
我用的是izzipro,之前usb/cable都试过,
有时能上,有时不能上
照着网上搜索来的指南来设,
可以在#tail -f /var/log/messages的时候看到成功连接,
可是实际上却不能上网

我查了lsmod有ib_net和ib_usb
pppoe dialer我试过用pppoeconf,也试过rp,
可就是不能上
回复

使用道具 举报


ADVERTISEMENT

 楼主| 发表于 28-12-2007 12:13 PM | 显示全部楼层
rp = Roaring Penguin
回复

使用道具 举报

 楼主| 发表于 28-12-2007 12:14 PM | 显示全部楼层

http://mybroadband.co.za/vb/showthread.php?p=1402430

When I got my iBurst I had no clue that this page had any info on getting iBurst set up on Linux, and a quick scan over what is so far on the site does not cover everything, so here I am going to write a full tutorial on how to use iBurst on Linux.


Things you will need:
* Computer (inc. keyboard, mouse and screen)
* A working Linux distribution
* An iBurst modem (I will be working through the information for desktop, USB, and PCMCIA modems)
* An ibdriver package matching your kernel (go for the 1.3.x series of drivers. If you're not sure about which kernel version driver package to get, get both)
* The Roaring Penguin package (rp-pppoe, if you can use your distros specific version, so much the better)
* Network connection (if you are setting up the desktop modem), or if you want to set up sharing of the connection and want to test whether it works


Now, to start (all 'single'-quote things are command to be typed without the quotes):


1) plug everything in everywhere
2) open a terminal window
3) type 'su --login' if you are on a Red Hat based system (CentOS, Fedora, etc), or 'sudo su -' if you are on a Debian (or Debian-based) or Ubuntu system
4) you are now root
5) for people with a desktop modem, type 'ifconfig eth0 192.168.0.10 netmask 255.255.255.0 up' (and follow further instructions here)
6) for those who are using the PCMCIA modem or the USB modem, follow these instuctions
NOTE: if your username if charlie then your home dir is at /home/charlie/your_home_dir_stuff_here


6.a) cd to whichever directory you saved the downloaded files in. If this was on your desktop, the command would be 'cd /home/charlie/Desktop'
6.b) type 'uname -r'. If you have a 2.6.20 version, use the 2.6.20 specific ibdriver package in the next step. Likewise for the 2.6.17, and for all other 2.6.x versions, use the 2.6 version.
6.c) extract the files 'tar -xvpf ./ibdriver-ver-si-on.num.ber-here.tar.gz'
6.d) cd to the newly extracted directory. It has the same name as the archive which you extracted. Thus, if you extracted ibdriver-1.3.2-linux-2.6.17.tar.gz, then the folder will be ibdriver-1.3.2-linux-2.6.17 (note that the .tar.gz is not in the folder name)
6.e) 'make'
6.f) if 6.e completed fine, then 'make install'. If it did not complete fine, drop a comment and I will try to help you


7.a) cd to the directory where the rp-pppoe file was saved after download. Again, if this was your desktop, it would be 'cd /home/charlie/Desktop'
7.b) Extract the archive 'tar -xvpf rp-pppoe-ver-si.on-here.tar.gz'
7.c) cd into the new dir 'cd rp-pppoe-ver-si.on-here'
7.d) Run the script './go' (notice the leading period, IT IS VERY IMPORTANT!!)
7.e) Type in all your details. when it asks about dns settings, enter 'server' (without quotes). When it asks about firewall, this depends on whether you want to share internet. If you do, say '0' for no settings
7.f) If you do want to share internet, use "firestarter". Speak to your distro's team for information on installing it or drop a comment on the page and I'll try to help


8) And this is if you are using Gnome: right-click on the taskbar, "Add to panel". Select modem lights and say add
9) To start up your connection, just click on the big button on the left side if that thing, and presto


I will try to add some things to it as soon as possible. Enjoy
回复

使用道具 举报

发表于 28-12-2007 12:51 PM | 显示全部楼层
是成功了吗?
还是在尝试着
回复

使用道具 举报

 楼主| 发表于 28-12-2007 01:02 PM | 显示全部楼层
还没成功呢
上面那个是给大家参考~

基本上看到的都讲用ethernet来设比较容易
插上cable了就执行#pppoeconfig就行了

可是不管我用usb还是ethernet
log messages里面可以看到我拿到ip了
可是就是不能上网
不知道是不是mtu的关系?
看到有人讲放1352
回复

使用道具 举报

发表于 28-12-2007 01:33 PM | 显示全部楼层
call izzi客户服务喽
回复

使用道具 举报

Follow Us
发表于 28-12-2007 02:34 PM | 显示全部楼层
看你的DNS设定...
回复

使用道具 举报

 楼主| 发表于 28-12-2007 04:10 PM | 显示全部楼层

回复 7# 的帖子

7.e) Type in all your details. when it asks about dns settings, enter 'server' (without quotes).


我是照这个设的
回复

使用道具 举报


ADVERTISEMENT

发表于 28-12-2007 09:34 PM | 显示全部楼层

回复 8# 的帖子

$ cat /etc/resolv.conf
回复

使用道具 举报

 楼主| 发表于 29-12-2007 08:47 AM | 显示全部楼层

回复 9# 的帖子

你来拉~

昨天晚上我试用ubuntu,结果竟然一设就成
我发现好像是avahi-daemon的问题
所以就format
结果可以上网了
现在在犹豫要保持在etch还是再次挑战sid……

[ 本帖最后由 丘希特 于 29-12-2007 08:59 AM 编辑 ]
回复

使用道具 举报

 楼主| 发表于 29-12-2007 09:47 AM | 显示全部楼层
升级着去sid……
避免碰到avahi-daemon……

upgrade了的东西可以undo的吗?
回复

使用道具 举报

发表于 29-12-2007 09:50 AM | 显示全部楼层

回复 11# 的帖子

AVAHI-DAEMON 是个好东西来的
回复

使用道具 举报

发表于 8-1-2008 10:25 AM | 显示全部楼层
其实你已经成功的还是没有。
因为我考虑换ISP
回复

使用道具 举报

发表于 8-1-2008 11:13 AM | 显示全部楼层

回复 13# sweemeng 的帖子

有什么ISP?????
回复

使用道具 举报

发表于 8-1-2008 11:17 AM | 显示全部楼层
我管理的宿舍网络可能会改变,因为出现了一些问题。但是暂时不便说啦。但是可能,不能在宿舍上网。但是还没有生效,所以还有时间争取。

所以想要找个wireless ISP。其实也在考虑中啦。看来iburst可以在gutsy走,是其中一个考虑的对象。
我考虑的对象是:
1)maxis的因为在家用的很好,但是整家人用到很爽,所以不能搬来宿舍用。但是不能很容易的用dynamic dns。但是不重要啦,USB的应该可以。
2)digi的也考虑中,他的usb modem是应该没有问题咯。但是他们本身是没有support windows以外的OS 咯。
3)iburst的ISP,例如izzi也是考虑中,因为iburst的hardware是有linux的driver。但是要用点时间来装咯。

但是用的usb modem如果没有错的话,应该是不用另外装东西咯。

[ 本帖最后由 sweemeng 于 8-1-2008 11:26 AM 编辑 ]
回复

使用道具 举报

发表于 8-1-2008 12:26 PM | 显示全部楼层
原帖由 sweemeng 于 8-1-2008 11:17 AM 发表
我管理的宿舍网络可能会改变,因为出现了一些问题。但是暂时不便说啦。但是可能,不能在宿舍上网。但是还没有生效,所以还有时间争取。

所以想要找个wireless ISP。其实也在考虑中啦。看来iburst可以在gutsy走,是 ...
听到朋友说,5楼以上不能用broadband (maxis/ celcom).超差。。。
回复

使用道具 举报


ADVERTISEMENT

发表于 8-1-2008 02:51 PM | 显示全部楼层
还好拉,我的宿舍4楼而已
马大的宿舍很少超过5楼的。

[ 本帖最后由 sweemeng 于 8-1-2008 02:52 PM 编辑 ]
回复

使用道具 举报

 楼主| 发表于 8-1-2008 04:30 PM | 显示全部楼层
我没问题了的,format过后用pppoeconf来设就自动dialup了
usb的话也是一样,装了driver再pppoeconf

至于上次的问题我觉得是avahi-daemon的问题……
谁有进一步更具体的消息就请指教咯……
回复

使用道具 举报

发表于 8-1-2008 04:50 PM | 显示全部楼层
其实如果你身边除了你的电脑,全部都走windows的话,也不太需要avahi。也没什么东西玩。但是其实,一些人会在他们的windows的电脑装bonjour,这样就不同咯,但是很少啦。如果有其他的os的话,就好玩很多咯。

avahi多用在bonjour compatible的printer,aka network printer。但是fedora core用的方法是把sftp server跟avahi一起用。然后作shared folder。比windows的shared folder更好用。 更危险的用法是,弄vnc server和avahi用。也可以和pulseaudio一起用等

p.s bonjour和avahi是一种zeroconf networking的技术,是用mdns的方法。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 24-5-2024 12:17 PM , Processed in 0.087966 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表