Homepage Forums Search Search Results for 'usb'

Viewing 35 results - 736 through 770 (of 3,655 total)
  • Author
    Search Results
  • #112712
    labelwhore
    Participant

    You will end up with problems with your SD card, trust me. I’ve killed a few that way. However, you don’t need a mausberry circuit if you have a soldering iron.

    This works well:
    http://iot-projects.com/index.php?id=raspberry-pi-shutdown-button

    jpeake
    Participant

    Could not get Logitech F310 to work in 3.3. ES detected fine, but got yellow warning message when launching any games. After some trials and errors, this is working.

    1) Logitech F310 in X mode
    2) Get the SD image of 3.3 Wheezy (was using 3.3 Jessie from a Raspian install)
    3) install Xbox driver
    4) Reboot
    5) make sure lsusb sees controller
    6) Make sure jstest passes (I have one 310 plugged in but see two devices, js0 and js1)
    7) configure buttons when ES starts
    8) leave driver at udev in generated .cfg file

    All seems well. Could not get this to work when running 3.3 from Raspian Jessie that I had installed with NOOBS. Using the SD image, seems to have better luck.

    #112675
    lostmuppet
    Participant

    Having the same issue with a PS4 controller showing as not configured on 3.3.1 but my USB SEGA Saturn pad works fine.

    flourpowder
    Participant

    N64: (1) No matter how hard I try, I can’t seem to get the right settings to open the RGUI in game to set the controls using this. I have it so I can close the game using the hotkey, but I’m not sure what I am missing/need to be able to open this. The controls are slightly off after ES default config and I would like to fix it using that like all the others. Pretty much resolved, needed to edit both the mupen64plus.cfg and InputAutoCfg.ini files together to fix controller issues, no luck on RGUI to open, but this works for now

    (2) Also, I will file this under the N64 header only because that’s where the issue arises. I only have two controllers plugged in at most, but the “Configure Input” in ES says there are three gamepads detected. Most likely due to the USB keyboard I have hooked up from time to time. Even when only one controller is hooked up though, it says there are three detected. The issue comes up when trying to play Star Fox 64. It auto detects how many controllers are hooked up and sets that as the amount of players playing. How do I disconnect the third controller, or at least disable it if it isn’t plugged in? Resolved. Issue was my keyboard was considered a “plugged in controller” since n64 auto detects those. Once I set it so it was false for “plugged in”, this was resolved.

    Dreamcast/Reicast: (1) I also can’t get the RGUI to pop up for this one, but I’m pretty sure it’s because I haven’t put it in the config file, not sure what needs to go in there. But there was an earlier post on here that helped me get it so my controls worked for the dreamcast, using the HEX value for the buttons, however, the exit button that’s default should be select. I tried the 0x13a and 0x137, both do not work for me. In fact, it seems that a lot of my controls don’t work. Resolved. Source based installation of reicast, retyped in the hex values with select/quit being 0x13a and it works now.

    I am still fairly new to all this, so, I apologize if this is simple stuff. I have searched and tried A LOT of stuff and none of it has worked thus far. I can post whatever is needed, but I’m also not sure the best way to do that besides copy and paste…

    Thanks in advance for any assistance.

    polsal
    Participant

    Pi Model: RaspberryPi 2 model B
    RetroPie Version Used: retropie-v3.3.1-rpi2 (Wheezy Standard)
    Built From: SD Image
    USB Devices connected: USB wireless keyboard, X360 wireless reciver
    Controller used: X360 wireless controller
    Error messages received: none

    I have this [url]http://www.waveshare.com/4inch-rpi-lcd-a.htm[/url] screen, and I would like to play games on it with RetroPie.

    I started with this tutorial: [url=https://learn.adafruit.com/running-opengl-based-games-and-emulators-on-adafruit-pitft-displays/pitft-setup]Running OpenGL-based Games & Emulators on Adafruit PiTFT Displays[/url]

    But I don’t have adafruit screen, so I found this: [url=http://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/#content]How to Setup an LCD Touchscreen on the Raspberry Pi[/url],

    I don’t have 3,5″ screen, so I used this: [url=https://raspberrypi.stackexchange.com/questions/27714/how-to-install-waveshare-spotpear-4-inch-lcd-in-raspberrypi-2]How to install Waveshare SpotPear 4 inch LCD in RaspberryPI 2?[/url]

    At this point I can see console that shuld be under the emulationstation, but there is no emulationstation. I think ES is running somewhere, because when i press F4 I can see “Emulationstation will restart in 5 seconds, press any key to interrupt” (or something like this). After i hit spacebar (and interrupt ES restart), I see normal console on GPIO screen, I can write commands, everything looks fine. But when I type “es”, emulationstation start to work somewhere else (not on GPIO screen).

    Of course my HDMI screen recognizes signal as 16kHz, so no screen can handle this, and it is not working. I guess maybe emulationstation is displayed by HDMI (which I cant check), and console is diplayed on GPIO. How can I change this?

    tsteenbakkers
    Participant

    Hi,

    I am facing a similar issue. I have both a SNES USB adapter aswell as an N64 USB adapter both recognized as a HuiJia USB Gamepad. when i configure either of them it works in both es as in emulator itself but when i add the other controller parts of the controls do not work (e.g. d-pad buttons).

    in the saved es_input.cfg i see both controllers with different mappings inside but they share the same UUID unlike in your case. Could you please share the location and filename of this temporary file aswell as when it is saved?

    if my case is like yours both controllers might have a different UUID which does not transfer into the actual es_input.cfg.

    i am still debugging this issue so any help to pinpoint the exact issue is welcome.

    elahi
    Participant

    I’ve spent some time playing with sixad (Gasia branch). I’ve found that hid_server() function (see bluetooth.cpp) loops continously and exits each and every cycle after getting zero or negative value from ppoll() (see code below). Pressing Home button while disconnected from USB does not affect behavior. Here I’m stuck since I do not really understand what ppoll() expected to return…

        while (!io_canceled()) {
            int i, idx = 2;
    
            for (i=0; i<idx; i++)
                p[i].revents = 0;
    
            timeout.tv_sec = 1;
            timeout.tv_nsec = 0;
    
            if (ppoll(p, idx, &timeout, &sigs) < 1)
                continue;
    
            events = p[0].revents | p[1].revents;
    
            if (events & POLLIN) {
                if (debug) syslog(LOG_INFO, "One event received");
                l2cap_accept(ctl, csk, isk, debug, legacy);
                if (debug) syslog(LOG_INFO, "One event proccessed");
                break;
            }
    
            if (events & (POLLERR | POLLHUP)) {
                if (debug) syslog(LOG_ERR, "Server mode loop was broken");
                break;
            }
    
        }
    gooz74
    Participant

    Lika a lot of people here I have made a 2 player bartop arcade cabinet and for the controls I have 2 sticks, 6 buttons / player, a coin button and a start button / player and a left and right flipper button.

    In total, this is 2 sticks and 18 buttons where for player 2 the start and coin button are button 17 and 18.
    When I was configuring Mame I noticed that Mame only recognizes 16 buttons where in jstest, all buttons are working.

    My cabinet is running on Retropie 3.3.1 and my buttons are running with “THT THT Arcade console 2p USB Player”.
    Can anyone help me to get the not working buttons recognized in Mame?

    elahi
    Participant

    I’ve tried implementing wokraround mentioned before (edit hid-sony.c) with no luck. Gamepad connects using USB successfully (no error -71) but still is not paired via bluetooth.

    #112565
    InsecureSpike
    Participant

    if this is a non external my powered hdd, try this, I’d also recommend getting yourself a USB Y-cable

    sudo nano /boot/config.txt

    and add this, right at the bottom

    max_usb_current=1

    then save and reboot

    #112564
    disrespect
    Participant

    Is it powered by the Pi or it’s own power source/usb hub? I read alot of people having issues with external drives being underpowered, causing them to not come up.

    #112558

    In reply to: GamePi Zero

    srfrboybob
    Participant

    I have tried a lot of these methods but when I work on the ground wires it truly helped. I used a power boost 1000 c I think from adafruit and thier battery. I will have to try a few more things listed in this link you posted. I am using a USB audio I got from Amazon with a headphone jack I solder. It sounded clear before I plugged it into the USB sound card. The same issue happened with my pocket Pi grrl too. It all seemed to be contested to grounding issues and my potentiometer.

    #112549

    In reply to: GamePi Zero

    ivanretrobit
    Participant

    im not sure if it is a ground issue since i have a usb sound card in there, and the wires coming from the amp are soldered on to a 3.5 male jack connector, when i plug the 3.5 jack to my phone for testing it sounds perfectly fine it only gives me static once i plug it into the usb sound card. im starting to suspect a dirty power supply because i went from a cheap chinese 2amp power supply to a slightly better one that was 1.5amp and it seemed to bring down the static a bit

    #112545

    In reply to: GamePi Zero

    ivanretrobit
    Participant

    have you managed to solve the audio issues? im having the same problem even with a usb sound adapter. i have the pi at full blast with a wheel potentiometer to minimise the static and volume is controlled through the buttons :/ i would like to get rid of it completely is anyone can help me out…

    #112537

    In reply to: Autofire on the axis

    feederchain
    Participant

    @bigjohnnz. So you used the command mentioned early to find your vendor id?

    @amaar221. You are the first person that I recall having that issue. The last kernel I created is getting old. I have not bothered in a while to upgrade my Pi. So maybe there are issues with the latest updates and the older kernel. That doesn’t sound too likely though. Did the kernel install without errors? The commands, for the vendor id, were mentioned earlier. But I’ll paste them here

    You can find the vendor/product using
    lsusb

    returned this for me
    Bus 001 Device 005: ID 1292:4745 Innomedia

    That all being said. It looks like p4r4d0x86 may have a fix if the quirks aren’t being recognized.

    disrespect
    Participant

    I’m using a PSX shell for my build, but don’t want to shell out any money for a Mausberry circuit. Using the existing power switch from the PSX board, I can just make it ‘interrupt’ +5volt on my usb power cable, and use it’s ‘off’ position to break the +5 with no issues right?

    *RPI2 Model B+
    *5v 2a usb power

    I don’t care about sending a ‘quit’ message to the Pi2, I am ok with manually shutting down before killing the power. Anyone else doing this instead of adding on a Mausberry? Reset function not important, I won’t use it.

    #112518
    p4r4d0x86
    Participant

    I loose two hours because of this bug :'(
    My usb quirks was not working because it was not taken into account.

    But it’s working now.
    Thanks a lot for retropie :)

    p4r4d0x86
    Participant

    It works with usb quirks on retropie 3.3 (no longer required custom kernel) :
    https://www.petrockblock.com/forums/topic/autofire-on-the-axis/page/7/#post-112516

    #112516

    In reply to: Autofire on the axis

    p4r4d0x86
    Participant

    Hi all,

    First, thanks a lot for retropie ;-)

    I got working the 4snes4nes controller with the version 3.3 of retropie.

    1/ Fix the /etc/fstab of the 3.3 or download the 3.3.1
    See https://www.petrockblock.com/forums/topic/config-txt-missing-from-3-3/
    if not, the quirks won’t be taken into account.

    2/ Add the following quirks in /boot/cmdline.txt :
    usbhid.quirks=0x1781:0x0A9D:0x040
    I guess my version is 1.3 of the code in controller ; may change in more recent version due to vendor id change :
    http://www.raphnet.net/electronique/4nes4snes/index_en.php

    Now I have 4 joysticks :)

    janus
    Participant

    Hi there,

    I’m having serious issues when configuring a second joystick for Snes and using my BUFFALO joysticks

    I have, in total, 3 pairs of different joysticks

    2 original N64 joysticks connected throught a Mayflash N64 to USB adapter
    2 iBuffalo Snes joystick
    2 BUFFALO BSGP1601

    Pi Model: 2 b+
    RetroPie Version Used: 3.3 (Fresh installed)
    Built From: SD Image
    USB Devices connected:
    Aside from the aforementioned joysticks, I have a keyboard, a mouse and a WiFi adapter. Everything is connected throught an active USB hub

    When using the Snes/NES emulator, I can configure only snes joystick without any issues. However, when I try to configure the other one, the emulator won’t detect I’m pressing any buttom. I tried changing the joystick but only detects one kind of joystick at a time (I’d have to use a Snes controller for player 1 and a N64 for Player 2)

    The funny part is I get the “not configured” yellow message for Snes controllers and the N64 controllers when the Snes emulator starts (it doesn’t matter which one). But for the BUFFALO ones, I get the “Connected in port #4 and #5” and yet, it won’t let me choose them within the settings.

    I’ve also tried mapping the snes.cfg manually and I ended up controlling both players (1 and 2) with my player 1 joystick eventhough I set the input_device_p2 and input_player2_joypad_index to the result from the jstest command.

    So, long story short

    1) How can I configure a second matching joystick?
    2) Why I can’t use my BUFFALO controllers and how would I fix it?

    If you were kind enough to read this, let me thank you for your time.

    Thanks
    Janus

    #112502
    gfinzer
    Participant

    I received a Raspberry Pi 2 for Christmas. I performed these steps:

    1. I installed retropie-v3.3.1-rpi2.img
    2. I expanded it to use the entire space of the 32GB micro sd card
    3. I was able to get roms transfered using a usb flash drive
    4. I tried selecting HDMI for the audio but no emulators have sound.
    5. I want to follow these steps but I can’t figure out how to get to the terminal:

    RetroPie 3.0 No Sound
    byu/snowyXninja inRetroPie

    Thanks so much!

    Merry Christmas!

    fapdragoon
    Participant

    Pi model: 2
    Retropie version: 3.0.0
    Built From: SD Image
    USB Devices connected: Keyboard, 16gb drive for ROMS
    Controller used: 360 controller
    Error Messages Received:
    ‘Didn’t read whole file: /sys/devices/system/cpu/present’
    ‘Didn’t read whole file: /sys/devices/system/cpu/possible’
    Guide used: lifehacker’s guide

    So I set up retropie following the guide mentioned above, everything was fine, got my roms on there, and then when I tried to load up a rom, it just comes up with those 2 error lines and kicks me back to emulation station…

    thanks in advance

    #112494
    herbfargus
    Member

    https://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation#transferring-roms

    You can do it over the network, or with the cp command from the usb, make sure its formatted to fat32 first.

    #112484
    goto
    Participant

    I tryed with the 3.2.1 (Binary installed from Raspi menú, ppsspp v1.1.1-358, Rpie 2B) with the game from NAS and only see that the sound have some issues, but nothing with the gameplay :/

    Try if from other suppor like network of USB to see if the problem comes from you SD, before discard your SD card (Or, maybe, another Loco rom)

    #112460
    eldo73
    Participant

    I believe lsusb is the command you’re looking for.

    helpman
    Participant

    Hi!
    I also bought a juyao controller. It’s still on its way so I couldn’t test this, but what I’ve found is you need to add a rule file (as you already did)

    cd /etc/udev/rules.d/
    sudo nano 00-arcadejs.rules
    This will create a file called 00-arcadejs.rules in the correct directory
    In the window that comes up (nano file editor) enter:
    ATTRS{name}==”Arcade Controller JUYAO Dual Arcade”,ACTION==”add”,ENV{ID_INPUT_TABLET}=”0″,ENV{ID_INPUT_JOYSTICK}:=”1″

    Press CTRL + X and save the file when asked.

    … AND…
    Edit the file
    Boot/cmdline.Txt
    And add this at the bottom
    usbhid.quirks=0x0314:0x0326:0x040
    Then reboot the raspberry

    Hope this works! Soon I’ll have to do it too :)

    coffeeking
    Participant

    Hi.
    I have the .zip files yes (I did unzip them, but I thought that was what I had to do).

    https://github.com/RetroPie/RetroPie-Setup/wiki/Managing-ROMs

    Seems incredibly complicated.

    Is there not just a copy/paste onto USB stick way of doing this like with SNES, Megadrive, Atari 2600?

    Sorry I’m really new to all this and I’m still learning.

    Thanks

    #112434

    In reply to: Upgrade 3.2.11 to 3.3

    g0nz0uk
    Participant

    All is updated and I’ve rebooted and my Xbox controllers are no longer connecting to my official Xbox wireless xbox receiver. Jstest show no controllers and I’ve re-installed the xbox drivers, any ideas?

    pi@retropie ~ $ lsusb
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 045e:0719 Microsoft Corp. Xbox 360 Wireless Adapter
    Bus 001 Device 005: ID 0c40:8000
    Bus 001 Device 006: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
    pi@retropie ~ $

    coffeeking
    Participant

    Hi Guys
    I can get various other console game roms working by simply adding them into the correct folder on my USB Stick.
    For instance putting the .bin file in
    retropie>roms>megadrive

    But I cant see which files or which types of files I’m supposed to use for arcade mames?

    So Ive got a folder called
    gng
    within it are a load of .bin files
    .2e file
    .14k file

    What exactly am I supposed to put in the
    retropie>roms>mame-mame4all
    folder?

    The gng folder?
    all the .bin and .2e and .14k files?

    —————

    I also have a game with a bunch of .rom and .prm files.

    I also have a game with files called
    sou1
    s224b.1a
    rom1
    prg1
    and then various number/letter combination file types.

    Whatever file structure I’m trying it doesnt seem to be bringing up a Arcade/Mame option on my Raspberry Pi 2 to play them.

    Can someone please advise?

    Thanks in advance.

    #112428
    Localhorst86
    Participant

    how (what Linux command do I need to execute) do I find out what indexes my controllers have been assigned when I am using a USB hub connected to my pi?

    reason
    Participant

    New to Retropie and downloaded the newest image. I have configured everything and then i do the system restart to pull the ROMs in form USB the system goes in to a restart loop. Retropie splash screen in to the Emulation station loading screen then errors out and repeats. Only way to do anything is to re-image the SD card. No matter what i do the error continues to occur.

    The USB has the folder retropie and the device fomrated the folders and the auto USB feature is enabled.

    Any ideas?

    repuken2
    Participant

    Hi, the freezing thing was sd card related. I tried IO Timing method from 1 to 3 making no difference at all. I’m using a 32gb sd hc1 class 10 now and it works perfect, once in a while it would freeze for 0,5 seconds, almost nothing. It happens on my cellphone too.

    Funny thing is i have the isos on the old 32 gb sd class 4 via pendrive/usb adapter, so it’s related to how the emulator manages memory, specifically swap or some sort of cache the must be read from main sd. Also the size of the iso doesn’t affect performance

    Hope it clarifies things for everybody.

    elahi
    Participant

    Retropie 3.3, upgraded from 3.2. PS3 clone controller when connected using USB shows following error during boot:

    [    4.997125] input: SHENGHIC 2009/0708ZXW-V1Inc. PLAYSTATION(R)3Conteroller as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:054C:0268.0001/input/input2
    [    5.019724] sony 0003:054C:0268.0001: input,hiddev0,hidraw2: USB HID v1.11 Joystick [SHENGHIC 2009/0708ZXW-V1Inc. PLAYSTATION(R)3Conteroller] on usb-3f980000.usb-1.2/input0
    [    5.047198] sony 0003:054C:0268.0001: can't set operational mode: step 3
    [    5.124475] usbcore: registered new interface driver rtl8192cu
    [    5.144216] sony: probe of 0003:054C:0268.0001 failed with error -71

    Running sixpair reproduces the issue:

    pi@retropie ~ $ sudo sixpair
    Current Bluetooth master: 20:36:00:32:00:de
    Setting master bd_addr to 00:15:83:3d:0a:57
    pi@retropie ~ $ dmesg | tail
    ...
    [ 1161.009755] usb 1-1.2: reset full-speed USB device number 4 using dwc_otg
    [ 1161.128576] input: SHENGHIC 2009/0708ZXW-V1Inc. PLAYSTATION(R)3Conteroller as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:054C:0268.0004/input/input5
    [ 1161.130738] sony 0003:054C:0268.0004: input,hiddev0,hidraw2: USB HID v1.11 Joystick [SHENGHIC 2009/0708ZXW-V1Inc. PLAYSTATION(R)3Conteroller] on usb-3f980000.usb-1.2/input0
    [ 1161.136223] sony 0003:054C:0268.0004: can't set operational mode: step 3
    [ 1161.200246] sony: probe of 0003:054C:0268.0004 failed with error -71

    Master bd_addr 00:15:83:3d:0a:57 is USB Bluetooth dongle:

    pi@retropie ~ $ hcitool dev
    Devices:
            hci0    00:15:83:3D:0A:57
    pi@retropie ~ $ lsusb
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 054c:0268 Sony Corp. Batoh Device / PlayStation 3 Controller
    Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 001 Device 006: ID 24ae:2000
    Bus 001 Device 007: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter

    After disconnecting gamepad from USB and trying to connect via Bluetooth (by pressing Home button on gamepad) BT connection appears for ~30 seconds then goes down, gamepad is not paired:

    pi@retropie ~ $ hcitool con
    Connections:
            > ACL 00:1E:3D:DE:0B:CC handle 42 state 1 lm MASTER
    pi@retropie ~ $ hcitool info 00:1E:3D:DE:0B:CC
    Requesting information ...
            BD Address:  00:1E:3D:DE:0B:CC
            Device Name: PLAYSTATION(R)3Conteroller-ghic
            LMP Version: 3.0 (0x5) LMP Subversion: 0xc
            Manufacturer: RDA Microelectronics (97)
            Features page 0: 0xfc 0x07 0x82 0x7a 0x08 0x18 0x00 0x80
                    <encryption> <slot offset> <timing accuracy> <role switch>
                    <hold mode> <sniff mode> <park state> <RSSI> <channel quality>
                    <paging scheme> <broadcast encrypt> <EDR ACL 2 Mbps>
                    <enhanced iscan> <interlaced iscan> <interlaced pscan>
                    <inquiry with RSSI> <AFH cap. slave> <AFH cap. master>
                    <AFH class. master> <extended features>
            Features page 1: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
            Features page 2: 0xff 0xa7 0xff 0xff 0x00 0x65 0x07 0x01
    
    ... wait 30 secs...
    pi@retropie ~ $ hcitool con
    Connections:
    pi@retropie ~ $

    Nothing is logged in /var/log/messages during BT connection attempt. Controller has not been tested with Retropie 3.2.

    Please help make this setup working. Thanks in advance!

    simonmoon
    Participant

    I just updated a fully functional version 3 RC to current 3.3 via the binary update. The keyboard does not work, nor either controller an ibufallo classic SNES controller, or the F310. The system sees the controllers, but not any input. I use the controllers separately one at a time as the player one controller.

    Pi Model: Raspberry Pi 2
    RetroPie Version Used: 3 beta from image sucessfully updated to 3 RC2 then update to 3.3
    Built From: (SD Image, Binary, Source)
    USB Devices connected: keyboard, IBuffalo, or F310

    #112334

    In reply to: Input stopped working

    gauche
    Participant

    As mentioned above, including a link to the power supply is causing the forum to reject my post. So instead I’ll simply describe it:

    – model: DSA-12CA-05
    – input: 100-240V ~ 50/60Hz 0.3A
    – output: +5V 2A

    And here is my dmesg output:

    [ 0.000000] Booting Linux on physical CPU 0xf00
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.1.7-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 – Linaro GCC 2014.03) ) #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015
    [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
    [ 0.000000] cma: Reserved 8 MiB at 0x2e800000
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] On node 0 totalpages: 192512
    [ 0.000000] free_area_init_node: node 0, pgdat 8085af80, node_mem_map ae156000
    [ 0.000000] Normal zone: 1692 pages used for memmap
    [ 0.000000] Normal zone: 0 pages reserved
    [ 0.000000] Normal zone: 192512 pages, LIFO batch:31
    [ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
    [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @ae114000 s20608 r8192 d24448 u53248
    [ 0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190820
    [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0xa01041 bcm2709.serial=0x2383402e smsc95xx.macaddr=B8:27:EB:83:40:2E bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Memory: 744632K/770048K available (5958K kernel code, 534K rwdata, 1648K rodata, 416K init, 757K bss, 17224K reserved, 8192K cma-reserved)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 – 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 – 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xaf800000 – 0xff000000 (1272 MB)
    [ 0.000000] lowmem : 0x80000000 – 0xaf000000 ( 752 MB)
    [ 0.000000] modules : 0x7f000000 – 0x80000000 ( 16 MB)
    [ 0.000000] .text : 0x80008000 – 0x80775cd0 (7608 kB)
    [ 0.000000] .init : 0x80776000 – 0x807de000 ( 416 kB)
    [ 0.000000] .data : 0x807de000 – 0x80863af4 ( 535 kB)
    [ 0.000000] .bss : 0x80866000 – 0x8092378c ( 758 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Additional per-CPU info printed with stalls.
    [ 0.000000] NR_IRQS:608
    [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
    [ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
    [ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
    [ 0.000031] Switching to timer-based delay loop, resolution 52ns
    [ 0.000322] Console: colour dummy device 80×30
    [ 0.002104] console [tty1] enabled
    [ 0.002169] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
    [ 0.002268] pid_max: default: 32768 minimum: 301
    [ 0.002636] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.002703] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.004038] Initializing cgroup subsys blkio
    [ 0.004123] Initializing cgroup subsys memory
    [ 0.004193] Initializing cgroup subsys devices
    [ 0.004252] Initializing cgroup subsys freezer
    [ 0.004329] Initializing cgroup subsys net_cls
    [ 0.004439] CPU: Testing write buffer coherency: ok
    [ 0.004557] ftrace: allocating 20207 entries in 60 pages
    [ 0.054155] CPU0: update cpu_capacity 1024
    [ 0.054239] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
    [ 0.054286] [bcm2709_smp_prepare_cpus] enter
    [ 0.054449] Setting up static identity map for 0x8240 – 0x8274
    [ 0.114040] [bcm2709_boot_secondary] cpu:1 started (0) 17
    [ 0.114483] [bcm2709_secondary_init] enter cpu:1
    [ 0.114533] CPU1: update cpu_capacity 1024
    [ 0.114542] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
    [ 0.134018] [bcm2709_boot_secondary] cpu:2 started (0) 17
    [ 0.134375] [bcm2709_secondary_init] enter cpu:2
    [ 0.134406] CPU2: update cpu_capacity 1024
    [ 0.134415] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
    [ 0.154054] [bcm2709_boot_secondary] cpu:3 started (0) 16
    [ 0.154310] [bcm2709_secondary_init] enter cpu:3
    [ 0.154337] CPU3: update cpu_capacity 1024
    [ 0.154345] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
    [ 0.154439] Brought up 4 CPUs
    [ 0.154574] SMP: Total of 4 processors activated (153.60 BogoMIPS).
    [ 0.154616] CPU: All CPU(s) started in SVC mode.
    [ 0.155622] devtmpfs: initialized
    [ 0.180542] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
    [ 0.180933] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.182104] pinctrl core: initialized pinctrl subsystem
    [ 0.182947] NET: Registered protocol family 16
    [ 0.188760] DMA: preallocated 4096 KiB pool for atomic coherent allocations
    [ 0.190008] bcm2709.uart_clock = 3000000
    [ 0.195308] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.195380] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.195601] Serial: AMBA PL011 UART driver
    [ 0.195817] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
    [ 0.697954] console [ttyAMA0] enabled
    [ 0.702212] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
    [ 0.776576] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
    [ 0.785339] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
    [ 0.793750] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
    [ 0.800677] bcm2708-dmaengine 3f007000.dma: dma_debug:0
    [ 0.806658] SCSI subsystem initialized
    [ 0.810697] usbcore: registered new interface driver usbfs
    [ 0.816306] usbcore: registered new interface driver hub
    [ 0.821796] usbcore: registered new device driver usb
    [ 0.827566] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-23 12:12
    [ 0.863129] Switched to clocksource arch_sys_counter
    [ 0.917202] FS-Cache: Loaded
    [ 0.920477] CacheFiles: Loaded
    [ 0.935313] NET: Registered protocol family 2
    [ 0.941009] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.948279] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.955008] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.961540] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.967579] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.974410] NET: Registered protocol family 1
    [ 0.979351] RPC: Registered named UNIX socket transport module.
    [ 0.985345] RPC: Registered udp transport module.
    [ 0.990070] RPC: Registered tcp transport module.
    [ 0.994845] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.002505] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
    [ 1.012102] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 1.034250] VFS: Disk quotas dquot_6.6.0
    [ 1.038586] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.048206] FS-Cache: Netfs ‘nfs’ registered for caching
    [ 1.054758] NFS: Registering the id_resolver key type
    [ 1.059892] Key type id_resolver registered
    [ 1.064134] Key type id_legacy registered
    [ 1.070983] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.078712] io scheduler noop registered
    [ 1.082675] io scheduler deadline registered (default)
    [ 1.088188] io scheduler cfq registered
    [ 1.094695] BCM2708FB: allocated DMA memory eec00000
    [ 1.099722] BCM2708FB: allocated DMA channel 0 @ f3007000
    [ 1.139103] Console: switching to colour frame buffer device 240×67
    [ 1.166390] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
    [ 1.173504] KGDB: Registered I/O driver kgdboc
    [ 1.203959] vc-cma: Videocore CMA driver
    [ 1.207970] vc-cma: vc_cma_base = 0x00000000
    [ 1.212761] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
    [ 1.218288] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
    [ 1.224075] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
    [ 1.248578] brd: module loaded
    [ 1.260845] loop: module loaded
    [ 1.265240] vchiq: vchiq_init_state: slot_zero = 0xaec80000, is_master = 0
    [ 1.274261] Loading iSCSI transport class v2.0-870.
    [ 1.280271] usbcore: registered new interface driver smsc95xx
    [ 1.286264] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
    [ 1.492486] Core Release: 2.80a
    [ 1.495742] Setting default values for core params
    [ 1.500664] Finished setting default values for core params
    [ 1.706753] Using Buffer DMA mode
    [ 1.710141] Periodic Transfer Interrupt Enhancement – disabled
    [ 1.716142] Multiprocessor Interrupt Enhancement – disabled
    [ 1.721819] OTG VER PARAM: 0, OTG VER FLAG: 0
    [ 1.726290] Dedicated Tx FIFOs mode
    [ 1.730219] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xaec14000 dma = 0xeec14000 len=9024
    [ 1.740287] FIQ FSM acceleration enabled for :
    [ 1.740287] Non-periodic Split Transactions
    [ 1.740287] Periodic Split Transactions
    [ 1.740287] High-Speed Isochronous Endpoints
    [ 1.757290] dwc_otg: Microframe scheduler enabled
    [ 1.757370] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80401108
    [ 1.763409] WARN::hcd_init_fiq:413: FIQ ASM at 0x80401464 length 36
    [ 1.769794] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000
    [ 1.775944] dwc_otg 3f980000.usb: DWC OTG Controller
    [ 1.781046] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
    [ 1.788549] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
    [ 1.799574] Init: Port Power? op_state=1
    [ 1.808837] Init: Power Port (0)
    [ 1.817691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.829862] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.842439] usb usb1: Product: DWC OTG Controller
    [ 1.852460] usb usb1: Manufacturer: Linux 4.1.7-v7+ dwc_otg_hcd
    [ 1.863698] usb usb1: SerialNumber: 3f980000.usb
    [ 1.874528] hub 1-0:1.0: USB hub found
    [ 1.883639] hub 1-0:1.0: 1 port detected
    [ 1.893307] dwc_otg: FIQ enabled
    [ 1.893321] dwc_otg: NAK holdoff enabled
    [ 1.893332] dwc_otg: FIQ split-transaction FSM enabled
    [ 1.893373] Module dwc_common_port init
    [ 1.893767] usbcore: registered new interface driver usb-storage
    [ 1.905410] mousedev: PS/2 mouse device common for all mice
    [ 1.917254] bcm2835-cpufreq: min=600000 max=900000
    [ 1.927821] sdhci: Secure Digital Host Controller Interface driver
    [ 1.939345] sdhci: Copyright(c) Pierre Ossman
    [ 1.949450] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
    [ 1.960562] mmc-bcm2835 3f300000.mmc: DMA channels allocated
    [ 2.003523] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 2.019535] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.031089] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.042061] usbcore: registered new interface driver usbhid
    [ 2.053951] usbhid: USB HID core driver
    [ 2.065483] Initializing XFRM netlink socket
    [ 2.075065] NET: Registered protocol family 17
    [ 2.083295] Indeed it is in host mode hprt0 = 00021501
    [ 2.098454] Key type dns_resolver registered
    [ 2.108512] Registering SWP/SWPB emulation handler
    [ 2.119602] registered taskstats version 1
    [ 2.129158] vc-sm: Videocore shared memory driver
    [ 2.139143] [vc_sm_connected_init]: start
    [ 2.149364] [vc_sm_connected_init]: end – returning 0
    [ 2.161983] Waiting for root device /dev/mmcblk0p2…
    [ 2.176090] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 2.191614] mmc0: new high speed SDHC card at address 59b4
    [ 2.203014] mmcblk0: mmc0:59b4 00000 7.35 GiB
    [ 2.214379] mmcblk0: p1 p2
    [ 2.273173] usb 1-1: new high-speed USB device number 2 using dwc_otg
    [ 2.276250] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
    [ 2.276258] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
    [ 2.310297] Indeed it is in host mode hprt0 = 00001101
    [ 2.513590] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [ 2.525719] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 2.539150] hub 1-1:1.0: USB hub found
    [ 2.548404] hub 1-1:1.0: 5 ports detected
    [ 2.833236] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
    [ 2.943560] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [ 2.955904] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 2.971559] smsc95xx v1.0.4
    [ 3.037343] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:83:40:2e
    [ 3.133177] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
    [ 3.351518] usb 1-1.3: New USB device found, idVendor=04d9, idProduct=1603
    [ 3.363981] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 3.376752] usb 1-1.3: Product: USB Keyboard
    [ 3.386380] usb 1-1.3: Manufacturer:
    [ 3.444624] input: USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:1603.0001/input/input0
    [ 3.513499] hid-generic 0003:04D9:1603.0001: input,hidraw0: USB HID v1.10 Keyboard [ USB Keyboard] on usb-3f980000.usb-1.3/input0
    [ 3.612950] input: USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:1603.0002/input/input1
    [ 3.683477] hid-generic 0003:04D9:1603.0002: input,hidraw1: USB HID v1.10 Device [ USB Keyboard] on usb-3f980000.usb-1.3/input1
    [ 3.793166] usb 1-1.4: new full-speed USB device number 5 using dwc_otg
    [ 3.962474] usb 1-1.4: New USB device found, idVendor=054c, idProduct=0268
    [ 3.975333] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 3.988588] usb 1-1.4: Product: PLAYSTATION(R)3 Controller
    [ 3.999996] usb 1-1.4: Manufacturer: Sony
    [ 4.651718] EXT4-fs (mmcblk0p2): recovery complete
    [ 4.680162] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.694280] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [ 4.709636] devtmpfs: mounted
    [ 4.719363] Freeing unused kernel memory: 416K (80776000 – 807de000)
    [ 5.783744] udevd[175]: starting version 175
    [ 5.949269] random: nonblocking pool is initialized
    [ 6.409358] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
    [ 6.596571] Bluetooth: Core ver 2.20
    [ 6.606937] NET: Registered protocol family 31
    [ 6.618133] Bluetooth: HCI device and connection manager initialized
    [ 6.633269] Bluetooth: HCI socket layer initialized
    [ 6.645781] Bluetooth: L2CAP socket layer initialized
    [ 6.657829] Bluetooth: SCO socket layer initialized
    [ 6.748825] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:054C:0268.0003/input/input2
    [ 6.769773] sony 0003:054C:0268.0003: input,hiddev0,hidraw2: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-3f980000.usb-1.4/input0
    [ 8.599061] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 8.987813] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 13.726073] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
    [ 15.242148] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
    [ 17.557482] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
    [ 18.041768] Bluetooth: RFCOMM TTY layer initialized
    [ 18.041820] Bluetooth: RFCOMM socket layer initialized
    [ 18.041850] Bluetooth: RFCOMM ver 1.11
    [ 18.067519] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 18.067547] Bluetooth: BNEP filters: protocol multicast
    [ 18.067573] Bluetooth: BNEP socket layer initialized
    [ 18.431981] uart-pl011 3f201000.uart: no DMA platform data

Viewing 35 results - 736 through 770 (of 3,655 total)