LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-04-2003, 03:01 PM   #16
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46

LOL don't use 2.6 then, a friend of mine is using it and he told me it still buggy, especially about sound
 
Old 08-05-2003, 06:45 AM   #17
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
I insert diff for 920B in 2.4.21
lets try attach file.
 
Old 08-05-2003, 06:55 AM   #18
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
Mmm, no email
OK patch it
cp this_patch linux_src_dir/drivers/net
patch 3c59x.c < this_patch


--- 3c59x.c Tue Aug 5 15:48:48 2003
+++ 3c59x_new.c Tue Aug 5 15:46:50 2003
@@ -442,6 +442,7 @@
CH_3CCFEM656_1,
CH_3C450,
CH_3C920,
+ CH_920B_EMB_WNM,
};


@@ -535,6 +536,8 @@
PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM, 128, },
{"3c920 Tornado",
PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM, 128, },
+ {"3c920B-EMB-WNM Tornado",
+ PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM, 128, },
{0,}, /* 0 terminated list. */
};

@@ -579,6 +582,7 @@
{ 0x10B7, 0x6564, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3CCFEM656_1 },
{ 0x10B7, 0x4500, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C450 },
{ 0x10B7, 0x9201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C920 },
+ { 0x10B7, 0x9210, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_920B_EMB_WNM },
{0,} /* 0 terminated list. */
};
MODULE_DEVICE_TABLE(pci, vortex_pci_tbl);
 
Old 08-05-2003, 09:45 AM   #19
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Something went wrong. Here's the entire message it gave me. The entire thing was greek to me, so I have no idea how to troubleshoot it.

(Patch is indented 1 space.)
patching file 3c59x.c
patch: **** malformed patch at line 4: CH_3CCFEM656_1,
 
Old 08-05-2003, 03:41 PM   #20
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Ok, and I fixed the email. Stupid me checked wrong box in profile setup.
 
Old 08-05-2003, 11:56 PM   #21
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
Format patch is broken by web
Download from:
http://yuray.id.ru/2.4.21.patch
 
Old 08-06-2003, 09:43 AM   #22
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
The link crashes konqueror. Dunno why, but it does it every time i try it.
 
Old 08-06-2003, 11:32 PM   #23
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
OK download from:
http://yuray.id.ru/2.4.21.patch.gz
 
Old 08-06-2003, 11:39 PM   #24
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
You can compile the new kernel. And not delete the old one. If the new one is not stable, you can always reboot and boot the latest stable one.

How to do this?

after make bzImage, don't make install instead just cp arch/i386/boot/bzImage /boot/newkernelname

and then add an entry to your lilo.conf

image = /boot/newkernelname
root = /dev/hdXY
label = 260test2 (if u wish)
read-only

Then when you boot up at lilo menu, you can choose whichever you prefer.
 
Old 08-08-2003, 11:42 AM   #25
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
The link still crashes Konqueror. I tried just yuray.id.ru and it said "internal error occurred, file not found".

I already know how to dual boot a kernel, but hearing that 2.6 is still really buggy, especially about sound (which I use heavily), i don't want to waste the effort just yet. Thanks anyway, though.

On another note, I finally got the driver that came on the asus cd to compile, but trying to load it gave me a 'device does not exist' error. I then noticed that it was for 3c90x, not 3c92x. Is the driver that came with the mobo the wrong driver for my hardware?
 
Old 08-11-2003, 01:40 AM   #26
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
Install text browser lynx and from terminal

lynx http://yuray.id.ru/2.4.21.patch.gz
 
Old 08-11-2003, 10:09 AM   #27
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Hmm. Got the patch, but it still isn't working. I suspect it might be some difference between 2.4.20 and 2.4.21. I just compiled a new 2.4.21, but I have some random issues to work out of it before i can try this patch on it. I'll get back to you when I can try it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which 2.6 kernel module is required for AlSA to recognize nVidia/nForce onboard? vharishankar Linux - Hardware 1 02-18-2005 01:24 AM
Can't recognize/find my onboard sound card. Need help setting up ALSA. cmack Linux - Hardware 2 11-15-2003 10:04 PM
Redhat 9 Onboard LAN frotzed Linux - Hardware 3 08-28-2003 10:15 PM
Asus a7n266-vm/lan/aa: Problem with onboard lan jmourik Linux - Hardware 9 08-13-2003 12:13 AM
Onboard Lan doesn't work digital bots Slackware 3 12-22-2002 07:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration