Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't find devices in menuconfig?!??
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
sschueller
n00b
n00b


Joined: 26 Feb 2004
Posts: 12

PostPosted: Mon Apr 19, 2004 6:24 pm    Post subject: Can't find devices in menuconfig?!?? Reply with quote

I can't find an answer to this anywhere.

I need to install the kernel module "usbnet". So I do "make menuconfig" but I can't find it in there. It's supposed to be under USB. I have menuconfig set to show experimental devices but I still don't see it. I also wanted AX8817X support so I did "emerge development-sources" but I also don't see it.

I can see the usbnet file here: /usr/src/linux-2.4.25/drivers/usb/usbnet.c

What do I need to do?

-Stefan
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Apr 19, 2004 6:48 pm    Post subject: Reply with quote

For kernel 2.6
Device Drivers --> USB Support --> Multi-purpose USB Networking Framework

grep through the config file like this often helps.
Code:

$ grep USBNET -B 8 /usr/src/linux/.config

#
# USB Network adaptors
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum