WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 2 problem. How remove .tcz and ralink 5370 dont work  (Read 11600 times)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #15 on: June 02, 2015, 09:57:56 AM »
curaga..  if dmesg already indicates the correct driver is installed without error, I'm curious what missing config option would help??

ref
Code: [Select]
dmesg | tail -25
usb 1-6: USB disconnect, device number 3
usb 1-6: new high-speed USB device number 4 using ehci-pci
cfg80211: Calling CRDA to update world regulatory domain
usbcore: registered new interface driver rt2800usb

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #16 on: June 02, 2015, 10:00:51 AM »
It compiles out the support for those cards. The driver name is the same.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #17 on: June 02, 2015, 10:15:10 AM »
Ok I understand now thanks

Code: [Select]
CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
# CONFIG_RT2800USB_RT35XX is not set
# CONFIG_RT2800USB_RT3573 is not set
# CONFIG_RT2800USB_RT53XX is not set
# CONFIG_RT2800USB_RT55XX is not set
# CONFIG_RT2800USB_UNKNOWN is not set

Offline JarlCarmen

  • Newbie
  • *
  • Posts: 10
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #18 on: June 02, 2015, 10:48:19 AM »
how check this ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #19 on: June 02, 2015, 11:18:21 AM »
df /
The only barriers that can stop you are the ones you create yourself.

Offline JarlCarmen

  • Newbie
  • *
  • Posts: 10
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #20 on: June 02, 2015, 11:41:39 AM »
   @coreplayer2 wher i must give this config?
        @curaga
Code: [Select]
tc@box:~$ df /
Filesystem                Size      Used Available Use% Mounted on
rootfs                  436.7M    436.7M         0 100% /

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: 2 problem. How remove .tcz and ralink 5370 dont work
« Reply #21 on: June 03, 2015, 01:45:17 AM »
Yes, you ran out of space. The kernel build needs a couple gigabytes.
The only barriers that can stop you are the ones you create yourself.