View Poll Results: Was this helpful to you?

Voters
1159. You may not vote on this poll
Page 5 of 152 FirstFirst ... 345671555105 ... LastLast
Results 41 to 50 of 1518

Thread: Master Kernel Thread

  1. #41
    Join Date
    Aug 2006
    Location
    Australia
    Beans
    33

    Re: Master Kernel Thread

    Quote Originally Posted by serafimsaudade View Post
    tks for the guide.
    But now I don't have 3D aceleration, I have install the xorg driver fglrx but it didn't work.

    help are wellcome
    Can you post what steps you used to install the driver?

  2. #42
    Join Date
    Jul 2006
    Location
    London, UK
    Beans
    89
    Distro
    Ubuntu 6.06

    Re: Master Kernel Thread

    Hi,

    I've tried this 3 times, but to no avail. I think I may have a SCSI or SATA hard drive, but I'm not sure which particular tick-box I should be selecting if I do.
    The machine is a Toshiba Satellite A100-207, with no modifications.
    Last edited by Thenotsowyzewun; December 30th, 2006 at 03:21 PM.

  3. #43
    Join Date
    Jan 2006
    Beans
    93

    Re: Master Kernel Thread

    Quote Originally Posted by serafimsaudade View Post
    tks for the guide.
    But now I don't have 3D aceleration, I have install the xorg driver fglrx but it didn't work.

    help are wellcome
    Use synaptic to install the fglrx kernel source and module assistant. Then in a terminal:

    Code:
    sudo m-a prepare
    sudo m-a update
    sudo m-a build fglrx
    sudo m-a install fglrx
    sudo depmod -a
    And reboot/ctrl+alt+backspace
    AMD Opteron 165 | 3GB | ATI Radeon X1800

  4. #44
    Join Date
    Sep 2005
    Beans
    91

    Re: Master Kernel Thread

    I am almost at the point where this is becoming too much of a challenge in getting this kernel compiled. The only reason that I have moved forward in upgrading the kernel beyond the obvious reasons is to get ndiswrapper working correctly.

    I successfully upgraded the kernel, and beyond patching to 2.6.19.1, did not attempt the upgrade with beyond patch, etc. I actually had a couple of successful boots. I wasn't able to get ndiswrapper working, but I figured it was only a matter of time (afterall, I was able previously to get ndiswrapper working for both the 64-bit as well as the 32-bit version of edgy!).

    Suddenly, I went to go reboot, and suddenly, the kernel didn't know how to deal with reiserfs (which my home filesystem is made of). I tried every trick I could to get it working, and nothing. I was even able to do a reiserfsck which was successful and clean, but when I attempted to mount, still got an error talking about how to do mount reiserfs.

    I have fallen back to 2.6.17-10-generic, and I have run out of ideas. Just for general information, I am using a HP DV8000 series machine.

    vendor_id : AuthenticAMD
    model name : AMD Turion(tm) 64 Mobile Technology ML-32
    cpu family : 15


    Log of lspci
    Sun Dec 31 00:41:50 2006

    00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)
    00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
    00:04.0 PCI bridge: ATI Technologies Inc Unknown device 5a36
    00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
    00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
    00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller
    00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
    00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI
    00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
    00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
    00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02)
    00:14.6 Modem: ATI Technologies Inc ATI SB400 - AC'97 Modem Controller (rev 02)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTra
    nsport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address
    Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Con
    troller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscella
    neous Control
    01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 200M 5
    955 (PCIE)
    06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.
    11g Wireless LAN Controller (rev 02)
    06:04.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
    06:04.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Co
    ntroller
    06:04.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia
    Controller
    06:04.4 Class 0805: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI741
    1, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller
    06:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139
    C+ (rev 10)

    Help me please!!!!
    Last edited by kcallis; December 31st, 2006 at 10:27 PM. Reason: Added CPU info

  5. #45
    Join Date
    Jan 2007
    Beans
    22

    Re: Master Kernel Thread

    I'm haveing problems compiling the 2.6.19.1 kernel in Ubuntu 6.10 desktop. I've downloaded and installed the following packages:
    build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev
    kernel-package libncurses5-dev fakeroot wget bzip2.

    I get the following output on doing make menuconfig:


    scripts/basic/fixdep.c:105:23: error: sys/types.h: No such file or directory
    scripts/basic/fixdep.c:106:22: error: sys/stat.h: No such file or directory
    scripts/basic/fixdep.c:107:22: error: sys/mman.h: No such file or directory
    scripts/basic/fixdep.c:108:20: error: unistd.h: No such file or directory
    scripts/basic/fixdep.c:109:19: error: fcntl.h: No such file or directory
    scripts/basic/fixdep.c:110:20: error: string.h: No such file or directory
    scripts/basic/fixdep.c:111:20: error: stdlib.h: No such file or directory
    scripts/basic/fixdep.c:112:19: error: stdio.h: No such file or directory
    In file included from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/syslimits.h:7,
    from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:11,
    from scripts/basic/fixdep.c:113:
    /usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory
    scripts/basic/fixdep.c:114:19: error: ctype.h: No such file or directory
    scripts/basic/fixdep.c:115:23: error: arpa/inet.h: No such file or directory
    scripts/basic/fixdep.c: In function ‘usage’:
    scripts/basic/fixdep.c:129: warning: implicit declaration of function ‘fprintf’
    scripts/basic/fixdep.c:129: warning: incompatible implicit declaration of built-in function ‘fprintf’
    scripts/basic/fixdep.c:129: error: ‘stderr’ undeclared (first use in this function)
    scripts/basic/fixdep.c:129: error: (Each undeclared identifier is reported only once
    scripts/basic/fixdep.c:129: error: for each function it appears in.)
    scripts/basic/fixdep.c:130: warning: implicit declaration of function ‘exit’
    scripts/basic/fixdep.c:130: warning: incompatible implicit declaration of built-in function ‘exit’
    scripts/basic/fixdep.c: In function ‘print_cmdline’:
    scripts/basic/fixdep.c:138: warning: implicit declaration of function ‘printf’
    scripts/basic/fixdep.c:138: warning: incompatible implicit declaration of built-in function ‘printf’
    scripts/basic/fixdep.c: At top level:
    scripts/basic/fixdep.c:141: error: ‘NULL’ undeclared here (not in a function)
    scripts/basic/fixdep.c: In function ‘grow_config’:
    scripts/basic/fixdep.c:154: warning: implicit declaration of function ‘realloc’
    scripts/basic/fixdep.c:154: warning: assignment makes pointer from integer without a cast
    scripts/basic/fixdep.c:156: warning: implicit declaration of function ‘perror’
    scripts/basic/fixdep.c:156: warning: incompatible implicit declaration of built-in function ‘exit’
    scripts/basic/fixdep.c: In function ‘is_defined_config’:
    scripts/basic/fixdep.c:172: warning: implicit declaration of function ‘memcmp’
    scripts/basic/fixdep.c: In function ‘define_config’:
    scripts/basic/fixdep.c:185: warning: implicit declaration of function ‘memcpy’
    scripts/basic/fixdep.c:185: warning: incompatible implicit declaration of built-in function ‘memcpy’
    scripts/basic/fixdep.c: In function ‘use_config’:
    scripts/basic/fixdep.c:204: error: ‘PATH_MAX’ undeclared (first use in this function)
    scripts/basic/fixdep.c:212: warning: incompatible implicit declaration of built-in function ‘memcpy’
    scripts/basic/fixdep.c:218: warning: implicit declaration of function ‘tolower’
    scripts/basic/fixdep.c:220: warning: incompatible implicit declaration of built-in function ‘printf’
    scripts/basic/fixdep.c:204: warning: unused variable ‘s’
    scripts/basic/fixdep.c: At top level:
    scripts/basic/fixdep.c:223: error: expected declaration specifiers or ‘...’ before ‘size_t’
    scripts/basic/fixdep.c: In function ‘parse_config_file’:
    scripts/basic/fixdep.c:225: error: ‘len’ undeclared (first use in this function)
    scripts/basic/fixdep.c:231: warning: implicit declaration of function ‘ntohl’
    scripts/basic/fixdep.c:242: warning: implicit declaration of function ‘isalnum’
    scripts/basic/fixdep.c: In function ‘strrcmp’:
    scripts/basic/fixdep.c:255: warning: implicit declaration of function ‘strlen’
    scripts/basic/fixdep.c:255: warning: incompatible implicit declaration of built-in function ‘strlen’
    scripts/basic/fixdep.c: In function ‘do_config_file’:
    scripts/basic/fixdep.c:266: error: storage size of ‘st’ isn’t known
    scripts/basic/fixdep.c:270: warning: implicit declaration of function ‘open’
    scripts/basic/fixdep.c:270: error: ‘O_RDONLY’ undeclared (first use in this function)
    scripts/basic/fixdep.c:272: warning: incompatible implicit declaration of built-in function ‘fprintf’
    scripts/basic/fixdep.c:272: error: ‘stderr’ undeclared (first use in this function)
    scripts/basic/fixdep.c:274: warning: incompatible implicit declaration of built-in function ‘exit’
    scripts/basic/fixdep.c:276: warning: implicit declaration of function ‘fstat’
    scripts/basic/fixdep.c:278: warning: implicit declaration of function ‘close’
    scripts/basic/fixdep.c:281: warning: implicit declaration of function ‘mmap’
    scripts/basic/fixdep.c:281: error: ‘PROT_READ’ undeclared (first use in this function)
    scripts/basic/fixdep.c:281: error: ‘MAP_PRIVATE’ undeclared (first use in this function)
    scripts/basic/fixdep.c:281: warning: assignment makes pointer from integer without a cast
    scripts/basic/fixdep.c:288: error: too many arguments to function ‘parse_config_file’
    scripts/basic/fixdep.c:290: warning: implicit declaration of function ‘munmap’
    scripts/basic/fixdep.c:266: warning: unused variable ‘st’
    scripts/basic/fixdep.c: At top level:
    scripts/basic/fixdep.c:295: error: expected declaration specifiers or ‘...’ before ‘size_t’
    scripts/basic/fixdep.c: In function ‘parse_dep_file’:
    scripts/basic/fixdep.c:298: error: ‘len’ undeclared (first use in this function)
    scripts/basic/fixdep.c:300: error: ‘PATH_MAX’ undeclared (first use in this function)
    scripts/basic/fixdep.c:302: warning: implicit declaration of function ‘strchr’
    scripts/basic/fixdep.c:302: warning: incompatible implicit declaration of built-in function ‘strchr’
    scripts/basic/fixdep.c:304: warning: incompatible implicit declaration of built-in function ‘fprintf’
    scripts/basic/fixdep.c:304: error: ‘stderr’ undeclared (first use in this function)
    scripts/basic/fixdep.c:305: warning: incompatible implicit declaration of built-in function ‘exit’
    scripts/basic/fixdep.c:307: warning: incompatible implicit declaration of built-in function ‘memcpy’
    scripts/basic/fixdep.c:308: warning: incompatible implicit declaration of built-in function ‘printf’
    scripts/basic/fixdep.c:300: warning: unused variable ‘s’
    scripts/basic/fixdep.c: In function ‘print_deps’:
    scripts/basic/fixdep.c:337: error: storage size of ‘st’ isn’t known
    scripts/basic/fixdep.c:341: error: ‘O_RDONLY’ undeclared (first use in this function)
    scripts/basic/fixdep.c:343: warning: incompatible implicit declaration of built-in function ‘fprintf’
    scripts/basic/fixdep.c:343: error: ‘stderr’ undeclared (first use in this function)
    scripts/basic/fixdep.c:345: warning: incompatible implicit declaration of built-in function ‘exit’
    scripts/basic/fixdep.c:349: warning: incompatible implicit declaration of built-in function ‘fprintf’
    scripts/basic/fixdep.c:353: error: ‘PROT_READ’ undeclared (first use in this function)
    scripts/basic/fixdep.c:353: error: ‘MAP_PRIVATE’ undeclared (first use in this function)
    scripts/basic/fixdep.c:353: warning: assignment makes pointer from integer without a cast
    scripts/basic/fixdep.c:360: error: too many arguments to function ‘parse_dep_file’
    scripts/basic/fixdep.c:337: warning: unused variable ‘st’
    scripts/basic/fixdep.c: In function ‘traps’:
    scripts/basic/fixdep.c:372: warning: incompatible implicit declaration of built-in function ‘fprintf’
    scripts/basic/fixdep.c:372: error: ‘stderr’ undeclared (first use in this function)
    scripts/basic/fixdep.c:374: warning: incompatible implicit declaration of built-in function ‘exit’
    make[1]: *** [scripts/basic/fixdep] Error 1
    make: *** [scripts_basic] Error 2


    Any help would be greatly appreciated.

    Rob.
    Last edited by sputnik2012; January 1st, 2007 at 05:19 PM.

  6. #46
    Join Date
    Dec 2006
    Location
    British Columbi
    Beans
    8
    Distro
    Ubuntu 6.10 Edgy

    Re: Master Kernel Thread

    Thanks for this thread, compiling and installing the 2.6.19 kernel went surprisingly well. Except for one thing as I have found so far. During startup there is a completely black screen after GRUB, but everything starts up fine. Any ideas on how to get graphical or text startup back? Did I miss something when I compiled the kernel?

  7. #47
    Join Date
    May 2005
    Location
    Poznan, Poland
    Beans
    284
    Distro
    Dapper Drake Testing/

    Re: Master Kernel Thread

    Building modules, stage 2.
    MODPOST 1677 modules
    WARNING: Can't handle masks in drivers/ide/pci/atiixp:FFFF05
    WARNING: "tosh_smm" [drivers/video/neofb.ko] undefined!
    make[2]: *** [__modpost] Error 1
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.19'
    make: *** [debian/stamp-build-kernel] Error 2
    help? (I have a Toshiba Satellite P30 laptop with Ati Radeon Mobility 9700 card...
    Switched to ArchLinux (Pacman rox!)
    Linux registered user number 391475.
    War is not about who is right, but who is left.

  8. #48
    Join Date
    May 2005
    Location
    Poznan, Poland
    Beans
    284
    Distro
    Dapper Drake Testing/

    Re: Master Kernel Thread

    K. Solved the problem and compiled it

    This was my problem, and following the link and editing toshiba.c worked for me

    make modules gives me these warnings in modpost and then errors out:
    WARNING: Can't handle masks in drivers/ide/pci/atiixp:FFFF05
    WARNING: "tosh_smm" [drivers/video/neofb.ko] undefined!
    make[1]: *** [__modpost] Error 1
    make: *** [modules] Error 2
    After applying this patch (post attached):
    http://marc.theaimsgroup.com/?l=linu...3732511394&w=2
    the tosh_smm warning is gone and the kernel compiles. The other warning
    is still there though.
    Switched to ArchLinux (Pacman rox!)
    Linux registered user number 391475.
    War is not about who is right, but who is left.

  9. #49
    Join Date
    May 2005
    Location
    behind you...
    Beans
    69
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Master Kernel Thread

    umm... am I being a complete idiot? I don't have a /usr/src/linux at all.... I have a folder at /usr/include and individual files under /lib/terminfo/l and /usr/share/terminfo/l though...
    I,Omnivore! Tremble before me, all ye who may be tasty
    Also, Hasslehof Supporter #13851
    Linux User #411900

  10. #50
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Master Kernel Thread

    Quote Originally Posted by funkenstein View Post
    umm... am I being a complete idiot? I don't have a /usr/src/linux at all.... I have a folder at /usr/include and individual files under /lib/terminfo/l and /usr/share/terminfo/l though...
    the link /usr/src/linux only exists if you have created it (step 3 in the tutorial)

Page 5 of 152 FirstFirst ... 345671555105 ... 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
  •