Find the answer to your Linux question:
Results 1 to 8 of 8
I have a Fujitsu SCENIC P320 (i915G) and would like to know if I can get the Linux drivers for it....
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    12

    Linux Drivers for Fujitsu SCENIC P320 (i915G)

    I have a Fujitsu SCENIC P320 (i915G) and would like to know if I can get the Linux drivers for it.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Most drivers for Linux are already included within the kernel.

    Which drivers are you missing?
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    12
    Quote Originally Posted by ozar View Post
    Most drivers for Linux are already included within the kernel.

    Which drivers are you missing?
    there's no LAN and no sound - graphics seem generic

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Let's try some things here. Can you post the output of these commands please.
    Code:
    sudo lshw -C network
    Code:
    sudo lshw -C sound
    Code:
    sudo lshw -C video
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Feb 2010
    Posts
    12
    Quote Originally Posted by MikeTbob View Post
    Let's try some things here. Can you post the output of these commands please.
    Code:
    sudo lshw -C network
      *-network               
           description: Ethernet interface
           product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
           vendor: Broadcom Corporation
           physical id: 0
           bus info: pci@0000:07:00.0
           logical name: eth2
           version: 11
           serial: 00:30:05:96:f2:f9
           capacity: 1GB/s
           width: 64 bits
           clock: 33MHz
           capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.99 firmware=5751-v3.29a latency=0 link=no multicast=yes port=twisted pair
           resources: irq:18 memory:f0100000-f010ffff
      *-network
           description: Ethernet interface
           product: 21x4x DEC-Tulip compatible 10/100 Ethernet
           vendor: Davicom Semiconductor, Inc.
           physical id: 5
           bus info: pci@0000:0b:05.0
           logical name: eth3
           version: 40
           serial: 00:08:a1:6f:7e:7f
           width: 32 bits
           clock: 33MHz
           capabilities: pm bus_master cap_list rom ethernet physical
           configuration: broadcast=yes driver=dmfe driverversion=1.36.4 ip=192.168.0.103 latency=165 link=yes maxlatency=40 mingnt=20 multicast=yes
           resources: irq:22 ioport:5000(size=256) memory:f0200000-f02000ff memory:40000000-4003ffff(prefetchable)
      *-network DISABLED
           description: Ethernet interface
           physical id: 2
           logical name: vboxnet0
           serial: 0a:00:27:00:00:00
           capabilities: ethernet physical
           configuration: broadcast=yes multicast=yes
    
    
    
    Code:
    sudo lshw -C sound
    *-multimedia description: Multimedia audio controller product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller vendor: Intel Corporation physical id: 1e.2 bus info: pci@0000:00:1e.2 version: 03 width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list configuration: driver=Intel ICH latency=0 resources: irq:17 ioport:3800(size=256) ioport:3400(size=64) memory:f00c0800-f00c09ff memory:f00c0400-f00c04ff
    Code:
    sudo lshw -C video
    *-display description: VGA compatible controller product: 82915G/GV/910GL Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 04 width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:16 memory:f0000000-f007ffff ioport:1000(size=8) memory:e0000000-efffffff(prefetchable) memory:f0080000-f00bffff

    for the record, I have a PCI network adaptor connected in my system through which I connect, as I cannot connect through the onboard.
    Last edited by MikeTbob; 01-09-2011 at 12:17 PM.

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    All drivers are showing as loaded.
    NetXtreme BCM5751 Gigabit Ethernet PCI Express driver=tg3
    21x4x DEC-Tulip compatible 10/100 Ethernet driver=dmfe
    82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller driver=Intel
    82915G/GV/910GL Integrated Graphics Controller driver=i915
    Which network card are you using? DEC Tulip is showing as disabled.
    As for the soundcard, I think you need to check the mute button on your mixer.

    What is wrong with video? Does it not work correctly?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Feb 2010
    Posts
    12
    Quote Originally Posted by MikeTbob View Post
    All drivers are showing as loaded.


    Which network card are you using? DEC Tulip is showing as disabled.
    I'm wondering if DEC Tulip is the one embedded on the m/board? how can I enable it - I see it listed as eth2 but nowhere I can can enable it.


    What is wrong with video? Does it not work correctly?
    everytime I shut down the computer, it gives some error message saying screen isn't composited and that I should run something like compiz -fusion but when I do so it just doesn't seem to work.

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by fkasmani View Post
    I'm wondering if DEC Tulip is the one embedded on the m/board? how can I enable it - I see it listed as eth2 but nowhere I can can enable it.


    everytime I shut down the computer, it gives some error message saying screen isn't composited and that I should run something like compiz -fusion but when I do so it just doesn't seem to work.
    Check your BIOS, it might have something dealing with the onboard card.


    You'll have to give the exact error message for the video, it could be so many different things....it'd be helpful to have something to go on.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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