deepin 的有线网络设置有没有802.1?
Tofloor
poster avatar
qq919680596
deepin
2014-01-11 00:10
Author
deepin 的有线网络设置有没有802.1?


怎么我没看到有?,我是用校园网的,没有那个是上不了网的
Reply Favorite View the author
All Replies
xliang9550
deepin
2014-01-11 05:45
#1
刚才进虚拟机看了一下,网络连接的高级设置里面没有这个选项,可能需要通过命令行解决。
(据说LD正在重写网络控制部分)
Reply View the author
wavecool
deepin
2014-01-11 07:11
#2
deepin 的有线网络设置有没有802.1?


怎么我没看到有?,我是用校园网的,没有那个是上不了网的
sudo apt-get install network-manager-gnome
终端之行这个命令,然后就可以在启动器找到有个与网路设置有关的软件,打开设置一下就行了
Reply View the author
cxbii
deepin
2014-01-11 23:32
#3
目前没有,可以按照楼上的方法暂时解决
Reply View the author
qq919680596
deepin
2014-01-15 01:52
#4
[quote]deepin 的有线网络设置有没有802.1?


怎么我没看到有?,我是用校园网的,没有那个是上不了网的
sudo apt-get install network-manager-gnome
终端之行这个命令,然后就可以在启动器找到有个与网路设置有关的软件,打开设置一下就行了[/quote]


都连不上网,你说能联网apt-get?
Reply View the author
poloshiao
deepin
2014-01-15 02:31
#5
sudo apt-get install network-manager-gnome
都连不上网,你说能联网apt-get?
安裝好 Deepin 2013 應該就預裝 network-manager-gnome 不需再額外安裝
把下述指令 複製 貼到 終端機 執行
sudo dpkg -l | grep network-manager
可以看看安裝了 network-manager-gnome 及其相依套件了沒
Reply View the author
qq919680596
deepin
2014-01-15 04:37
#6
[quote]sudo apt-get install network-manager-gnome
都连不上网,你说能联网apt-get?
安裝好 Deepin 2013 應該就預裝 network-manager-gnome 不需再額外安裝
把下述指令 複製 貼到 終端機 執行
sudo dpkg -l | grep network-manager
可以看看安裝了 network-manager-gnome 及其相依套件了沒[/quote]

好像有,但是该如何安装?
Reply View the author
poloshiao
deepin
2014-01-15 04:46
#7
好像有,但是该如何安装?
已經安裝好了
Reply View the author
qq919680596
deepin
2014-01-15 05:16
#8
[quote]好像有,但是该如何安装?
已經安裝好了[/quote]
还没安装,我只是在u盘测试,按照你的命令是可以显示有一些东西出来
但是该如何安装network-manager-gnome??
Reply View the author
fredy4212
deepin
2014-01-15 08:22
#9
[quote][quote]好像有,但是该如何安装?
已經安裝好了[/quote]
还没安装,我只是在u盘测试,按照你的命令是可以显示有一些东西出来
但是该如何安装network-manager-gnome??[/quote]
  1. sudo apt-get install network-manager-gnome
Copy the Code
或是去軟體中心搜尋
Reply View the author
qq919680596
deepin
2014-01-15 11:16
#10
  1. sudo apt-get install network-manager-gnome
Copy the Code
或是去軟體中心搜尋[/quote]

前提是上不了网.....
Reply View the author
cxbii
deepin
2014-01-15 17:50
#11
  1. sudo apt-get install network-manager-gnome
Copy the Code
或是去軟體中心搜尋[quote]

前提是上不了网.....
[/quote]
http://packages.linuxdeepin.com/deepin/ ... ager-l2tp/
请在这里下载好deb包,然后在linux下安装吧
Reply View the author
qq919680596
deepin
2014-01-17 05:45
#12
[quote]
  1. sudo apt-get install network-manager-gnome
Copy the Code
或是去軟體中心搜尋[quote]

前提是上不了网.....
[/quote]
http://packages.linuxdeepin.com/deepin/ ... ager-l2tp/
请在这里下载好deb包,然后在linux下安装吧[/quote]

安装成功了,要怎么用?好像没有802.1的选项,还是和原来一样
Reply View the author
poloshiao
deepin
2014-01-17 06:24
#13
sudo apt-get install network-manager-gnome
/usr/bin/nm-connection-editor
有線
802.1x 標籤
Reply View the author
fredy4212
deepin
2014-01-18 08:27
#14
  1. sudo apt-get install network-manager-gnome
Copy the Code
或是去軟體中心搜尋

前提是上不了网.....[/quote]
我忘了 :
Reply View the author
poloshiao
deepin
2014-01-18 16:06
#15
sudo apt-get install network-manager-gnome
上不了网
找一臺可以上網的電腦 下載 network-manager-gnome 套件包 (deb)
64 bit
http://packages.ubuntu.com/raring/amd64 ... e/download
32 bit
http://packages.ubuntu.com/raring/i386/ ... e/download
然後到你要安裝的 電腦 使用
sudo dpkg -i ./套件名稱.deb
安裝

如果缺少 相依套件
先到這個網頁尋找 Ubuntu 13.04 (raring) 下載該套件的 套件包 (deb)
1. http://packages.ubuntu.com/raring/allpackages
2. http://packages.ubuntu.com/raring-updates/allpackages
3. http://packages.ubuntu.com/raring-backports/allpackages
然後到你要安裝的 電腦 使用
sudo dpkg -i ./套件名稱.deb
安裝
Reply View the author