[SOLVED] Many modules are not loaded in the Arch USB key installation.

Hello!
I installed Arch Linux on my USB key. I did it few months ago and it worked, I had portable arch.
Yesterday I decided to make a fresh installation. Unfortunately after booting it from my USB key
most of the modules were not loaded. Because of that I couldn't start the X server and connect to
the internet (ethernet card was not detected).
Even after loading the module which corresponds to my ethernet card manually (modprobe e1000e) it was not
displayed in the lsmod list.
I though "maybe I screwed something up during the installation?". To find out I used GParted to copy
my OS partition (perfectly working Arch Linux installed on the hard drive) to the USB key. Of course I changed the UUID of the USB partition.
After booting it I was suprised because the situation did not change - modules that are loaded on my main system for some
reason were not loaded on it's exact copy placed on the USB key.
I have no idea why my portable OS is acting like this.
Commands below were executed on another PC so don't look for the e1000e module.
$ lsmod
Module Size Used by
ext4 474699 2
crc16 1367 1 ext4
mbcache 6082 1 ext4
jbd2 83440 1 ext4
usb_storage 48007 2
ata_generic 3378 0
pata_acpi 3395 0
hid_generic 1161 0
usbhid 40577 0
hid 90742 2 hid_generic,usbhid
sr_mod 14898 0
cdrom 34848 1 sr_mod
sd_mod 30821 3
pata_atiixp 4819 0
ehci_pci 4000 0
ohci_pci 4040 0
ohci_hcd 23905 1 ohci_pci
ehci_hcd 59252 1 ehci_pci
usbcore 180104 6 usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
ahci 23056 0
libahci 21642 1 ahci
usb_common 1656 1 usbcore
libata 171112 5 ahci,pata_acpi,libahci,ata_generic,pata_atiixp
scsi_mod 130669 4 usb_storage,libata,sd_mod,sr_mod
nouveau 904702 0
button 4677 1 nouveau
video 11196 1 nouveau
mxm_wmi 1475 1 nouveau
wmi 8419 2 mxm_wmi,nouveau
i2c_algo_bit 5399 1 nouveau
drm_kms_helper 36254 1 nouveau
ttm 63507 1 nouveau
drm 238238 3 ttm,drm_kms_helper,nouveau
i2c_core 24164 4 drm,drm_kms_helper,i2c_algo_bit,nouveau
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
$ lspci #Just a fragment
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Flags: bus master, fast devsel, latency 0, IRQ 10
I/O ports at de00 [size=256]
Memory at fdaff000 (64-bit, prefetchable) [size=4K]
Memory at fdaf8000 (64-bit, prefetchable) [size=16K]
[virtual] Expansion ROM at fda00000 [disabled] [size=128K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
Capabilities: [cc] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 07-00-00-00-68-4c-e0-00
$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
$ cat /var/log/Xorg.0.log
[ 59.424]
X.Org X Server 1.15.0
Release Date: 2013-12-27
[ 59.424] X Protocol Version 11, Revision 0
[ 59.424] Build Operating System: Linux 3.12.5-1-ARCH x86_64
[ 59.424] Current Operating System: Linux sanguine 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
[ 59.425] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2c39c1f9-de3e-4907-93dc-8b77422a07a1 rw
[ 59.425] Build Date: 09 January 2014 08:47:24AM
[ 59.425]
[ 59.425] Current version of pixman: 0.32.4
[ 59.425] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 59.425] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 59.425] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 13 12:55:56 2014
[ 59.433] (==) Using config file: "/etc/X11/xorg.conf"
[ 59.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 59.437] (==) ServerLayout "Layout0"
[ 59.437] (**) |-->Screen "Screen0" (0)
[ 59.437] (**) | |-->Monitor "Monitor0"
[ 59.441] (**) | |-->Device "Device0"
[ 59.441] (**) |-->Input Device "Keyboard0"
[ 59.441] (**) |-->Input Device "Mouse0"
[ 59.441] (==) Automatically adding devices
[ 59.441] (==) Automatically enabling devices
[ 59.441] (==) Automatically adding GPU devices
[ 59.456] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 59.456] Entry deleted from font path.
[ 59.456] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 59.456] Entry deleted from font path.
[ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 59.457] Entry deleted from font path.
[ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 59.457] Entry deleted from font path.
[ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 59.457] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 59.457] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 59.457] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 59.457] (WW) Disabling Keyboard0
[ 59.457] (WW) Disabling Mouse0
[ 59.457] (II) Loader magic: 0x804c80
[ 59.457] (II) Module ABI versions:
[ 59.457] X.Org ANSI C Emulation: 0.4
[ 59.457] X.Org Video Driver: 15.0
[ 59.457] X.Org XInput driver : 20.0
[ 59.457] X.Org Server Extension : 8.0
[ 59.459] (--) PCI:*(0:1:5:0) 1002:796e:1458:d000 rev 0, Mem @ 0xd8000000/134217728, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
[ 59.459] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 59.460] Initializing built-in extension Generic Event Extension
[ 59.460] Initializing built-in extension SHAPE
[ 59.460] Initializing built-in extension MIT-SHM
[ 59.460] Initializing built-in extension XInputExtension
[ 59.461] Initializing built-in extension XTEST
[ 59.461] Initializing built-in extension BIG-REQUESTS
[ 59.461] Initializing built-in extension SYNC
[ 59.461] Initializing built-in extension XKEYBOARD
[ 59.461] Initializing built-in extension XC-MISC
[ 59.461] Initializing built-in extension SECURITY
[ 59.461] Initializing built-in extension XINERAMA
[ 59.461] Initializing built-in extension XFIXES
[ 59.461] Initializing built-in extension RENDER
[ 59.461] Initializing built-in extension RANDR
[ 59.463] Initializing built-in extension COMPOSITE
[ 59.466] Initializing built-in extension DAMAGE
[ 59.468] Initializing built-in extension MIT-SCREEN-SAVER
[ 59.470] Initializing built-in extension DOUBLE-BUFFER
[ 59.472] Initializing built-in extension RECORD
[ 59.475] Initializing built-in extension DPMS
[ 59.477] Initializing built-in extension Present
[ 59.479] Initializing built-in extension DRI3
[ 59.481] Initializing built-in extension X-Resource
[ 59.483] Initializing built-in extension XVideo
[ 59.485] Initializing built-in extension XVideo-MotionCompensation
[ 59.487] Initializing built-in extension XFree86-VidModeExtension
[ 59.490] Initializing built-in extension XFree86-DGA
[ 59.492] Initializing built-in extension XFree86-DRI
[ 59.494] Initializing built-in extension DRI2
[ 59.494] (II) LoadModule: "glx"
[ 59.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 60.382] (II) Module glx: vendor="NVIDIA Corporation"
[ 60.388] compiled for 4.0.2, module version = 1.0.0
[ 60.388] Module class: X.Org Server Extension
[ 60.388] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
[ 60.401] Loading extension GLX
[ 60.401] (II) LoadModule: "nvidia"
[ 60.401] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 60.455] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 60.455] compiled for 4.0.2, module version = 1.0.0
[ 60.455] Module class: X.Org Video Driver
[ 60.462] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
[ 60.462] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 60.464] (++) using VT number 1
[ 60.464] (EE) No devices detected.
[ 60.464] (EE)
Fatal server error:
[ 60.464] (EE) no screens found(EE)
[ 60.464] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 60.464] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 60.465] (EE)
Last edited by Skitter (2014-02-16 20:57:21)

