You are not logged in.

#1 2008-03-23 11:51:31

Kiske
Member
Registered: 2008-03-23
Posts: 11

Attansic L2(Network Card Problem)

Hi, Iam new to Arch Linux, but i have used Ubuntu for 5-6 months. It seems, that Arch is better for me. Now i have a problem with network card driver. When i try to use #modprobe atl2, nothing happens. Anyone could help? Also i dont have a second pc, so iam switching from linux to winxp, or using ubuntu live cd.

Last edited by Kiske (2008-03-23 11:51:48)

Offline

#2 2008-03-23 12:24:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Attansic L2(Network Card Problem)

Install the atl2 driver package - it's in the AUR.

Offline

#3 2008-03-23 14:50:07

Kiske
Member
Registered: 2008-03-23
Posts: 11

Re: Attansic L2(Network Card Problem)

Thx for help, but I have a problem .... I have downloaded from AUR atl2.tar.gz?So it must look like atl2.pkg.tar.gz? But before, I have updated my kernel, and tried to makepkg in atl2 folder. ALl goes OK, until it wants to download the source http://people.redhat.com/csnook... but i dont have internet connection, so process is aborting... Maybe someone could make me an atl2.pkg.tar.gz?
lol Iam confused ^^

Last edited by Kiske (2008-03-23 15:10:21)

Offline

#4 2008-03-23 18:10:37

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: Attansic L2(Network Card Problem)

Kiske wrote:

Thx for help, but I have a problem .... I have downloaded from AUR atl2.tar.gz?So it must look like atl2.pkg.tar.gz? But before, I have updated my kernel, and tried to makepkg in atl2 folder. ALl goes OK, until it wants to download the source http://people.redhat.com/csnook... but i dont have internet connection, so process is aborting... Maybe someone could make me an atl2.pkg.tar.gz?
lol Iam confused ^^

Well you clearly have some access to the internet since you are posting here, so I would suggest downloading any sources manually and placing them in the atl2 folder- if makepkg finds them there it won't try to download them and you will be able to build the package.

Offline

#5 2008-03-23 18:19:36

Kiske
Member
Registered: 2008-03-23
Posts: 11

Re: Attansic L2(Network Card Problem)

Woot thx for reply, and sry.. going to try this:D

Offline

#6 2008-03-23 19:11:19

Kiske
Member
Registered: 2008-03-23
Posts: 11

Re: Attansic L2(Network Card Problem)

Still no mercy ^^
Yeah I have edited PKGBUILD not to download sources, but use it from atl2 folder. And theres a new error at line 18 in this code:

build()
{
  cd ${startdir}/src/${pkgname}-${pkgver}
  make || return 1
  install -Dm644 atl2.ko ${startdir}/pkg/lib/modules/${_kernver}/kernel/drivers/net/atl2.ko
  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
}

Line 18 is at make II return 1. Console says that command make is unknown... and its aborting >_>
Ohh someone please make me this pkg.tar.gz

Last edited by Kiske (2008-03-23 19:12:24)

Offline

#7 2008-03-23 21:39:41

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Attansic L2(Network Card Problem)

I doubt if anyone will respond positively to that kind of helplessness here. If you have the Core iso, the make package is on it. If you don't have the Core iso, use your current net access to download the make package from your preferred Arch mirror. Either way, install it and build your module.

Offline

Board footer

Powered by FluxBB