[问题]网卡问题,强烈bs ubuntu

CPU/显卡/打印机/USB设备等硬件问题
回复
flyheart
帖子: 47
注册时间: 2005-09-19 20:00

[问题]网卡问题,强烈bs ubuntu

#1

帖子 flyheart » 2005-09-19 20:15

各位大虾,小弟是第一次装ubuntu,装的是从这下的ubuntu-5.04-install-i386.iso.可装完后发现偶的Broadcom网卡ubuntu不认识,于是就找驱动.可装驱动时发现ubuntu的bash里竟然没有make命令!网卡驱动没法编译啊,那还怎么上网apt -get啊?!
大家难道装完ubuntu也没make? 
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2005-09-19 20:42

不用。alien rpm->deb。dpkg -i xx.deb。以后就apt-get install。方便的很。
● 鸣学
头像
leal
帖子: 1119
注册时间: 2005-08-29 14:49
来自: 杭州
联系:

Re: [问题]网卡问题,强烈bs ubuntu

#3

帖子 leal » 2005-09-19 20:44

flyheart 写了:各位大虾,小弟是第一次装ubuntu,装的是从这下的ubuntu-5.04-install-i386.iso.可装完后发现偶的Broadcom网卡ubuntu不认识,于是就找驱动.可装驱动时发现ubuntu的bash里竟然没有make命令!网卡驱动没法编译啊,那还怎么上网apt -get啊?!
大家难道装完ubuntu也没make? 
make本来就编译源代码用,Ubuntu有说自己天生就安装了编译套件?在哪里这么宣称了?

请不要老怪Ubuntu或其它发行版。说句直白的话,不爽就别用。

如果要继续用,那就多问多学多看,没有make你就装啊?没装gcc、g++你再make有什么用?

说话重了点。谅解。请尊重别人的劳动成果。
用心×恒 | 豆瓣 | 门户 | Blog
flyheart
帖子: 47
注册时间: 2005-09-19 20:00

#4

帖子 flyheart » 2005-09-19 21:06

楼上的大虾别生气,偶这个强烈bs只是论坛上的玩笑而已,不然我也不会来这里问问题了,而是早就把它给卸了 :) :D

偶还是菜鸟,还需要你们多多指教!
我把驱动的readme贴出来,麻烦大虾们给我详细点说说好么?再次感谢!
就是下面的到了第二步,找不到make呀?
二楼的兄弟给出的命令是取代make的吗?菜了点,大家别笑我 :(

Building Driver From TAR File
=============================

The following are general guidelines for installing the driver. Refer to
DISTRIB.TXT for additional installation notes for various Linux distributions.

1. Create a directory and extract the files:

tar xvzf bcm5700-<version>.tar.gz

2. Build the driver bcm5700.o as a loadable module for the running kernel:

cd src
make

3. Test the driver by loading it:

insmod bcm5700.o
or
insmod bcm5700.ko (on 2.6.x kernels)

If loading the driver on Red Hat 7.3, 2.1 AS or other newer kernels with the
tg3 driver, refer to the "Removing tg3 Driver" in DISTRIB.TXT before loading
the driver.

4. Install the driver and man page:

make install

See RPM instructions above for the location of the installed driver.

5. To configure network protocol and address, refer to various Linux
documentations.
flyheart
帖子: 47
注册时间: 2005-09-19 20:00

#5

帖子 flyheart » 2005-09-19 21:27

It works now!
I'm using Firefox surfing Internet under the ubuntu now! :D
wayleep
帖子: 34
注册时间: 2005-09-10 14:42

#6

帖子 wayleep » 2005-09-19 21:53

好象broadcom的网卡,xp默认的也不认的吧...
郑尧
帖子: 65
注册时间: 2007-07-29 16:09

#7

帖子 郑尧 » 2007-07-29 16:43

问问楼主是咋成功的,我也遇到了一样的问题
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#8

帖子 millenniumdark » 2007-07-29 18:06

If you cannot find make, do

sudo aptitude install build-essential

This has been said a hundred times in forum and wiki. :D
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#9

帖子 skyx » 2007-07-29 18:40

millenniumdark 写了:If you cannot find make, do

sudo aptitude install build-essential

This has been said a hundred times in forum and wiki. :D
said? 好久没学语法了,不知道是否可以被动。但语感告诉我听起来不大对劲。
no security measure is worth anything if an attacker has physical access to the machine
郑尧
帖子: 65
注册时间: 2007-07-29 16:09

#10

帖子 郑尧 » 2007-07-29 18:53

come on 看清楚问题好吧,说了装的是网卡驱动,没装驱动之前网卡都不能用,咋上网?还sudo aptitude install build-essential? 不要在论坛上混的时间长了就装专家好吧!
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#11

帖子 skyx » 2007-07-29 21:44

郑尧 写了:come on 看清楚问题好吧,说了装的是网卡驱动,没装驱动之前网卡都不能用,咋上网?还sudo aptitude install build-essential? 不要在论坛上混的时间长了就装专家好吧!
我记得build-essential在ubuntu光盘中就有的。另外ati 开源驱动 nvidia受限驱动在光盘中也有。
no security measure is worth anything if an attacker has physical access to the machine
jay
帖子: 52
注册时间: 2006-01-17 6:53
联系:

#12

帖子 jay » 2007-07-30 6:14

强烈bs lz
回复