Please post the output of:
dmesg -c
modprobe e1000e
dmesg

Similar Messages

  • Migrated to systemd, modules are not loading [solved]

    Hi;
    I got around to migrating to systemd, but now modules are not loading. I got this setup (i gave full permissions thought it would help):
    $ ls /etc/modules-load.d/
    -rwxrwxrwx  1 root root   20 Dec  2 22:34 vbox*
    $ cat /etc/modules-load.d/vbox
    #vbox
    vboxdrv
    loop
    Any methods of debugging why this doesnt work?
    Thanks.
    Last edited by daf666 (2012-12-03 21:01:26)

    the files have to end with ".conf". And -x permissions are certainly not necessary.
    man modules-load.d

  • Safari - Many Websites Are Not Loading

    Does anyone else have the same problem as the one below?
    Ever since I upgraded to Leopard (day of release) there have been plenty of websites that do not finish loading, and what happens is that the tabs/websites just keep spinning. My ISP says nothing is wrong (BT Internet, UK). This happens at my business and home... Same ISP but two different exchanges/ISP servers.
    Has there been something that now overrides what I had in place with Tiger? I did notice that the firewall was automatically turned off (and without warning; that was silly, Apple!). Should I now have to set up something else instead?
    Thanks

    a brody... many thanks for your reply.
    Yep, I had already emptied the cache in all users but it struck me afterwards as to why the problem would exist for all users at the same time and especially after I installed Leopard. In another post I talk about an email address that keeps saying it is receiving incoming mail; the Activity Monitor in the side bar (or Command-zero pop-up window) happily counts upwards into the hundreds i.e. 249 of 346 etc (it keeps changing, too). Sometimes emails come in fine while others arrive a few hours later; it's very sporadic. Weird.
    So there must be something wrong with the two of them together; they must be related to the upgrade and to something that is attached to both Safari and Mail. I'm not sure how though.
    Here are two pages of many that do not load all the way:
    https://adwords.google.com/select/Login
    http://webmail.7lilies.com
    One of the other machines has yet to be upgraded to Leopard and because it's still running on Tiger everything is fine. All emails come in OK, as do the above websites.
    Cheers.

  • Script to know how many statements are not loaded in oracle CM

    Hi,
    Can some one would help me on how to prepare a script to know the bank statements are not loaded into oracle CM and how many checks under that particular statement are not loaded??
    I have the following info with me..
    1. The statements are loaded in a temporary table as soon as we run statement loader program.
    2. Then the records will get into ce_statement_headers_int_all and ce_statement_lines_interface.
    3. Then they will get loaded into ce_statement_headers_all and ce_statement_lines tables.
    Now, the only thing i am confused is how to get to know the statements list that are not loaded into oracle along with the error message. i am confused which tables will give the exact info ce_statement_headers_int_all and ce_statement_lines_interface or ce_headers_interface_errors and ce_lines_interface_errors??? immediate help would be highly appreciated and its very urgent...........
    Thanks.

    Hi Helios,
    I dint get you. This is not something which SR can be raised. I need to know how script can be written to know the statements that are not loaded in oracle cash management. I need to prepare a notification where in that should contain how many statements have been loaded successfully and how many are not on a daily basis...
    Thanks.

  • Solved: message "You are not connected to the Internet" after idle sleep

    Summary: What worked for me was to turn off IPv4 and IPv6 on my unused interface.
    The problem was that after my computer had been in sleep mode, Safari would say:
    "You are not connected to the Internet."
    or "softwareupdate -l" would say:
    "This computer’s Internet connection appears to be offline."
    Yet Firefox worked OK and traceroute also showed the connection was fine.
    Digging deeper (though only later, after I found the command), "scutil -r" indicated a problem with DNS lookup:
    $ scutil -r developer.apple.com
    Not Reachable
    $ scutil -r 17.254.2.129
    Reachable
    I'm using 10.6.6 on a Mini (model Macmini1,1), which has a wired ethernet connection on en0 and an AirPort on en1. I use the wired connection, but I also configured the AirPort just because, and then turned it off in the network preferences. I use a static (manually-configured) IPv4 address on en0 and DHCP on en1 (when it's up, which is only for experimenting). I don't use IPv6 as such, though I've left it enabled.
    I was initially confused, thinking the problem was intermittent, though it's not. I tended to assume that because the display had gone into standby the computer must be sleeping, without checking that the power light was dimming and brightening, indicating sleep mode. Later I found the "pmset -g" command to display the power management settings. Among the settings is:
    ttyskeepawake 1
    This means that if I had a shell session open in Terminal, which I did quite often when investigating the problem, the computer put itself into idle sleep later than if I didn't have the session open. The times in Energy Saver settings in System Preferences seem not to be very accurate anyway. For instance, with the default computer sleep and display sleep settings of 10 minutes and a shell session open, I've seen it take 17m25s for the display to blank and a further 14m16s for the computer to sleep, for a total of 31m41s.
    The problem only occurs after an idle wait. It doesn't occur after a software sleep (entered from the Sleep entry in the Apple menu or using the keyboard shortcut) or after pressing the power button momentarily.
    One way I found to fix the problem was to turn the AirPort on and then off again through Network Preferences (or the menu bar item). Later I found that disconnecting and reconnecting the ethernet cable also fixed the problem. I hoped to find a better way.
    What led me to this halfway house solution was noticing that if I turned the AirPort on and then off again, entries for en1 still remained in the routing table. These entries were for IPv6 link-local and multicast networks, as in this edited output from "netstat -nr":
    Internet6:
    Destination Gateway Flags Netif Expire
    ::1 ::1 UH lo0
    fe80::%lo0/64 fe80::1%lo0 Uc lo0
    fe80::1%lo0 link#1 UHL lo0
    fe80::%en0/64 link#4 UC en0
    fe80::216:cbff:fexx:xxxx%en0 0:16:cb:xx:xx:xx UHL lo0
    fe80::%en1/64 link#6 UC en1
    ff01::/32 ::1 Um lo0
    ff02::/32 ::1 UmC lo0
    ff02::/32 link#4 UmC en0
    ff02::/32 link#6 UmC en1
    Even with the AirPort switched off, ifconfig showed it as being up:
    en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether 00:17:f2:xx:xx:xx
    media: autoselect (<unknown type>)
    status: inactive
    I don't know if these observations are relevant, but anyway they led me to the solution (well, workaround). The way I finally fixed the problem was as follows.
    1. Create a new location in Network Preferences. (This isn't strictly necessary, but it allowed me to keep the AirPort configuration (including my wireless password) intact in the default Automatic location.)
    * Click on the Location pull-down
    * Click Edit Locations...
    * Click +
    * Enter new location name (I called mine Wired-static)
    2. Configure the Ethernet interface with its static address. (If using DHCP, I'd have skipped this step as DHCP is the default.)
    3. Go to the AirPort configuration (even though it's shown as Off).
    * Click on Advanced
    * Click on TCP/IP
    * Select Off for both IPv4 and IPv6
    4. After clicking Apply in Network Preferences, a new "Location" item appears in the Apple menu between "Dock" and "Recent Items". Select the new location. This setting sticks across boots.
    I hope this helps anyone else in a similar situation. Maybe if you use wireless it would help to turn off IPv4 and IPv6 on the Ethernet interface?

    Try:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset Network Settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - DId the iPod ever successfully connect to the network?
    - Does the iPod successfully connect to other networks?
    - Do other devices successfully connect with your network?

  • Flash videos are not loading on the gametraielrs website. I just get an empty spot where the player is supposed to be.

    Videos not loading on some sites like gametrailers.com. I updated flash reinstalled firefox and cleared all my cache. All did not work
    == URL of affected sites ==
    http://www.gametrailers.com

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • [SOLVED] https pages are not loading

    i'm using xfce and chromium. it's okey when i enter a http web page but https pages return certificate error.
    what can i do?
    Last edited by 3do (2011-09-13 14:00:11)

    There have been a break-in on kernel.org using illicit SSL certificate https://bbs.archlinux.org/viewtopic.php?id=125666
    http://en.wikipedia.org/wiki/HTTP_Secure
    Is your system fully up to date?
    See also http://mailman.archlinux.org/pipermail/ … 21550.html
    Edit: My suggestions are just shots in the dark, the reason may be completely different.
    Last edited by karol (2011-09-12 22:19:50)

  • Request is successfully but datarecords are not loaded into the InfoCube

    Hai
    Im loading the data into the 0PUR_C01 from the two datasources 2LIS_02_ITM and 2LIS_02_SCL.
    First im trying to  load the data from the 2LIS_02_ITM int the InfoCube 0PUR_C01.
    Then request is loaded successfully and im getting the reporting symbol in the 'Manage' of the InfoCube.But
    Transffferd Records = 22000
    Added Records = 0
    why it is like that ..
    pls tell me i ll assing the points
    Mubeen

    Hi,
    Problem becasue of missing  Industory sector setting in R/3 . This setting has to be done before filling the setuptable .For more information search the forums with BF11.
    Re: 0PUR_C01
    Re: Not getting data added to IC for 2LIS_12_VCITM
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by:
            Anil Kumar Sharma

  • My pages are not loading at the top of the page in my browser

    When designing all of my pages, I have placed thee top of the page and header guideline at 0px. All of my master pages are 40px long. When I preview within the program, there is no problem. All of my pages start at the top of the page (scroll bar at the absolute top). When I preview the site in my browser, none of my pages are starting at the absolute top. Why could this possibly be happening? Nothing is pinned and I do not have a header (even when I moved the header guideline, I still received the same results). Please help! Thank you for your time!

    Hi,
    This is how it looks to me,
    It starts at the top, without any scrollbar. Am I missing anything. Could you please provide a screenshot how it looks at your end, after publishing.

  • HT1349 Ripped CDs are not loaded on the iCloud

    When I rip a CD into iTunes it does not go on to the cloud.  I have a valid iCloud account.  When I purchase a song from the iTunes store it does go on the cloud.

    Are you subscribing to iTunes Match? Songs ripped from CD's don't automatically upload to iCloud just because you are using iCloud. iTunes Match isn't free either. You can read about it here.
    iTunes: How to subscribe to iTunes Match
    http://support.apple.com/kb/HT4914

  • After installing the 9.0.1 update for Mozilla Firefox the bookmark icons are not loading on the bookmarks drop-down menu, even though they are loading when I go to Show All Bookmarks. Why?

    I am using a Mac and the 9.0.1 version of Firefox

    Firefox Help already had an answer for me - should have looked better: https://support.mozilla.org/en-US/kb/latest-firefox-issues#w_icons-missing-in-the-bookmarks-menu
    IT WORKS PERFECTLY NOW!!! THANK YOU!

  • The App store tells me "all downloads are complete", however, the downloads are not loading and i still have the message "waiting" with no ability to complete the installations.

    The App store tells me the downloads are complete, however, the føur items still show up on the Purchases page with the message "waiting" and are not loaded into the computer. I cannot even highlight the apps, nothing works.

    Try disabling anti virus software and turn off the Firewall in System Preferences > Security & Privacy.
    FYI... third party download managers will not work with the App Store.
    From the App Store menu bar click Store > Check for Unfinished Downloads

  • Gnome - Modules Do Not Load!

    Hello,
    Just got Arch up and going, and using GDM. Problem -- Most of Gnome's modules do not load! The menu, time, system monitor, and sound work... but BIG ones like desktop switcher, window manager, window list, and so on... do not load! These are important! Anyone else experienceing this, or can help me?
    Also, how do I use pacman not in root (while logged into GDM)?

    Make sure that libxres package is installed
    pacman -S libxres
    for your second questions, if u are asking about switching to root from user, i.e using su, your user must be within the wheel group, under root do
    gpasswd -a username wheel
    u can also use sudo,
    pacman -S sudo
    edit /etc/sudoers and either uncomment the %wheel ALL = (ALL) ALL (Your user must be member of the wheel group), or add at the end of the file, username ALL = (ALL) ALL
    hope that helps

  • Images are not loading - but work in Preview mode

    Hi -
    I was wondering if anyone can help me.  I'm kind of new to Dreamweaver and I can't seem to figure this out on my own. 
    I'm using Dreamweaver 8.  I developed a web page based on a template in which everything works perfectly in "Preview" mode on all browsers.  But when I uploaded the files to my remote hosting, the template based images (found in the "images" folder) are not loading on the page. The images that I added to the template myself, found in the same "images" folder ($200,000 in ..., and picture at bottom) are loading.  So some of the images in the images folder are loading some are not.
    I've checked the Images folder on the remote site, and they all seem to be there.  I've also checked for broken links, and I'm not getting any (I don't know if that would help w/ missing images or not, but I'm trying everything I can think of).  I also checked to see if there is a separate CSS style sheet, and there wasn't one supplied with the template (there is some CSS info in the code on the html page).  The image sizes are all small enough as well.  Can anyone help me with this? 
    You can view one of the pages at: http://www.200kin5months.com/squeeze-video.html
    Thank you in advance to anyone who might be able to help!
    Stacey
    PS - I've attached a screenshot from Dreamweaver Preview to show what it is supposed to look like.

    Your Web server is running on an operating system that is case-sensitive. You appear to have uploaded an Images folder, but not an images folder.
    You do not have a file here:
    images/squeeze-video_425x344_r9_c6.jpg
    But you do have a file here:
    Images/squeeze-video_425x344_r9_c6.jpg
    So you'll need to either change all your image/<whatever> links to point to Images/<whatever>, or upload another folder named images.
    Or, if you want to use a single folder, and if your local file system is not case-sensitive, you might be able to do it in DW's file panel. Here is a method that you might use to have all of them in a folder named images.
    BACK UP YOUR SITE FILES
    Rename Images to Foo (allow DW to update links)
    Rename Foo to images (allow DW to update links)
    Upload the images folder and any/all files that DW changed
    Delete the online Images folder
    HTH
    Mark A. Boyd
    Keep-On-Learnin' :-)

  • Many contacts are not visible to alphabetical browse on Contacts after update to OS 10.2 on the Z10

    After updating to 10.2 on Z10  many contacts do not appear on the Contacts list, but if I search for them, I get them one at a time. I can't browse for them, but they are still in a file somewhere. That file is no longer fully connected to the Contacts app, it seems. I'm going to call the two alternatives the "browsible" list when I refer to the Contact app working correctly and lsiting the contact alphabetically; and the "non-browsible" list, when I can only find them by a search.
    One other thing of interest. When I add a contact that is in the same name as one on the non-browsible, I will get a message asking me if I want to replace the [old] contact. If I say yes, the new contact listing joins the hidden list and replaces what was there. If I say no, I get the contact added to the browsible Contact app. Thereafter, if I search on that name I get two hits: one is the old, non-browsible entry and the other is the new one that is browsible.
    I did the 10.2 update when I was running the older BB link on a WinXP computer and it did not work to create a back-up, so I can't try restore. I now run Win7 64-bit and the new link seems to work okay,  but that was installed after I upgraded to 10.2..
    Any suggestions as to where I go to find the hidden contact entries on the non-browsible list? And how I get them to appear on the alphabetical, browsible, list when Contacts is opened?
    Thanks for all answers.
    Ken 

    That's another odd thing. I did make a big effort to back-up the Z10 before the update to OS 10.2.1.  But, it appears to me that by downloading the new OS to my computer [T-Mobile never does push the BB updates, not as long as I've owned it, which was a few days before the US distro, when I got hold of one for the South American market in Miami Breach] it seems to have removed my installed BB Link from my laptop. And my back-up files are empty.  
    Last time something like this happened. there was a workaround. Do this, do that, and suddently the contacts that are lurking somewhere on the phone, appear. I was hoping for this again.
    If this is a known issue, why is it not featured on the BB page where the installer was located? I would never have downloaded OS 10.2.1, if I was warned I might lose my contacts and texts. 
    A sorry mess.
    Ken
    PS Note I corrected "visible" to "invisible" in the title of  this thread

Maybe you are looking for

  • Where do I find "bookmarks.html" on a MAC running 10.9.2?

    Lost my bookmarks reloading FireFox. Had another MAC with all my bookmarks. How do I copy from one mac to another my bookmarks?

  • Does anyone know why my command button just stopped working?

    No idea what to do, or what happened and need help!

  • Product cost by sales order - conceptual clarity required

    Hi, We are a manufacturing company with both Make to Stock and Make to Order Scenarios. In cost object controlling, we have made the settings for product cost by order. Now, the question is whether product cost by sales order is a mandatory setting i

  • Favicon stopped updating

    Recently noticed favicons stopped updating. Seems some of my history is working, but any newer favicons are just blank. Looking at page info shows no icon files are downloading. I cannot find any setting that controls/sets this. Anyone having this is

  • Trying to put a photo in a form

    Hi, guys. I'm new in this forum. I'm building an aplication and I'm having troubles in order to show a photo of a customer that comes from database. How I'm new in Java, I'm not knowing whitch code goes where. Please, tell me what I'm doing wrong, be