View Poll Results: Was this helpful to you?

Voters
1159. You may not vote on this poll
Page 21 of 152 FirstFirst ... 1119202122233171121 ... LastLast
Results 201 to 210 of 1518

Thread: Master Kernel Thread

  1. #201
    Join Date
    Mar 2007
    Beans
    39
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Master Kernel Thread

    It's not a USB wireless card. It's PCI; and I have subsequently removed it and tried to no avail.

    Also, in 2.6.17.10-generic (what I'm using right now) everything works just fine!

  2. #202
    Join Date
    Mar 2007
    Beans
    39
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Master Kernel Thread

    Success! I am now sitting in kernel version 2.6.20.3! I had not properly enabled the SATA options to go through and get this working. However, now I've found out I need to enable a bunch of modules by default for IVTV to work correctly.

    I need to enable:
    * Conexant CX2584x audio/video decoders (CONFIG_VIDEO_CX25840)
    * Conexant CX2341x MPEG encoders (CONFIG_VIDEO_CX2341X)
    * Wolfson Microelectronics WM8775 (CONFIG_VIDEO_WM8775)
    * BT848 Video For Linux (CONFIG_VIDEO_BT848)
    # Loadable module support -> Automatic kernel module loading (CONFIG_KMOD)
    # Device Drivers -> Multimedia Devices -> Video For Linux (CONFIG_VIDEO_DEV)
    # Device Drivers -> I2C support (CONFIG_I2C)
    # Device Drivers -> Multimedia Devices -> Enable Video For Linux API 1 compatible Layer (CONFIG_VIDEO_V4L1_COMPAT)

    And disable this:
    Device Drivers -> Multimedia devices -> Video For Linux -> Video Capture Adapters -> Autoselect pertinent encoders/decoders and other helper chips (CONFIG_VIDEO_HELPER_CHIPS_AUTO)

    Can someone point me to how I can set that up so when I compile my kernel these settings will be done.
    Last edited by RLovelett; March 23rd, 2007 at 09:40 PM. Reason: Had to disable smilies in the text.

  3. #203
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Master Kernel Thread

    it's your config file. you need to find these options within it and change them. see here http://www.howtoforge.com/kernel_compilation_ubuntu_p2.

    there is a link on the 1st page of this thread which mentions this also. so instead of using oldconfig you want to use the link I provided above.
    Since you did this, can't you please a least respond to some of my questions? thank you
    Last edited by dannyboy79; March 23rd, 2007 at 11:00 PM. Reason: mention link about warning when using oldconfig

  4. #204
    Join Date
    May 2006
    Location
    queens , NY
    Beans
    238

    Re: Master Kernel Thread

    for those of you who are having problems with the net after a fresh compile; please try this netfilter config i have put together .

    CONFIG_NETFILTER=y
    CONFIG_NETFILTER_DEBUG=y

    #
    # Core Netfilter Configuration
    #
    CONFIG_NETFILTER_NETLINK=y
    # CONFIG_NETFILTER_NETLINK_QUEUE is not set
    # CONFIG_NETFILTER_NETLINK_LOG is not set
    CONFIG_NF_CONNTRACK_ENABLED=m
    CONFIG_NF_CONNTRACK_SUPPORT=y
    # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set
    CONFIG_NF_CONNTRACK=m
    # CONFIG_NF_CT_ACCT is not set
    # CONFIG_NF_CONNTRACK_MARK is not set
    # CONFIG_NF_CONNTRACK_SECMARK is not set
    # CONFIG_NF_CONNTRACK_EVENTS is not set
    # CONFIG_NF_CT_PROTO_SCTP is not set
    # CONFIG_NF_CONNTRACK_AMANDA is not set
    CONFIG_NF_CONNTRACK_FTP=m
    # CONFIG_NF_CONNTRACK_H323 is not set
    CONFIG_NF_CONNTRACK_IRC=m
    # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
    # CONFIG_NF_CONNTRACK_PPTP is not set
    # CONFIG_NF_CONNTRACK_SIP is not set
    # CONFIG_NF_CONNTRACK_TFTP is not set
    # CONFIG_NF_CT_NETLINK is not set
    CONFIG_NETFILTER_XTABLES=m
    # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
    # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
    CONFIG_NETFILTER_XT_TARGET_MARK=m
    # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
    # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
    # CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
    # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
    # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
    # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
    # CONFIG_NETFILTER_XT_MATCH_DSCP is not set
    # CONFIG_NETFILTER_XT_MATCH_ESP is not set
    # CONFIG_NETFILTER_XT_MATCH_HELPER is not set
    CONFIG_NETFILTER_XT_MATCH_LENGTH=m
    CONFIG_NETFILTER_XT_MATCH_LIMIT=m
    CONFIG_NETFILTER_XT_MATCH_MAC=m
    CONFIG_NETFILTER_XT_MATCH_MARK=m
    # CONFIG_NETFILTER_XT_MATCH_POLICY is not set
    # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
    # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
    # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
    # CONFIG_NETFILTER_XT_MATCH_REALM is not set
    # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
    CONFIG_NETFILTER_XT_MATCH_STATE=m
    # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
    # CONFIG_NETFILTER_XT_MATCH_STRING is not set
    CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
    # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set

    #
    # IP: Netfilter Configuration
    #
    CONFIG_NF_CONNTRACK_IPV4=m
    CONFIG_NF_CONNTRACK_PROC_COMPAT=y
    CONFIG_IP_NF_QUEUE=y
    CONFIG_IP_NF_IPTABLES=m
    CONFIG_IP_NF_MATCH_IPRANGE=m
    CONFIG_IP_NF_MATCH_TOS=m
    # CONFIG_IP_NF_MATCH_RECENT is not set
    # CONFIG_IP_NF_MATCH_ECN is not set
    # CONFIG_IP_NF_MATCH_AH is not set
    CONFIG_IP_NF_MATCH_TTL=m
    CONFIG_IP_NF_MATCH_OWNER=m
    CONFIG_IP_NF_MATCH_ADDRTYPE=m
    CONFIG_IP_NF_FILTER=m
    CONFIG_IP_NF_TARGET_REJECT=m
    CONFIG_IP_NF_TARGET_LOG=m
    CONFIG_IP_NF_TARGET_ULOG=m
    CONFIG_IP_NF_TARGET_TCPMSS=m
    CONFIG_NF_NAT=m
    CONFIG_NF_NAT_NEEDED=y
    CONFIG_IP_NF_TARGET_MASQUERADE=m
    # CONFIG_IP_NF_TARGET_REDIRECT is not set
    # CONFIG_IP_NF_TARGET_NETMAP is not set
    # CONFIG_IP_NF_TARGET_SAME is not set
    # CONFIG_NF_NAT_SNMP_BASIC is not set
    CONFIG_NF_NAT_FTP=m
    CONFIG_NF_NAT_IRC=m
    # CONFIG_NF_NAT_TFTP is not set
    # CONFIG_NF_NAT_AMANDA is not set
    # CONFIG_NF_NAT_PPTP is not set
    # CONFIG_NF_NAT_H323 is not set
    # CONFIG_NF_NAT_SIP is not set
    CONFIG_IP_NF_MANGLE=m
    CONFIG_IP_NF_TARGET_TOS=m
    # CONFIG_IP_NF_TARGET_ECN is not set
    # CONFIG_IP_NF_TARGET_TTL is not set
    # CONFIG_IP_NF_RAW is not set
    CONFIG_IP_NF_ARPTABLES=m
    CONFIG_IP_NF_ARPFILTER=m

    source - http://linuxnoobies.19.forumer.com/viewtopic.php?t=66

  5. #205
    Join Date
    Apr 2006
    Beans
    53

    Re: Master Kernel Thread

    Does
    AUTOBUILD=1 fakeroot debian/rules binary-debs flavours=686
    do the same as genkernel in Gentoo - auomatically checks what hardware my pc have and selects required items in kernel configuration?

  6. #206
    Join Date
    Mar 2006
    Beans
    18

    Re: Master Kernel Thread

    i have AMD 64 x2 and work with ubuntu 32bits (i have problems with many programs in ubuntu 64bits). My question is: if i compile the kernel which benefits may i have?

  7. #207
    Join Date
    Dec 2006
    Location
    UK
    Beans
    128
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Question Re: Master Kernel Thread

    Hi All,

    I am running Core 2 Duo's, ATI Mobility Radeon X1400 & IPW3945 graphics card. I've followed this tutorial successfully to compile a stock kernel, however, I have problems compiling the following:
    • I tried to compile ipw3945 in the source tree and out - in both cases it gets upset about a lack of IEEE80211_RADIOTAP, I downloaded IEEE80211 (latest, stable) but the add_radiotap script won't work either! How do I expose radiotap manually?
    • fglrx doesn't want to compile, specifically firegl.c seems to be the problem - do I need the latest libc6-dev?
    • SMP doesn't work - typing uname -a gives: Linux 2.6.20.3-custom1 #1 SMP etc etc GNU/Linux, but in my .config I have CONFIG_X86_SMP=y and CORE2/Newer Xeon as my i386 optimisation - is there anything I can check?


    Thanks for your help!

    Quark_77
    QUARK_77
    Lenovo R61 | Core2 (x64) | 3GB | nVidia Quadro | SATA || Ubuntu Linux | dm-crypt/LUKS | nv | truecrypt (win)

  8. #208
    Join Date
    Sep 2006
    Beans
    113

    Re: Master Kernel Thread

    Quote Originally Posted by quark_77 View Post
    Hi All,

    I am running Core 2 Duo's, ATI Mobility Radeon X1400 & IPW3945 graphics card. I've followed this tutorial successfully to compile a stock kernel, however, I have problems compiling the following:
    • I tried to compile ipw3945 in the source tree and out - in both cases it gets upset about a lack of IEEE80211_RADIOTAP, I downloaded IEEE80211 (latest, stable) but the add_radiotap script won't work either! How do I expose radiotap manually?
    • fglrx doesn't want to compile, specifically firegl.c seems to be the problem - do I need the latest libc6-dev?
    • SMP doesn't work - typing uname -a gives: Linux 2.6.20.3-custom1 #1 SMP etc etc GNU/Linux, but in my .config I have CONFIG_X86_SMP=y and CORE2/Newer Xeon as my i386 optimisation - is there anything I can check?


    Thanks for your help!


    Quark_77
    I had the same problem with my ipw card, I have not found a solution

  9. #209
    Join Date
    Jul 2006
    Beans
    24

    Re: Master Kernel Thread

    Why can't I complete the compile?

    I have tried this guide a few time now, on fresh server-installs.

    I get different errors every time

    This happend:

    $ make-kpkg -initrd --revision=386 kernel_image kernel_headers modules_image

    ...
    ...
    ...

    GEN lib/crc32table.h
    CC lib/crc32.o
    CC lib/iomap.o
    In file included from include/linux/pci.h:48,
    from lib/iomap.c:6:
    include/linux/list.h:629: error: stray ‘`’ in program
    include/linux/list.h:629: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ty’
    In file included from include/linux/device.h:15,
    from include/linux/pci.h:52,
    from lib/iomap.c:6:
    include/linux/kobject.h:50:41: error: invalid suffix "x" on integer constant
    In file included from include/linux/device.h:15,
    from include/linux/pci.h:52,
    from lib/iomap.c:6:
    include/linux/kobject.h:50: error: expected ‘,’ or ‘}’ before numeric constant
    make[2]: *** [lib/iomap.o] Fel 1
    make[1]: *** [lib] Fel 2
    make[1]: Leaving directory `/usr/src/linux-2.6.20'
    make: *** [debian/stamp-build-kernel] Fel 2

    why oh why???

    Best regards
    Last edited by bunnny; March 29th, 2007 at 12:50 PM.

  10. #210
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Master Kernel Thread

    good luck trying to get others to help bunnny!!! I have asked the same questions over and over and despite people keep compiling new kernels NOT 1 person can answer any of my questions. I don't understand why. I have posted on average of 4 to 5 posts a day for the last year helping others and when it comes time for me to try to get some help from others not 1 person can even attempt to help. It's true what most people say about Linux, you'll get back what you put in when you're dealing with the open source community! BUT none-the-less, I love Linux and will keep helping others and hope some1 can help me someday before I compile my new kernel which is going to be very soon! If maybe you can answer any of my q's, check out post 200 and let me know. I would be greatly appreciative!!!

Page 21 of 152 FirstFirst ... 1119202122233171121 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •