Make dep never works in kernel source

OK So.. i'm building the latest drm code from git to get Dave Airlie's source code for the R300 since he just dropped 5,000 line of source code out of the R300 tree using the Linus kernel git tree (i love unstable code) and in the DRI building guide, it says to run make dep against the kernel.
So I go into the root of the kernel source in /usr/src (i know you should build kernels in the home directory) and as root I type in make dep and it says its uncessary at this time. Well... when would be a good time to run make dep? (lol!!)
http://dri.freedesktop.org/wiki/Buildin … 5ae2efe516
^ Unless make dep is actually unecessary. If it is uncessary, i'll contact TimoJyrinki and tell him about it.
Thank you for all your help.
P.S. Please don't drop i686 support for 2 or 3 months because I'm getting an AMD64 processor really soon! ahaha.

I run make && make modules_install (w/ clean when recompiling) as thats how I did it back when i used gentoo.
I have my kernel compiled and installed and everything. so thats not an issue at all. (And only 1.1 MB)
So if make dep is depreciated, whats the new command for make dep? I just want DRM working with airlied's new code for the r300 with the new kernel.
Here is where I am right now:
Mesa from git (r300) with heavy optimization flags (including -march=athlon=xp -fomit-frame-pointer- -s -O3)
Custom kernel with GZIP compression of 1.1 MB installed, up and running
To do:
DRM via git running on custom kernel
I recommend not testing what I am trying to do on a production environment.
Thanks.
P.S. I edited the CFLAGS and CXXFLAGS for the drm code as well and made it very optimized for my system.
Last edited by Neo_The_User (2009-04-01 22:01:44)

