WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 2.6 -> modprobe problem.  (Read 3682 times)

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
2.6 -> modprobe problem.
« on: November 30, 2009, 08:40:55 AM »
i will try compile "compat-wireless-2009-11-30.tar.bz2"

but show me like this...

-------------
root@box:/mnt/hda1/drv/compat-wireless-2009-11-30# make
modprobe: not supported
modprobe: not supported
./scripts/gen-compat-autoconf.sh config.mk > include/linux/compat_autoconf.h
modprobe: not supported
modprobe: not supported
make -C /lib/modules/2.6.29.1-tinycore/build M=/mnt/hda1/drv/compat-wireless-2009-11-30 modules
make[1]: Entering directory `/usr/local/src/linux-headers-2.6.29.1'
/mnt/hda1/drv/compat-wireless-2009-11-30/config.mk:74: "WARNING: You are running a kernel >= 2.6.23, you should enable in it CONFIG_NET_SCHED                                                        
for 802.11[ne] support"
modprobe: not supported
modprobe: not supported
  CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/misc/eeprom/eeprom_93cx6.o
  modprobe: not supported
  modprobe: not supported
    CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/b44.o
    modprobe: not supported
    modprobe: not supported
      CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/usb/cdc_ether.o
        CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/usb/rndis_host.o
          CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/usb/usbnet.o
          modprobe: not supported
          modprobe: not supported
          
------------------------------
then i make install:

root@box:/mnt/hda1/drv/compat-wireless-2009-11-30# make install
modprobe: not supported
modprobe: not supported

Your old wireless subsystem modules were left intact:

modprobe: not supported
make: *** [uninstall] Error 1
-------------
« Last Edit: November 30, 2009, 08:50:26 AM by Vegeta »

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: 2.6 -> modprobe problem.
« Reply #1 on: November 30, 2009, 06:31:25 PM »
modprobe in TC is busybox modprobe, that may be your problem.

have you tried to use the wireless-2.6.29.1-tinycore or wireless-2.6.29.1-tinycore_mod extensions?
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.6 -> modprobe problem.
« Reply #2 on: November 30, 2009, 08:17:22 PM »
but changed to 2.5 ,build it all ok.
the problem only with 2.6.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: 2.6 -> modprobe problem.
« Reply #3 on: November 30, 2009, 08:34:14 PM »
2.6 changelog:

* Busybox lsmod, insmod, rmmod, modprobe replace GNU versions.

I am about to submit a module-init-tools extension for those who need the full power versions.  Depmod in TC is in base and is a special build to allow /usr/local kernel modules, but all the other utilities will be in the extension.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: 2.6 -> modprobe problem.
« Reply #4 on: November 30, 2009, 08:40:25 PM »
It's uploaded, so all should be well.

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.6 -> modprobe problem.
« Reply #5 on: December 01, 2009, 12:03:33 AM »
thanks!