You are not logged in.

#1 2004-12-30 10:18:07

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,321

kernel 2.6.10 in [current]

the cdburning patch is not needed anymore
i was able to burn cd's with k3b

cdrecord should'nt run as suid anymore
the cdburner devices now need readwrite permissions for burning as user

Offline

#2 2004-12-30 11:26:11

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kernel 2.6.10 in [current]

cross-reference: IO-schedulers are discussed here:
http://bbs.archlinux.org/viewtopic.php?t=8925


The impossible missions are the only ones which succeed.

Offline

#3 2005-01-01 01:56:06

cjdj
Member
From: Perth, Western Australia
Registered: 2004-05-07
Posts: 121

Re: kernel 2.6.10 in [current]

After upgrading to 2.6.10 my wireless network is no longer working.   wlan-ng may need to be rebuilt for 2.6.10.

I'm trying to do that myself with abs, but since my wireless network is no longer working, its rather troublesome to have to keep booting in to windows, download the files I want, store them on my USB drive.  Reboot into linux, try it... reboot into windows, download more files... etc.

I'll post something if I can get it to work, but in the meantime, if you rely on wlan-ng, then I recomend that you do not upgrade to kernel 2.6.10
MOD: made important warning big, to be seen better - dp

to change the subject a little, should packages that are built for a particular kernel list that kernel version as a requirement?   It would have been nice if pacman told me that I shouldnt upgrade the kernel because a compatible version of wlan-ng hasnt been put in the repositories yet.

Offline

#4 2005-01-01 02:04:22

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kernel 2.6.10 in [current]

cjdj wrote:

It would have been nice if pacman told me that I shouldnt upgrade the kernel because a compatible version of wlan-ng hasnt been put in the repositories yet.

