我刚买了一台新笔记本电脑。宏碁 v7-582PG。除了无线模块,一切都适用于 Ubuntu。我尝试过 Ubuntu 13.04 和 13.10 Beta。仍然没有运气。
这是一种新的无线网卡,所以关于它的信息很少。
lspci: 04:00.0 网络控制器: Intel Corporation Wireless 7260 (rev 63)
sudo lshw -c network
ubuntu@ubuntu:~$ sudo lshw -c network
*-network UNCLAIMED
description: Network controller
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: 63
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:b3500000-b3501fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0.1 …
Run Code Online (Sandbox Code Playgroud) 我刚刚安装了 ubuntu 12.04.1 替代安装(用于某些磁盘上的 raid 0)。我有一些网络问题。我在学校,我们使用电缆,它有 IPv6。
如果我run ifconfig eth0
继承人我的输出:
eth0 Link encap:Ethernet HWaddr e0:cb:4e:87:ff:db
inet addr:128.39.194.217 Bcast:128.39.194.223 Mask:255.255.255.224
inet6 addr: 2001:700:1100:8008:e2cb:4eff:fe87:ffdb/64 Scope:Global
inet6 addr: fe80::e2cb:4eff:fe87:ffdb/64 Scope:Link
inet6 addr: 2001:700:1100:8008:48f7:c23:1d87:da6c/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1063378 errors:0 dropped:0 overruns:0 frame:0
TX packets:489811 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1577173461 (1.5 GB) TX bytes:37043669 (37.0 MB)
Interrupt:68 Base address:0x6000
Run Code Online (Sandbox Code Playgroud)
我的 /etc/network/interfaces 看起来像这样:
# This file describes the network interfaces available on your system
# and …
Run Code Online (Sandbox Code Playgroud) 我是从那个网站买的。我全新安装了 Ubuntu 13.04。当我尝试从终端运行 Game Dev Tycoon 时,出现以下错误:
gamedevtycoon: error while loading shared libraries: libXrandr.so.2: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud) 我有一个下载一些文件的程序。我希望这些文件自动将权限更改为 755,并移动到我系统上的另一个文件夹。我希望它每小时自动运行一次。
这可能吗?我不擅长脚本,但我很擅长终端。我的系统是 Ubuntu 服务器 12.04。