Similar Messages

  • I have had apple products now for apron 7 years BUT have never been able to make the bluetooth work , not even when 2 products i.e. : phone and iPod are in the same room. So i stopped trying but would like to set it up between my iMac and i

    hi can anyone help please ? i have had apple products now for apron 7 years BUT have never been able to make the bluetooth work , not even when 2 products i.e. : phone and iPod are in the same room. So i stopped trying but would like to set it up between my iMac and iphone / ipad but can't get it to work, they say discoverable but just will not connect to one another. I also tried the connection code and tried without one ... NO JOY ... Is this common or am i a twit ?

    You can't connect an iPhone or iPad to a Mac via Bluetooth, except for Internet tethering.
    You're not doing anything wrong - it just isn't a feature of iOS devices.
    What were you hoping a Bluetooth connection would allow you to do?

  • 2.4.31 kernel source / .config

    Hi,
    Please forgive me if this is posted somewhere.
    I need to build that pesky new e1000 module from Intel and I can't find the
    2.4.31 .config for zfd 4.0.1 ir7 anywhere.
    Does anyone know where I can find it? I dont have a lot of time to spend
    on this, but I also don't want to replace this kernel with my own.
    Thanks,
    -Brian

    On Tue, 18 Jul 2006 18:19:47 GMT, [email protected] wrote:
    > Also, Do you know who has built the e1000 module for 2.4.31 or are you
    > assuming that someone has done it by now?
    I read it in another thread IIRC.. you don't really need the config files..
    From: [email protected]
    Ok, so I have gotten my boot disk to work following the process below,
    which is kind of a sampling of other peoples stuff out there, which I hope
    to give credit for when I'm all done here.....
    I have not tested the PXE boot, only the bootcd.iso
    Download the 2.4.22 Linux Kernel
    wget http://www.kernel.org/pub/linux/kern...2.4.22.tar.bz2
    unpack the Source
    tar xvfj linux-2.4.22.tar.bz2
    enter the directory created
    cd linux-2.4.22
    Download the 2.4.22-ac4 patch.
    wget http://www.kernel.org/pub/linux/kern...le/alan/linux-
    2.4/2.4.22/patch-2.4.22-ac4.bz2
    Uncompress the patch
    bunzip2 patch-2.4.22-ac4.bz2
    Download the Novell ZENworks Kernel Patch
    wget http://www.novell.com/coolsolutions/...dimgkrnlpatch-
    2.4.18-4.0-p1.tgz
    Unpack the file
    tar xvfz zfdimgkrnlpatch-2.4.18-4.0-p1.tgz
    Change the Kernel version
    sed 's/2.4.18/2.4.22/' <zenpatch-2.4.18-4.0-p1.patch > zenpatch-
    2.4.22.patch
    Apply the Patches
    patch -p0 < zenpatch-2.4.22.patch
    patch -p1 < patch-2.4.22-ac4
    Configure the Kernel
    make menuconfig
    I went in and did the following
    Processor Type and Features ->
    No to Math Emulation
    SCSI Support ->
    SCSI low-level drivers->
    Yes to SATA Support
    USB Support ->
    ---USB Human Interface Devices (HID)
    Yes to USB Human Interface Device (full HID) support
    Yes to HID input Layer Support (NEW)
    Exit and Save the configuration
    Run the following
    make clean ***Note Novell Recommends this***
    make dep
    make bzImage ***Note Case does matter on the I***
    make modules
    make modules_install
    Get the ZENDist package
    wget http://www.novell.com/coolsolutions/...ist-4.0-p1.tgz
    tar zxvf zendist-4.0-p1.tgz
    cd /usr/src/build
    ../buildImages.s
    Copy the 2.4.22 kernel and modules over to our build area....
    cp /usr/src/linux-2.4.22/arch/i386/boot/bzImage bootdisk/firstdisk/kernel
    cp -r /lib/modules/2.4.22-ac4 bootdisk/thirddisk/lib/modules
    Remove old stuff
    rm -rf bootdisk/thirddisk/lib/modules/2.4.18
    ../buildImages.s
    Copy the BroadCom Driver from the Forge site into
    the /build/bootdisk/thirddisk/lib/modules/2.4.22-ac4/kernel/drivers/net
    directory and then redo the
    ../buildImages.s
    This will add-in the BroadCom drivers for the GX280 computer.
    ***NOTE*** I had to run the GX280 SATA drive in Compatability mode in the
    BIOS, otherwise the drive did not show under the img dump ******
    I should also note here that the hdparm command does nto work with this.
    Imaging my Windows XP image took about 6 minutes though.
    I also did the 2.4.22 kernel because there is a compiled BroadCom driver
    on the Forge site.
    And from Roy Erez...
    So... SATA isn't supported by this trick on the Gx280 machines.
    The only way I could get SATA to work in "normal" (not "compatibility")
    mode in these machines was using the 2.4.28 kernel.
    As of kernel 2.4.27 SATA is merged into the kernel source tree so you
    don't need Alan Cox's patch to enable SATA.
    This only patches I applied to my kernel were the zen patch and a
    broadcom 57xx patch (had to change the version string in this one).
    Although ICH6 isn't yet fully supported it does work in a "Looks like
    ICH5" mode and I'm able to successfully take and put an image in "normal
    " sata mode.
    As to USB keyboard support - after trying several combinations I think
    it's better to compile HID support using HIDBP rather than the full HID
    layer - the only HID feature needed in the imaging environment is
    keyboard support and HIDBP handles it well enough.
    If you have already compiled drivers or have linux.2 please put them on
    http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    Live BootCd and USB Disk from Mike Charles
    http://forge.novell.com/modules/xfmod/project/?imagingx
    eZie http://forge.novell.com/modules/xfmod/project/?ezie
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • [SOLVED] HP Touchpad not detected or working with kernel 3.4.6-1

    On my HP Folio 13 (https://wiki.archlinux.org/index.php/HP_Folio_13), the touchpad stopped working tonight after upgrading to kernel 3.4.6-1.
    Downgrading back to 3.4.5 fixed it. I've tried AUR xf86-input-synaptics-led and the stock xf86-input-synaptics packages.
    Doesn't even seem to be detected, as there's not even a mention or reference to "synaptics" in /var/log/xorg.0.log, and it's nowhere to be found under /dev/inputs/.
    It isn't listed under "xinput -list" either (normally shows as "SynPS/2 Synaptics Touchpad").
    Last edited by sultanoswing (2012-07-26 08:18:15)

    anrxc wrote:Hello you need to rebuild synaptics-led with the new kernel if you have it installed. It replaces/overrides psmouse module in the kernel, and if it fails to load you would be left without a touchpad.
    Yep that was the problem. I'd forgotten I'd compiled and installed the psmouse module using synaptics-led (/face-palm)
    The AUR package, along with xf86-input-synaptics-led, did make the double-tap top-left corner hotspot work to turn the touch pad on and off. The LED light showing whether the pad is on or off never worked, however.
    So - I'm now back to stock xf86-input-synaptics and on kernel 3.4.6-1 and all is working as it should.

  • Reasonable to have compile kernel + source package?

    Most modules require the kernel sources in order to compile, and I thought it would be nice to have the kernel sources used for the stock kernels available as a package. I know it's possible to use the abs or to download the kernel from kernel.org, but then you must go through the hassle of compiling the same kernel.
    This isn't a big deal, just a nice kernel thing to have.
    Any thoughts?

    bardo wrote:Well, I don't use the provided PKGBUILD. The latest stable kernel is 2.6.11.11, our latest build is 2.6.11.10, at least in current. The last number increases as trivial fixes are inserted in the kernel tree, so they're not prone to vulnerabilities as other packages are. IMHO these shouldn't be treated as new releases, but as fixes, which is exactly what they are. Just like when someone releases a new build of a package. That's why the lesser minor was created, and why I think it should arrive faster than other packages in the stable repo.
    This way I could get and compile my own source without discrepancies from the headers package, often needed by other packages. Otherwise, I should have a "stable" headers package and the latest full kernel sources providing kernel26. The source is not unstable by itself. It is what I do of it that makes it a risk. But this happens with many softwares, doesn't it?
    What does that have to do with anything under discussion? We're talking about the kernel binary + kernel headers.  If you compile your own kernel of a different version, then OF COURSE your headers will be different, unless you install the headers with your new kernel as the PKGBUILD does - if you compile a new kernel because you feel the release speed isn't fast enough, do you really thing a new kernel-headers package is going to release any faster?
    using the default arch package, the kernel binary and headers are provided.  If you want to compile your own kernel, fine, do that - just provide your own headers in that case - it's not hard.
    bardo wrote:Another reason because I don't use that PKGBUILD is because abs doesn't work on my machine, but that's totally OT here
    abs is a bash script... there's no possible way it could fail unless:
    a) you don't have cvsup installed (abs will spit out a big fat error saying "install cvsup" if you don't)
    b) you don't have a network connection
    c) user error
    hell, you don't need to use abs to build a package - "man makepkg"

  • Hdaps module carried by kernel26 package never work

    Hi, I'm running Arch on thinkpad T400. I found that hdaps.ko module carried by kernel26 package seems never work, I'm currently using tp_smapi package from AUR, it provides hdaps.ko module along with tp_smapi.ko and works flawlessly. I'm wondering why we cannot put the right working module into kernel26 package instead of the useless one?
    The tp_smapi package install tp_smapi.ko and hdaps.ko into /lib/modules/2.6.28-ARCH/extra/, while the default hdaps.ko locates at /lib/modules/2.6.28-ARCH/kernel/drivers/hwmon/. The frustrating point is every time I upgrade kernel26 package, I need to manually remove /lib/modules/2.6.28-ARCH/kernel/drivers/hwmon/hdaps.ko and reinstall tp_smapi-0.40-1-i686.pkg.tar.gz so that kernel can found custom installed modules correctly.
    I guess there are two ways to handle this. First, just remove hdaps.ko module carried along with kernel package, so that it won't mess up module search path of hdaps.ko; Second, add correctly working thinkpad_ec.ko and hdaps.ko or better tp_smapi too into the package.
    Here are all my on opinion, thanks for your attention.
    Best regards!

    You need to raise this with the kernel devs and/or the tp_smapi devs. Our kernel package is built from the upstream source, with as little interference as possible. If we apply patches, we ensure that they have first been submitted upstream, and ideally that they are scheduled for inclusion in a future kernel release.
    It's possible that the tp_smapi devs have already submitted their work for consideration by the kernel devs, but either way, it's their issue, not ours. I'd suggest you submit a bug report to the kernel devs, outlining your problems with the existing module, and suggesting its replacment by the tp_smapi version. I would also contact the tp_smapi guys to ask them if they are in contact with the kernel team about this.

  • I have a 2009 Mac mini and the wireless card has never worked, would I be able to cover it with my three year extended warranty?

    I have a 2009 Mac mini and the wireless card has never worked, would I be able to cover it with my three year extended warranty?

    matthewfromwhangarei wrote:
    I have a 2009 Mac mini and the wireless card has never worked, would I be able to cover it with my three year extended warranty?
    If you mean AppleCare, then I would believe the answer will be yes.
    First make sure you have a full backup of everything on your Mac, then run, don't walk to your nearest Apple store.
    Note: Due to your Mac now being in computer years, somewhat elderly, Apple may not have the require parts in stock. This will either mean you might have to leave it with them for a number of days, or maybe they will offer you a new Mac mini. While a new Mac mini (if offered) might be a welcome possibility be aware that the new Mac mini no longer has a CD/DVD drive and it comes with Mac OS X Lion and as a result might not run some of your old software.

  • CDROM/DVD not working with kernel 2.6.15

    I just upgraded to 2.6.15 kernel, unfortunately my  CDROM/DVD drive no longer works. It did well with the 2.6.12 kernel series. I provide the attached data for you:
    [root@dragonheart leviathan]# lshwd
    00:00.0 Host bridge: Intel Corp.|875 DRAM Controller / Host-Hub Interface (intel-agp)
    00:03.0 PCI bridge: Intel Corp.|82875P Processor to PCI to CSA Bridge (unknown)
    00:1c.0 PCI bridge: Intel Corp.|Enterprise Southbridge Hublink PCI-X Bridge (unknown)
    00:1d.0 USB Controller: Intel Corp.|Enterprise Southbridge USB 1.1 UHCI (uhci_hcd)
    00:1d.1 USB Controller: Intel Corp.|Enterprise Southbridge USB 1.1 UHCI (uhci_hcd)
    00:1d.4 System peripheral: Intel Corp.|Enterprise Southbridge Watchdog Timer (unknown)
    00:1d.5 PIC: Intel Corp.|Enterprise Southbridge IOxAPIC (unknown)
    00:1d.7 USB Controller: Intel Corp.|Enterprise Southbridge USB 2.0 EHCI (ehci-hcd)
    00:1e.0 PCI bridge: Intel Corp.|82820 815e (Camino 2) Chipset PCI (hw_random)
    00:1f.0 ISA bridge: Intel Corp.|Enterprise Southbridge ISA Bridge (ichxrom)
    00:1f.2 IDE interface: Intel Corp.|IDE (SATA) (ata_piix)
    00:1f.3 SMBus: Intel Corp.|Enterprise Southbridge SMBUS (i2c-i801)
    02:01.0 Ethernet controller: Intel Corp.|82547EI Gigabit Ethernet Controller (e1000)
    04:02.0 VGA compatible controller: ATI Technologies Inc.|Radeon 7000/Radeon VE (radeon)
    04:07.0 Multimedia audio controller: C-Media Electronics Inc.|CM8738 (snd-cmipci)
    04:08.0 Ethernet controller: Realtek Semiconductor|TTP-Monitoring Card V2.0 (8139too)
    003:001 USB Hub: Virtual|Hub (hub)
    002:001 USB Hub: Virtual|Hub (hub)
    001:001 USB Hub: Virtual|Hub (hub)
    ---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)
    [root@dragonheart leviathan]# hwdetect --show-modules
    AGP    : agpgart intel-agp
    IDE    : ide-core generic
    SCSI   : sd_mod
    SATA   : ata_piix libata
    USB    : usb-storage usblp usbhid usbcore ehci-hcd uhci-hcd
    NET    : 8139cp 8139too e1000 mii ppp_generic slhc
    SOUND  : snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-hwdep snd-page-alloc snd-rawmidi snd-timer snd snd-mpu401-uart snd-opl3-lib snd-cmipci soundcore
    OTHER  : hw_random lp ppdev rtc i2c-i801 i2c-core evdev gameport pcspkr serio_raw parport parport_pc pci_hotplug shpchp

    Check lsmod if libata is installed.
    I remember seeing something that libata needed to be added manually to make DVD/CD work.

  • Working on Open Source Projects for N00b programmers

    Hi,
    I have heard the suggestion on the forum that working on open source projects_ is a good way to refine your programming skill.
    I am learning Object Oriented Programming concepts in my Java class. I have found that I am not getting as much practical experience* as I feel I need to really cement the concepts in practice, and to cement the concepts in my brain. I read the book a lot, and I get a lot of the theory, and I can make sense of all the book's code examples, but I feel like I need to start doing hands on code manipulation and/or problem solving to make these things stick in my brain.
    Finally, I am genuinely a n00b, so even though I get all the concepts of OOP on a high level, I only have done pedagogical exercises, not any real practical experience. So I am looking for Open Source projects who's code isn't super intricate and will be manageable to decipher, based on my limited experience.
    Also, if the projects are on cool interesting things like Open Office or Audacity or Mozilla Firefox or Miscellaneous Widgets (the kinds of things we use in everyday computer use, I know this varies from person to person, but anyway...) or Scientific/Mathematical Simulations etc, all those sorts of things would be cool.
    Thanks a bunch

    infinitelyLooping wrote:
    I like you. A lot.
    NO xxxxBoy, that just makes me want to bend over backwards to help you.

  • OSX CS3 - Quits upon Launch - never worked

    I bought the 30 day trial DVD for Web Premium CS3. I have an
    iBook - 700mhz. Running OSX - 10.4.11 currently.
    I installed the whole CS3 web premium suite of applications
    yesterday as soon as I received the DVD in the mail. I installed
    all the programs, the one I was most anxious for was DW CS3. After
    the successful installation, one by one opened each application.
    Everything works EXCEPT Dreamweaver! UGH! I click the DW icon from
    applications and open like I do with any other application. It
    bounces up and down in the dock and then it shuts down.
    "Dreamweaver encountered an error and quit unexpectedly" Oh great.
    It has NEVER opened since I installed it yesterday. I have
    uninstalled it (twice) and reinstalled - twice. Still the exact
    same results. All CS3 applications work except DW. It never worked
    once!!!
    Since I have never been able to launch DW CS3 successfully, I
    have no sites or files associated with it. I created a few sites
    using DW8, which I still have on my computer. I was waiting to have
    CS3 up and running before I removed DW8. I wanted to make sure I
    had at least one version working.
    I asked elsewhere and was told it would not be a conflict to
    have DW8 and CS3 both installed on my iBook.
    I have gone thru the forums for an hour, and do not see any
    answers to my problem - but hopefully someone can offer some
    guidance to my described situation.
    Anyone? Any suggestions at all or links for things to check?
    Customer service number for adobe in Australia?
    I will paste some of the error report I get when I get the
    unexpected quit message. I see 7 lines down on the report that it
    says "WindowServer 55" - does this matter if I'm using OSX?
    I'm not sure what else can be deciphered from the error
    report,
    Here is the top part of it:
    Date/Time: 2008-02-26 19:13:07.790 +1100
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Dreamweaver
    Path: /Applications/Adobe Dreamweaver
    CS3/Dreamweaver.app/Contents/MacOS/Dreamweaver
    Parent: WindowServer [55]
    Version: 9.0.0.3481 (9.0.0)
    PID: 905
    Thread: 0
    Exception: EXC_BAD_INSTRUCTION (0x0002)
    Code[0]: 0x00000002
    Code[1]: 0x005a3270
    Thread 0 Crashed:
    0 com.adobe.dreamweaver-9.0 0x005a3270
    BrowserMenuData::BrowserMenuData[in-charge]() + 0
    1 com.adobe.dreamweaver-9.0 0x000946f0
    DWTitanApp::DWTitanApp[in-charge]() + 24
    2 com.adobe.dreamweaver-9.0 0x00db8760
    _static_initialization_and_destruction_0(int, int) + 340
    ((null):-1)
    3 dyld 0x8fe15670
    ImageLoaderMachO::doInitialization(ImageLoader::LinkContext
    const&) + 816
    4 dyld 0x8fe0babc
    ImageLoader::recursiveInitialization(ImageLoader::LinkContext
    const&) + 212
    5 dyld 0x8fe0d604
    ImageLoader::runInitializers(ImageLoader::LinkContext const&) +
    92
    6 dyld 0x8fe02cb4 dyld::initializeMainExecutable() + 84
    7 com.adobe.dreamweaver-9.0 0x00002e7c _start + 304
    8 com.adobe.dreamweaver-9.0 0x00002d48 start + 48
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000005a3270 srr1: 0x000000000008d030 vrsave:
    0x0000000000000000
    cr: 0x22000424 xer: 0x0000000000000000 lr:
    0x000000000009c290 ctr: 0x0000000090003f30
    r0: 0x000000000009c288 r1: 0x00000000bffff900 r2:
    0x00000000a0003390 r3: 0x0000000005640190
    r4: 0x0000000000000038 r5: 0x00000000bffff838 r6:
    0x0000000000000002 r7: 0x0000000000000005
    r8: 0x0000000005702807 r9: 0x0000000000000023 r10:
    0x0000000005700803 r11: 0x0000000042000422
    r12: 0x0000000090003938 r13: 0x0000000005820528 r14:
    0x000000000582053c r15: 0x0000000005820550
    r16: 0x00000000058204d0 r17: 0x0000000005820564 r18:
    0x00000000058205d8 r19: 0x000000000582061c
    r20: 0x0000000005820668 r21: 0x0000000005820e84 r22:
    0x0000000005820ea0 r23: 0x0000000005820ebc
    r24: 0x0000000005820ed8 r25: 0x0000000005820ef4 r26:
    0x0000000005820f10 r27: 0x0000000005820f2c
    r28: 0x0000000005820f48 r29: 0x0000000000000000 r30:
    0x0000000005640190 r31: 0x0000000005820400
    Binary Images Description:

    I bought the 30 day trial DVD for Web Premium CS3. I have an
    iBook - 700mhz. Running OSX - 10.4.11 currently.
    I installed the whole CS3 web premium suite of applications
    yesterday as soon as I received the DVD in the mail. I installed
    all the programs, the one I was most anxious for was DW CS3. After
    the successful installation, one by one opened each application.
    Everything works EXCEPT Dreamweaver! UGH! I click the DW icon from
    applications and open like I do with any other application. It
    bounces up and down in the dock and then it shuts down.
    "Dreamweaver encountered an error and quit unexpectedly" Oh great.
    It has NEVER opened since I installed it yesterday. I have
    uninstalled it (twice) and reinstalled - twice. Still the exact
    same results. All CS3 applications work except DW. It never worked
    once!!!
    Since I have never been able to launch DW CS3 successfully, I
    have no sites or files associated with it. I created a few sites
    using DW8, which I still have on my computer. I was waiting to have
    CS3 up and running before I removed DW8. I wanted to make sure I
    had at least one version working.
    I asked elsewhere and was told it would not be a conflict to
    have DW8 and CS3 both installed on my iBook.
    I have gone thru the forums for an hour, and do not see any
    answers to my problem - but hopefully someone can offer some
    guidance to my described situation.
    Anyone? Any suggestions at all or links for things to check?
    Customer service number for adobe in Australia?
    I will paste some of the error report I get when I get the
    unexpected quit message. I see 7 lines down on the report that it
    says "WindowServer 55" - does this matter if I'm using OSX?
    I'm not sure what else can be deciphered from the error
    report,
    Here is the top part of it:
    Date/Time: 2008-02-26 19:13:07.790 +1100
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Dreamweaver
    Path: /Applications/Adobe Dreamweaver
    CS3/Dreamweaver.app/Contents/MacOS/Dreamweaver
    Parent: WindowServer [55]
    Version: 9.0.0.3481 (9.0.0)
    PID: 905
    Thread: 0
    Exception: EXC_BAD_INSTRUCTION (0x0002)
    Code[0]: 0x00000002
    Code[1]: 0x005a3270
    Thread 0 Crashed:
    0 com.adobe.dreamweaver-9.0 0x005a3270
    BrowserMenuData::BrowserMenuData[in-charge]() + 0
    1 com.adobe.dreamweaver-9.0 0x000946f0
    DWTitanApp::DWTitanApp[in-charge]() + 24
    2 com.adobe.dreamweaver-9.0 0x00db8760
    _static_initialization_and_destruction_0(int, int) + 340
    ((null):-1)
    3 dyld 0x8fe15670
    ImageLoaderMachO::doInitialization(ImageLoader::LinkContext
    const&) + 816
    4 dyld 0x8fe0babc
    ImageLoader::recursiveInitialization(ImageLoader::LinkContext
    const&) + 212
    5 dyld 0x8fe0d604
    ImageLoader::runInitializers(ImageLoader::LinkContext const&) +
    92
    6 dyld 0x8fe02cb4 dyld::initializeMainExecutable() + 84
    7 com.adobe.dreamweaver-9.0 0x00002e7c _start + 304
    8 com.adobe.dreamweaver-9.0 0x00002d48 start + 48
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000005a3270 srr1: 0x000000000008d030 vrsave:
    0x0000000000000000
    cr: 0x22000424 xer: 0x0000000000000000 lr:
    0x000000000009c290 ctr: 0x0000000090003f30
    r0: 0x000000000009c288 r1: 0x00000000bffff900 r2:
    0x00000000a0003390 r3: 0x0000000005640190
    r4: 0x0000000000000038 r5: 0x00000000bffff838 r6:
    0x0000000000000002 r7: 0x0000000000000005
    r8: 0x0000000005702807 r9: 0x0000000000000023 r10:
    0x0000000005700803 r11: 0x0000000042000422
    r12: 0x0000000090003938 r13: 0x0000000005820528 r14:
    0x000000000582053c r15: 0x0000000005820550
    r16: 0x00000000058204d0 r17: 0x0000000005820564 r18:
    0x00000000058205d8 r19: 0x000000000582061c
    r20: 0x0000000005820668 r21: 0x0000000005820e84 r22:
    0x0000000005820ea0 r23: 0x0000000005820ebc
    r24: 0x0000000005820ed8 r25: 0x0000000005820ef4 r26:
    0x0000000005820f10 r27: 0x0000000005820f2c
    r28: 0x0000000005820f48 r29: 0x0000000000000000 r30:
    0x0000000005640190 r31: 0x0000000005820400
    Binary Images Description:

  • Every time I click the camera button it never works what should I do?

    Every time I click the camera button it never works what should I do?

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                                              

  • Compiling a driver, need assistance on kernel source configuration

    Hello BBS.
    I am compiling a module for the Asus PCE N53 wireless pci-e card. I have obtained the driver source, and followed the instructions, and have gotten to the point where I need assistance. The instructions requires the kernel source, i have successfully obtained and configured it using the Command line prompt, except for one feature. I need to enable the intel IPW2200 driver code in the kernel source for this driver. What procedure do I follow to enable it?

    > I know in face value, that my request may seem odd. I just need to use the source of the kernel, not a new kernel... I have found that what I am requesting... will fix the problem, based on a Gentoo solution: http://forums.gentoo.org/viewtopic-t-93 … art-0.html. Needing to know how to configure the kernel source to enable the intel driver still stands. The source I am using is the latest arch kernel source.
    ===============
    RT5592 Linux Driver quick start       
    ====================
    Check tools: 
    ====================
    *Before install driver, please check already install compile tool and  kernel source code
    1>Install compile tool
        $yum install gcc-c++
    2>check kernel source code exists /usr/src/kernels/ "kernel name"
        Download your kernel source code
        *http://www.kernel.org/pub/linux/kernel/        
        or
        $yum install kernel-devel
    ====================
    Build Instructions: 
    ====================
    1> $tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x.tar.bz2
         go to "DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x" directory.
    2> In Makefile
         set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
         define the linux kernel source include file path LINUX_SRC
         modify to meet your need.
    3> In os/linux/config.mk
         define the GCC and LD of the target machine
         define the compiler flags CFLAGS
         modify to meet your need.
         ** Build for being controlled by NetworkManager or wpa_supplicant wext functions
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
             => $wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
         ** Build for being controlled by WpaSupplicant with Ralink Driver
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
             => $wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
    4> $make           
         # compile driver source code, need administrator.
         # To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
            => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
    5> $make install
         #install driver
         #copy RT2860STA.dat to /etc/Wireless/RT2860STA/RT2860STA.dat
    6>$vi /etc/rc.d/rc.local
         #input "ifconfig ra0 up"
        $reboot
    7> unload driver   
         $ifconfig ra0 down
         $rmmod rt5592sta
    ======
    Heres the output of my error, when I compile:
    =======
    make -C tools
    make[1]: Entering directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools/bin2h
    cp -f os/linux/Makefile.6 /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/Makefile
    make -C /home/white/linux-3.2.9 SUBDIRS=/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux modules
    make[1]: Entering directory `/home/white/linux-3.2.9'
      WARNING: Symbol version dump /home/white/linux-3.2.9/Module.symvers
               is missing; modules will have no dependencies and modversions.
      CC [M]  /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: error: unknown field ‘private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: initialization from incompatible pointer type [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: (near initialization for ‘rt28xx_iw_handler_def.get_wireless_stats’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: error: unknown field ‘num_private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:2: error: unknown field ‘private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: error: unknown field ‘num_private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    make[2]: *** [/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o] Error 1
    make[1]: *** [_module_/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
    make[1]: Leaving directory `/home/white/linux-3.2.9'
    make: *** [LINUX] Error 2
    Last edited by confusedoldman (2012-12-25 20:14:34)

  • [SOLVED] Building flashcache - need kernel source?

    Sorry for noob question, but..
    Trying to build flashcache, and it seems that kernel source is required. How do I obtain the source?
    Last edited by asg1448 (2014-07-07 22:51:15)

    Trilby wrote:No, 3.15.2-1
    I upgraded to 3.15.2-1-ARCH and have exactly the same issue
    Note, that building of flashcache itself completes fine, the issue happens when I install the built module:
    loading packages...
    warning: flashcache-dkms-git-1.0.r223.g304bbc1-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): flashcache-dkms-git-1.0.r223.g304bbc1-1
    Total Installed Size: 0.54 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [##########################################] 100%
    (1/1) checking package integrity [##########################################] 100%
    (1/1) loading package files [##########################################] 100%
    (1/1) checking for file conflicts [##########################################] 100%
    (1/1) checking available disk space [##########################################] 100%
    flashcache, 1.0.r223.g304bbc1: added
    Deleting module version: 1.0.r223.g304bbc1
    completely from the DKMS tree.
    Done.
    (1/1) reinstalling flashcache-dkms-git [##########################################] 100%
    >>> DKMS: Module install
    dkms install -m flashcache -v 1.0.r223.g304bbc1
    Creating symlink /var/lib/dkms/flashcache/1.0.r223.g304bbc1/source ->
    /usr/src/flashcache-1.0.r223.g304bbc1
    DKMS: add completed.
    Kernel preparation unnecessary for this kernel. Skipping...
    Building module:
    cleaning build area....
    KERNEL_TREE=/usr/lib/modules/3.15.2-1-ARCH/build make modules....(bad exit status: 2)
    Error! Bad return status for module build on kernel: 3.15.2-1-ARCH (x86_64)
    Consult /var/lib/dkms/flashcache/1.0.r223.g304bbc1/build/make.log for more information.
    modprobe: FATAL: Module flashcache not found.

  • How Can I Make My Mic work in Skype, it works in FaceTime

    Can anybody tell me what i need to do to make my mic work when using skype? it works fine in facetime....

    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    - Try another cable.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          
    Also see:
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                                              

  • HT1725 Dowon loads from store never work.... wasted time and money

    Dowon loads from store never work.... wasted time and money

    Thanks for reading and thanks for the advice. Perhaps I'll ask them about it next time this problem occurs, although carrying the thing through a mall that is only about a mile away is the least of my worries. I'll do if it is both free (I don't make enough at my job to pay for such a service) and relatively speedy, although I'd hate for them to come over and for the computer to work properly (as bad as that sounds). It'd be a wasted trip and nothing would get fixed.
    I'm contemplating videotaping myself performing my "fixes" on it the next time I have this problem.

Maybe you are looking for

  • External sound not working

    I think it started after I put headphones in.  But I cannot hear ringtones, music, speakerphone, ect.  I have obviously checked volume, put in safe mode, took out battery, hard reset, nothing has worked. not much help on the internet either.  Sounds

  • HT5429 how do I clear previously saved address searches in maps

    I want to clean up my Maps app and cant seem to figure out how to clear previously saved addresses. I hit clear but they are still there.

  • Filter to modify html files problem with SC_NOT_MODIFIED

    Hello ! I am trying to create filter to modify html files before sending to client. I created ResponseWrapper using CharArrayWriter, then I can modify the cached output and later send it to client. This code works fine. BUT the browser caches the htm

  • HFMDriver.dll: %1 is not a valid Win32 application

    I have a Single Server Windows 2008 R2 64bit setup for Hyperion 11.1.2.1 and ODI 11.1.1.5.0 I am not able to Reverse the Sample HFM application. I get the below error. Below are the things I have tried: 1. Moved HFMDriver.dll and HFMDriver64.dll from

  • Repeat Track is not working, is

    hi, Can everybody try to play mode "repeat track"? In my zen micro it doesn't work properly.. When i use that mode it is working like normal mode.. Is this a bug or my firmware does not work properly.. firmware version: .02.05 I'm wating for replies