this incompatibility comes only up, when wlan-ng uses newer things respectively things that are handeled otherways by the wireless modules in the kernel (the wlang and kernel-modules communicate and should understand each other ;-) ) ... this change does not happen on every kernel upgrade 2.6.10 is a special case for non-backwards compatibility, that was most probably unknown till now :-(


The impossible missions are the only ones which succeed.

Offline

#5 2005-01-01 03:43:01

cjdj
Member
From: Perth, Western Australia
Registered: 2004-05-07
Posts: 121

Re: kernel 2.6.10 in [current]

I think I need to revert back to 2.6.9 but I dont have that package in my cache anymore (silly me for clearing that out a while back), and I cant find any repositories that seem to have it anymore.

Are old packages stored anywhere?

Offline

#6 2005-01-01 13:15:40

Fox
Member
Registered: 2004-07-28
Posts: 124

Re: kernel 2.6.10 in [current]

Offline

#7 2005-01-01 14:04:36

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: kernel 2.6.10 in [current]

in case anyone lost his mouse when upgrading (like me I had it in a USB hub in my kbd) one has to add uhci_hcd in the MODULES array in /etc/rc.conf

I found that out by diff the lsmod without hwd and with hwd

thank you ArchLinux I love you every day. I know see that hal automatically mounts (without problems) every CD disc I insert. Nice and this doesn't have to do anything with kernel2.6.10 but with ArchLinux in general

Offline

#8 2005-01-01 22:24:13

cjdj
Member
From: Perth, Western Australia
Registered: 2004-05-07
Posts: 121

Re: kernel 2.6.10 in [current]

Fox wrote:

I uploaded it:

Excellent, thankyou very much.

Offline

#9 2005-01-02 05:11:17

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: kernel 2.6.10 in [current]

this is an example of one of the problems that has plagued arch for some time now. Namely key package upgrades getting into the trees BEFORE and not with other packages that are dpended on the specific version of the key package. I really get frustrated when I hear it is still happening. Whenever the kernel or perl and other such stuff is going to be upgraded the other devs should know so that they can seek the version dependent packages out so people don't have to post these threads.


AKA uknowme

I am not your friend

Offline

#10 2005-01-16 14:58:15

Miszcz
Member
Registered: 2004-09-25
Posts: 24

Re: kernel 2.6.10 in [current]

My tv card stop working sad who turn off contexant support in kernel ? :[, can someone load it again and update kernel package ? I think that many people use cx8800 module in they tv cards

Offline

#11 2005-01-19 03:12:25

Pupwiz
Member
From: Ontario Canada
Registered: 2005-01-14
Posts: 11
Website

Re: kernel 2.6.10 in [current]

I also lost my wireless network when I did a pacman -Syu and accepted the updates including the kernel my ndiswrapper with net8180 no longer functions with this kernel
see code as posted in another thread also on here. Here is some output so far.

[root@LapTop ~]# ndiswrapper -i /lib/windrivers/NET8180.INF
Installing net8180

[root@LapTop ~]#
[root@LapTop ~]#
[root@LapTop ~]#
[root@LapTop ~]# modprobe -v ndiswrapper
insmod /lib/modules/2.6.10-ARCH/misc/ndiswrapper.ko
[root@LapTop ~]# dmesg|grep ndiswrapper
ndiswrapper: no version for "struct_module" found: kernel tainted.
ndiswrapper version 0.12 loaded (preempt=yes,smp=yes)
ndiswrapper: driver net8180 (Realtek,10/07/2004,5.173.1007.2004) added
ndiswrapper version 0.12 loaded (preempt=yes,smp=yes)
ndiswrapper: driver net8180 (Realtek,10/07/2004,5.173.1007.2004) added
[root@LapTop ~]# modprobe ndiswrapper
[root@LapTop ~]# modprobe ndiswrapper "wlan0"
[root@LapTop ~]# iwconfig
lo        no wireless extensions.

sit0      no wireless extensions.

eth0      no wireless extensions.

[root@LapTop ~]#
[root@LapTop ~]#


Going to try and put the kernel back to the old version. Also notice all my DVD problems that i had sorted out finally all came back with the kernel update.

:cry:

Offline

#12 2005-01-19 22:08:46

cjdj
Member
From: Perth, Western Australia
Registered: 2004-05-07
Posts: 121

Re: kernel 2.6.10 in [current]

wlan-ng26 has been updated, and now seems to work with kernel 2.6.10.  It does behave a little bit differently (ie, it displays a bunch of other stuff when loading), but seems to work the same.

Offline

#13 2005-01-20 02:38:10

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: kernel 2.6.10 in [current]

I would suggest, if you're able, to switch to hostap.  I maintain both of the packages, but I'll be doing more thorough testing with hostap now because I use it and it's way better wink


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#14 2005-01-26 01:13:01

Jet2k5
Member
Registered: 2004-10-03
Posts: 37

Re: kernel 2.6.10 in [current]

are we talking about 2.6.10-3-ARCH? lol I think so, because if we are well my wireless stopped working, too.  Switching to a previous kernel, like the one that is posted on this thread.  S0o00o thanks for the Link dUdE.

-Luis

Offline

#15 2005-01-28 21:42:07

cjdj
Member
From: Perth, Western Australia
Registered: 2004-05-07
Posts: 121

Re: kernel 2.6.10 in [current]

Jet2k5 wrote:

are we talking about 2.6.10-3-ARCH? lol I think so, because if we are well my wireless stopped working, too.  Switching to a previous kernel, like the one that is posted on this thread.  S0o00o thanks for the Link dUdE.
-Luis

Yes, I am using the latest, and wireless is still working.  However, I am using a dual-boot machine, and whenever I boot into windows I have to remove the device and then plug it in again.  When I go back to linux I have to do the same thing.  If I just keep booting up in one of those, then I dont have to do that pop-out/pop-in thing.

A bit odd.  But did you update wlan26-ng at the same time you updated the kernel?  Thats what I had to do.

Offline

#16 2005-01-30 00:54:11

Jet2k5
Member
Registered: 2004-10-03
Posts: 37

Re: kernel 2.6.10 in [current]

I didn't update that package and I tried looking for it and it's not in the repos.  I just updated the kernel along with a bunch of other stuff and I don't recall seing and update for wlna26-ng.  When I booted into the new kernel, the interet just didn't work...... bUt I'll look into this  bit more...

-Luis

Offline

Board footer

Powered by FluxBB